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 Type
    Method
    Description
    Execution info of the workflow which scheduled this activity
    Execution info of the workflow which scheduled this activity
    string id = 4;
    com.google.protobuf.ByteString
    string id = 4;
    The identity of the client who initiated this request
    com.google.protobuf.ByteString
    The identity of the client who initiated this request
    string namespace = 1;
    com.google.protobuf.ByteString
    string namespace = 1;
     
    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.
    boolean
    Execution info of the workflow which scheduled this activity
    boolean
    string id = 4;
    boolean
    Note: Rule ID and expiration date are not used in the trigger request.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getNamespace

      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

      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

      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