Interface UpdateWorkerBuildIdCompatibilityRequest.MergeSetsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPrimarySetBuildId()
      A build ID in the set whose default will become the merged set default
      com.google.protobuf.ByteString getPrimarySetBuildIdBytes()
      A build ID in the set whose default will become the merged set default
      java.lang.String getSecondarySetBuildId()
      A build ID in the set which will be merged into the primary set
      com.google.protobuf.ByteString getSecondarySetBuildIdBytes()
      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 Detail

      • getPrimarySetBuildId

        java.lang.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

        java.lang.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.