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 TypeMethodDescriptionA build ID in the set whose default will become the merged set defaultcom.google.protobuf.ByteStringA build ID in the set whose default will become the merged set defaultA build ID in the set which will be merged into the primary setcom.google.protobuf.ByteStringA build ID in the set which will be merged into the primary setMethods 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
-
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.
-