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
      WorkflowExecution getExecution()
      Execution info of the workflow which scheduled this activity
      WorkflowExecutionOrBuilder getExecutionOrBuilder()
      Execution info of the workflow which scheduled this activity
      java.lang.String getId()
      string id = 4;
      com.google.protobuf.ByteString getIdBytes()
      string id = 4;
      java.lang.String getIdentity()
      The identity of the client who initiated this request
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the client who initiated this request
      java.lang.String getNamespace()
      string namespace = 1;
      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      TriggerWorkflowRuleRequest.RuleCase getRuleCase()  
      WorkflowRuleSpec getSpec()
      Note: Rule ID and expiration date are not used in the trigger request.
      WorkflowRuleSpecOrBuilder getSpecOrBuilder()
      Note: Rule ID and expiration date are not used in the trigger request.
      boolean hasExecution()
      Execution info of the workflow which scheduled this activity
      boolean hasId()
      string id = 4;
      boolean hasSpec()
      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 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.