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 WorkflowRulegetRule()The rule that was read.WorkflowRuleOrBuildergetRuleOrBuilder()The rule that was read.booleanhasRule()The rule that was read.-
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;
-
-