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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetForce()To prevent committing invalid Build IDs, we reject the request if no pollers has been seen recently for this Build ID.java.lang.StringgetTargetBuildId()string target_build_id = 1;com.google.protobuf.ByteStringgetTargetBuildIdBytes()string target_build_id = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTargetBuildId
java.lang.String getTargetBuildId()
string target_build_id = 1;- Returns:
- The targetBuildId.
-
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.
-
-