| Modifier and Type | Method and Description |
|---|---|
static RecordCondition.Expressions.LogicalOperator |
RecordCondition.Expressions.LogicalOperator.forNumber(int value) |
RecordCondition.Expressions.LogicalOperator |
RecordCondition.ExpressionsOrBuilder.getLogicalOperator()
The operator to apply to the result of conditions.
|
RecordCondition.Expressions.LogicalOperator |
RecordCondition.Expressions.getLogicalOperator()
The operator to apply to the result of conditions.
|
RecordCondition.Expressions.LogicalOperator |
RecordCondition.Expressions.Builder.getLogicalOperator()
The operator to apply to the result of conditions.
|
static RecordCondition.Expressions.LogicalOperator |
RecordCondition.Expressions.LogicalOperator.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RecordCondition.Expressions.LogicalOperator |
RecordCondition.Expressions.LogicalOperator.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RecordCondition.Expressions.LogicalOperator |
RecordCondition.Expressions.LogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordCondition.Expressions.LogicalOperator[] |
RecordCondition.Expressions.LogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<RecordCondition.Expressions.LogicalOperator> |
RecordCondition.Expressions.LogicalOperator.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RecordCondition.Expressions.Builder |
RecordCondition.Expressions.Builder.setLogicalOperator(RecordCondition.Expressions.LogicalOperator value)
The operator to apply to the result of conditions.
|
Copyright © 2022 Google LLC. All rights reserved.