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
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp.google.protobuf.Timestamp create_time = 2;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp create_time = 2;getRule().temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;.temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;boolean.google.protobuf.Timestamp create_time = 2;booleanhasRule().temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-