Interface UpdateWorkerVersioningRulesRequest.CommitBuildIdOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateWorkerVersioningRulesRequest.CommitBuildId,UpdateWorkerVersioningRulesRequest.CommitBuildId.Builder
- Enclosing class:
UpdateWorkerVersioningRulesRequest
public static interface UpdateWorkerVersioningRulesRequest.CommitBuildIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetForce()To prevent committing invalid Build IDs, we reject the request if no pollers has been seen recently for this Build ID.string target_build_id = 1;com.google.protobuf.ByteStringstring target_build_id = 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
-
getTargetBuildId
-
getTargetBuildIdBytes
com.google.protobuf.ByteString getTargetBuildIdBytes()string target_build_id = 1;- Returns:
- The bytes for targetBuildId.
-
getForce
boolean getForce()To prevent committing invalid Build IDs, we reject the request if no pollers has been seen recently for this Build ID. Use the `force` option to disable this validation.
bool force = 2;- Returns:
- The force.
-