Interface TriggerWorkflowRuleRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TriggerWorkflowRuleRequest,TriggerWorkflowRuleRequest.Builder
@Generated(value="protoc", comments="annotations:TriggerWorkflowRuleRequestOrBuilder.java.pb.meta") public interface TriggerWorkflowRuleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowExecutiongetExecution()Execution info of the workflow which scheduled this activityWorkflowExecutionOrBuildergetExecutionOrBuilder()Execution info of the workflow which scheduled this activityjava.lang.StringgetId()string id = 4;com.google.protobuf.ByteStringgetIdBytes()string id = 4;java.lang.StringgetIdentity()The identity of the client who initiated this requestcom.google.protobuf.ByteStringgetIdentityBytes()The identity of the client who initiated this requestjava.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;TriggerWorkflowRuleRequest.RuleCasegetRuleCase()WorkflowRuleSpecgetSpec()Note: Rule ID and expiration date are not used in the trigger request.WorkflowRuleSpecOrBuildergetSpecOrBuilder()Note: Rule ID and expiration date are not used in the trigger request.booleanhasExecution()Execution info of the workflow which scheduled this activitybooleanhasId()string id = 4;booleanhasSpec()Note: Rule ID and expiration date are not used in the trigger request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Returns:
- The bytes for namespace.
-
hasExecution
boolean hasExecution()
Execution info of the workflow which scheduled this activity
.temporal.api.common.v1.WorkflowExecution execution = 2;- Returns:
- Whether the execution field is set.
-
getExecution
WorkflowExecution getExecution()
Execution info of the workflow which scheduled this activity
.temporal.api.common.v1.WorkflowExecution execution = 2;- Returns:
- The execution.
-
getExecutionOrBuilder
WorkflowExecutionOrBuilder getExecutionOrBuilder()
Execution info of the workflow which scheduled this activity
.temporal.api.common.v1.WorkflowExecution execution = 2;
-
hasId
boolean hasId()
string id = 4;- Returns:
- Whether the id field is set.
-
getId
java.lang.String getId()
string id = 4;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 4;- Returns:
- The bytes for id.
-
hasSpec
boolean hasSpec()
Note: Rule ID and expiration date are not used in the trigger request.
.temporal.api.rules.v1.WorkflowRuleSpec spec = 5;- Returns:
- Whether the spec field is set.
-
getSpec
WorkflowRuleSpec getSpec()
Note: Rule ID and expiration date are not used in the trigger request.
.temporal.api.rules.v1.WorkflowRuleSpec spec = 5;- Returns:
- The spec.
-
getSpecOrBuilder
WorkflowRuleSpecOrBuilder getSpecOrBuilder()
Note: Rule ID and expiration date are not used in the trigger request.
.temporal.api.rules.v1.WorkflowRuleSpec spec = 5;
-
getIdentity
java.lang.String getIdentity()
The identity of the client who initiated this request
string identity = 3;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
The identity of the client who initiated this request
string identity = 3;- Returns:
- The bytes for identity.
-
getRuleCase
TriggerWorkflowRuleRequest.RuleCase getRuleCase()
-
-