Package io.temporal.api.taskqueue.v1
Interface TimestampedBuildIdAssignmentRuleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimestampedBuildIdAssignmentRule,TimestampedBuildIdAssignmentRule.Builder
@Generated(value="protoc", comments="annotations:TimestampedBuildIdAssignmentRuleOrBuilder.java.pb.meta") public interface TimestampedBuildIdAssignmentRuleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreateTime().google.protobuf.Timestamp create_time = 2;com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder().google.protobuf.Timestamp create_time = 2;BuildIdAssignmentRulegetRule().temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;BuildIdAssignmentRuleOrBuildergetRuleOrBuilder().temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;booleanhasCreateTime().google.protobuf.Timestamp create_time = 2;booleanhasRule().temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;-
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()
.temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;- Returns:
- Whether the rule field is set.
-
getRule
BuildIdAssignmentRule getRule()
.temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;- Returns:
- The rule.
-
getRuleOrBuilder
BuildIdAssignmentRuleOrBuilder getRuleOrBuilder()
.temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;
-
hasCreateTime
boolean hasCreateTime()
.google.protobuf.Timestamp create_time = 2;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
.google.protobuf.Timestamp create_time = 2;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
.google.protobuf.Timestamp create_time = 2;
-
-