Package io.temporal.api.batch.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()ID of existing rule.com.google.protobuf.ByteStringgetIdBytes()ID of existing rule.java.lang.StringgetIdentity()The identity of the worker/client.com.google.protobuf.ByteStringgetIdentityBytes()The identity of the worker/client.BatchOperationTriggerWorkflowRule.RuleCasegetRuleCase()WorkflowRuleSpecgetSpec()Rule specification to be applied to the workflow without creating a new rule.WorkflowRuleSpecOrBuildergetSpecOrBuilder()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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIdentity
java.lang.String getIdentity()
The identity of the worker/client.
string identity = 1;- Returns:
- The identity.
-
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
java.lang.String getId()
ID of existing rule.
string id = 2;- Returns:
- The id.
-
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()
-
-