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

    Modifier and Type
    Method
    Description
    ID of existing rule.
    com.google.protobuf.ByteString
    ID of existing rule.
    The identity of the worker/client.
    com.google.protobuf.ByteString
    The identity of the worker/client.
     
    Rule specification to be applied to the workflow without creating a new rule.
    Rule specification to be applied to the workflow without creating a new rule.
    boolean
    ID of existing rule.
    boolean
    Rule specification to be applied to the workflow without creating a new rule.

    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

    • getIdentity

      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

      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