Interface UpdateWorkerBuildIdCompatibilityResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateWorkerBuildIdCompatibilityResponse, UpdateWorkerBuildIdCompatibilityResponse.Builder

    @Generated(value="protoc",
               comments="annotations:UpdateWorkerBuildIdCompatibilityResponseOrBuilder.java.pb.meta")
    public interface UpdateWorkerBuildIdCompatibilityResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getVersionSetId()
      The id of the compatible set that the updated version was added to, or exists in.
      com.google.protobuf.ByteString getVersionSetIdBytes()
      The id of the compatible set that the updated version was added to, or exists in.
      • 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

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