Interface UpdateWorkerVersioningRulesRequest.InsertBuildIdAssignmentRuleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateWorkerVersioningRulesRequest.InsertBuildIdAssignmentRule,UpdateWorkerVersioningRulesRequest.InsertBuildIdAssignmentRule.Builder
- Enclosing class:
- UpdateWorkerVersioningRulesRequest
public static interface UpdateWorkerVersioningRulesRequest.InsertBuildIdAssignmentRuleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildIdAssignmentRulegetRule().temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;intgetRuleIndex()Use this option to insert the rule in a particular index.BuildIdAssignmentRuleOrBuildergetRuleOrBuilder().temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;booleanhasRule().temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRuleIndex
int getRuleIndex()
Use this option to insert the rule in a particular index. By default, the new rule is inserted at the beginning of the list (index 0). If the given index is too larger the rule will be inserted at the end of the list.
int32 rule_index = 1;- Returns:
- The ruleIndex.
-
hasRule
boolean hasRule()
.temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;- Returns:
- Whether the rule field is set.
-
getRule
BuildIdAssignmentRule getRule()
.temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;- Returns:
- The rule.
-
getRuleOrBuilder
BuildIdAssignmentRuleOrBuilder getRuleOrBuilder()
.temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;
-
-