Interface NewerBuildExistsFailureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NewerBuildExistsFailure,NewerBuildExistsFailure.Builder
@Generated(value="protoc",
comments="annotations:NewerBuildExistsFailureOrBuilder.java.pb.meta")
public interface NewerBuildExistsFailureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe current default compatible build ID which will receive taskscom.google.protobuf.ByteStringThe current default compatible build ID which will receive tasksMethods 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
-
getDefaultBuildId
String getDefaultBuildId()The current default compatible build ID which will receive tasks
string default_build_id = 1;- Returns:
- The defaultBuildId.
-
getDefaultBuildIdBytes
com.google.protobuf.ByteString getDefaultBuildIdBytes()The current default compatible build ID which will receive tasks
string default_build_id = 1;- Returns:
- The bytes for defaultBuildId.
-