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 Type
    Method
    Description
    The current default compatible build ID which will receive tasks
    com.google.protobuf.ByteString
    The current default compatible build ID which will receive tasks

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.