Interface UpdateWorkerBuildIdCompatibilityRequest.MergeSetsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateWorkerBuildIdCompatibilityRequest.MergeSets, UpdateWorkerBuildIdCompatibilityRequest.MergeSets.Builder
Enclosing class:
UpdateWorkerBuildIdCompatibilityRequest

public static interface UpdateWorkerBuildIdCompatibilityRequest.MergeSetsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A build ID in the set whose default will become the merged set default
    com.google.protobuf.ByteString
    A build ID in the set whose default will become the merged set default
    A build ID in the set which will be merged into the primary set
    com.google.protobuf.ByteString
    A build ID in the set which will be merged into the primary set

    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

    • getPrimarySetBuildId

      String getPrimarySetBuildId()
       A build ID in the set whose default will become the merged set default
       
      string primary_set_build_id = 1;
      Returns:
      The primarySetBuildId.
    • getPrimarySetBuildIdBytes

      com.google.protobuf.ByteString getPrimarySetBuildIdBytes()
       A build ID in the set whose default will become the merged set default
       
      string primary_set_build_id = 1;
      Returns:
      The bytes for primarySetBuildId.
    • getSecondarySetBuildId

      String getSecondarySetBuildId()
       A build ID in the set which will be merged into the primary set
       
      string secondary_set_build_id = 2;
      Returns:
      The secondarySetBuildId.
    • getSecondarySetBuildIdBytes

      com.google.protobuf.ByteString getSecondarySetBuildIdBytes()
       A build ID in the set which will be merged into the primary set
       
      string secondary_set_build_id = 2;
      Returns:
      The bytes for secondarySetBuildId.