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

    Modifier and Type
    Method
    Description
    The rule that was read.
    The rule that was read.
    boolean
    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 Details

    • 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;