public interface OutcomeFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOutcomeFilterOperator()
public abstract OutcomeFilter.Operator getOutcomeFilterOperator()Required. The operator to be applied to the outcome variable.
.google.cloud.chronicle.v1.OutcomeFilter.Operator outcome_filter_operator = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OutcomeFilter.Operator |
The outcomeFilterOperator. |
getOutcomeFilterOperatorValue()
public abstract int getOutcomeFilterOperatorValue()Required. The operator to be applied to the outcome variable.
.google.cloud.chronicle.v1.OutcomeFilter.Operator outcome_filter_operator = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for outcomeFilterOperator. |
getOutcomeValue()
public abstract String getOutcomeValue()Required. The value of the outcome variable to match.
string outcome_value = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The outcomeValue. |
getOutcomeValueBytes()
public abstract ByteString getOutcomeValueBytes()Required. The value of the outcome variable to match.
string outcome_value = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outcomeValue. |
getOutcomeVariable()
public abstract String getOutcomeVariable()Required. The outcome variable name.
string outcome_variable = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The outcomeVariable. |
getOutcomeVariableBytes()
public abstract ByteString getOutcomeVariableBytes()Required. The outcome variable name.
string outcome_variable = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outcomeVariable. |