Interface DescribeWorkflowRuleResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DescribeWorkflowRuleResponse, DescribeWorkflowRuleResponse.Builder

    @Generated(value="protoc",
               comments="annotations:DescribeWorkflowRuleResponseOrBuilder.java.pb.meta")
    public interface DescribeWorkflowRuleResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      WorkflowRule getRule()
      The rule that was read.
      WorkflowRuleOrBuilder getRuleOrBuilder()
      The rule that was read.
      boolean hasRule()
      The rule that was read.
      • 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

      • hasRule

        boolean hasRule()
         The rule that was read.
         
        .temporal.api.rules.v1.WorkflowRule rule = 1;
        Returns:
        Whether the rule field is set.
      • getRule

        WorkflowRule getRule()
         The rule that was read.
         
        .temporal.api.rules.v1.WorkflowRule rule = 1;
        Returns:
        The rule.
      • getRuleOrBuilder

        WorkflowRuleOrBuilder getRuleOrBuilder()
         The rule that was read.
         
        .temporal.api.rules.v1.WorkflowRule rule = 1;