Interface UpdateWorkerBuildIdCompatabilityResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateWorkerBuildIdCompatabilityResponse,UpdateWorkerBuildIdCompatabilityResponse.Builder
@Generated(value="protoc", comments="annotations:UpdateWorkerBuildIdCompatabilityResponseOrBuilder.java.pb.meta") public interface UpdateWorkerBuildIdCompatabilityResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetVersionSetId()The id of the compatible set that the updated version was added to, or exists in.com.google.protobuf.ByteStringgetVersionSetIdBytes()The id of the compatible set that the updated version was added to, or exists in.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersionSetId
java.lang.String getVersionSetId()
The id of the compatible set that the updated version was added to, or exists in. Users don't need to understand or care about this value, but it has value for debugging purposes.
string version_set_id = 1;- Returns:
- The versionSetId.
-
getVersionSetIdBytes
com.google.protobuf.ByteString getVersionSetIdBytes()
The id of the compatible set that the updated version was added to, or exists in. Users don't need to understand or care about this value, but it has value for debugging purposes.
string version_set_id = 1;- Returns:
- The bytes for versionSetId.
-
-