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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      ID of existing rule.
      com.google.protobuf.ByteString getIdBytes()
      ID of existing rule.
      java.lang.String getIdentity()
      The identity of the worker/client.
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the worker/client.
      BatchOperationTriggerWorkflowRule.RuleCase getRuleCase()  
      WorkflowRuleSpec getSpec()
      Rule specification to be applied to the workflow without creating a new rule.
      WorkflowRuleSpecOrBuilder getSpecOrBuilder()
      Rule specification to be applied to the workflow without creating a new rule.
      boolean hasId()
      ID of existing rule.
      boolean hasSpec()
      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 Detail

      • getIdentity

        java.lang.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

        java.lang.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;