Interface BatchOperationTriggerWorkflowRuleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchOperationTriggerWorkflowRule,BatchOperationTriggerWorkflowRule.Builder
@Generated(value="protoc",
comments="annotations:BatchOperationTriggerWorkflowRuleOrBuilder.java.pb.meta")
public interface BatchOperationTriggerWorkflowRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()ID of existing rule.com.google.protobuf.ByteStringID of existing rule.The identity of the worker/client.com.google.protobuf.ByteStringThe identity of the worker/client.getSpec()Rule specification to be applied to the workflow without creating a new rule.Rule specification to be applied to the workflow without creating a new rule.booleanhasId()ID of existing rule.booleanhasSpec()Rule specification to be applied to the workflow without creating a new rule.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
-
getIdentity
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()The identity of the worker/client.
string identity = 1;- Returns:
- The bytes for identity.
-
hasId
boolean hasId()ID of existing rule.
string id = 2;- Returns:
- Whether the id field is set.
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()ID of existing rule.
string id = 2;- Returns:
- The bytes for id.
-
hasSpec
boolean hasSpec()Rule specification to be applied to the workflow without creating a new rule.
.temporal.api.rules.v1.WorkflowRuleSpec spec = 3;- Returns:
- Whether the spec field is set.
-
getSpec
WorkflowRuleSpec getSpec()Rule specification to be applied to the workflow without creating a new rule.
.temporal.api.rules.v1.WorkflowRuleSpec spec = 3;- Returns:
- The spec.
-
getSpecOrBuilder
WorkflowRuleSpecOrBuilder getSpecOrBuilder()Rule specification to be applied to the workflow without creating a new rule.
.temporal.api.rules.v1.WorkflowRuleSpec spec = 3; -
getRuleCase
BatchOperationTriggerWorkflowRule.RuleCase getRuleCase()
-