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
Modifier and TypeMethodDescriptionExecution info of the workflow which scheduled this activityExecution info of the workflow which scheduled this activitygetId()string id = 4;com.google.protobuf.ByteStringstring id = 4;The identity of the client who initiated this requestcom.google.protobuf.ByteStringThe identity of the client who initiated this requeststring namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;getSpec()Note: Rule ID and expiration date are not used in the trigger request.Note: Rule ID and expiration date are not used in the trigger request.booleanExecution 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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespace
-
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
-
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
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()
-