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
Modifier and TypeMethodDescriptiongetRule().temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;intUse this option to insert the rule in a particular index..temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;booleanhasRule().temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-