Class QueryDeployedModelsResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.QueryDeployedModelsResponse
All Implemented Interfaces:
QueryDeployedModelsResponseOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class QueryDeployedModelsResponse extends com.google.protobuf.GeneratedMessage implements QueryDeployedModelsResponseOrBuilder
 Response message for QueryDeployedModels method.
 
Protobuf type google.cloud.aiplatform.v1.QueryDeployedModelsResponse
See Also:
  • Field Details

    • DEPLOYED_MODELS_FIELD_NUMBER

      public static final int DEPLOYED_MODELS_FIELD_NUMBER
      See Also:
    • NEXT_PAGE_TOKEN_FIELD_NUMBER

      public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
      See Also:
    • DEPLOYED_MODEL_REFS_FIELD_NUMBER

      public static final int DEPLOYED_MODEL_REFS_FIELD_NUMBER
      See Also:
    • TOTAL_DEPLOYED_MODEL_COUNT_FIELD_NUMBER

      public static final int TOTAL_DEPLOYED_MODEL_COUNT_FIELD_NUMBER
      See Also:
    • TOTAL_ENDPOINT_COUNT_FIELD_NUMBER

      public static final int TOTAL_ENDPOINT_COUNT_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getDeployedModelsList

      @Deprecated public List<DeployedModel> getDeployedModelsList()
      Deprecated.
       DEPRECATED Use deployed_model_refs instead.
       
      repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true];
      Specified by:
      getDeployedModelsList in interface QueryDeployedModelsResponseOrBuilder
    • getDeployedModelsOrBuilderList

      @Deprecated public List<? extends DeployedModelOrBuilder> getDeployedModelsOrBuilderList()
      Deprecated.
       DEPRECATED Use deployed_model_refs instead.
       
      repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true];
      Specified by:
      getDeployedModelsOrBuilderList in interface QueryDeployedModelsResponseOrBuilder
    • getDeployedModelsCount

      @Deprecated public int getDeployedModelsCount()
      Deprecated.
       DEPRECATED Use deployed_model_refs instead.
       
      repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true];
      Specified by:
      getDeployedModelsCount in interface QueryDeployedModelsResponseOrBuilder
    • getDeployedModels

      @Deprecated public DeployedModel getDeployedModels(int index)
      Deprecated.
       DEPRECATED Use deployed_model_refs instead.
       
      repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true];
      Specified by:
      getDeployedModels in interface QueryDeployedModelsResponseOrBuilder
    • getDeployedModelsOrBuilder

      @Deprecated public DeployedModelOrBuilder getDeployedModelsOrBuilder(int index)
      Deprecated.
       DEPRECATED Use deployed_model_refs instead.
       
      repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true];
      Specified by:
      getDeployedModelsOrBuilder in interface QueryDeployedModelsResponseOrBuilder
    • getNextPageToken

      public String getNextPageToken()
       A token, which can be sent as `page_token` to retrieve the next page.
       If this field is omitted, there are no subsequent pages.
       
      string next_page_token = 2;
      Specified by:
      getNextPageToken in interface QueryDeployedModelsResponseOrBuilder
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      public com.google.protobuf.ByteString getNextPageTokenBytes()
       A token, which can be sent as `page_token` to retrieve the next page.
       If this field is omitted, there are no subsequent pages.
       
      string next_page_token = 2;
      Specified by:
      getNextPageTokenBytes in interface QueryDeployedModelsResponseOrBuilder
      Returns:
      The bytes for nextPageToken.
    • getDeployedModelRefsList

      public List<DeployedModelRef> getDeployedModelRefsList()
       References to the DeployedModels that share the specified
       deploymentResourcePool.
       
      repeated .google.cloud.aiplatform.v1.DeployedModelRef deployed_model_refs = 3;
      Specified by:
      getDeployedModelRefsList in interface QueryDeployedModelsResponseOrBuilder
    • getDeployedModelRefsOrBuilderList

      public List<? extends DeployedModelRefOrBuilder> getDeployedModelRefsOrBuilderList()
       References to the DeployedModels that share the specified
       deploymentResourcePool.
       
      repeated .google.cloud.aiplatform.v1.DeployedModelRef deployed_model_refs = 3;
      Specified by:
      getDeployedModelRefsOrBuilderList in interface QueryDeployedModelsResponseOrBuilder
    • getDeployedModelRefsCount

      public int getDeployedModelRefsCount()
       References to the DeployedModels that share the specified
       deploymentResourcePool.
       
      repeated .google.cloud.aiplatform.v1.DeployedModelRef deployed_model_refs = 3;
      Specified by:
      getDeployedModelRefsCount in interface QueryDeployedModelsResponseOrBuilder
    • getDeployedModelRefs

      public DeployedModelRef getDeployedModelRefs(int index)
       References to the DeployedModels that share the specified
       deploymentResourcePool.
       
      repeated .google.cloud.aiplatform.v1.DeployedModelRef deployed_model_refs = 3;
      Specified by:
      getDeployedModelRefs in interface QueryDeployedModelsResponseOrBuilder
    • getDeployedModelRefsOrBuilder

      public DeployedModelRefOrBuilder getDeployedModelRefsOrBuilder(int index)
       References to the DeployedModels that share the specified
       deploymentResourcePool.
       
      repeated .google.cloud.aiplatform.v1.DeployedModelRef deployed_model_refs = 3;
      Specified by:
      getDeployedModelRefsOrBuilder in interface QueryDeployedModelsResponseOrBuilder
    • getTotalDeployedModelCount

      public int getTotalDeployedModelCount()
       The total number of DeployedModels on this DeploymentResourcePool.
       
      int32 total_deployed_model_count = 4;
      Specified by:
      getTotalDeployedModelCount in interface QueryDeployedModelsResponseOrBuilder
      Returns:
      The totalDeployedModelCount.
    • getTotalEndpointCount

      public int getTotalEndpointCount()
       The total number of Endpoints that have DeployedModels on this
       DeploymentResourcePool.
       
      int32 total_endpoint_count = 5;
      Specified by:
      getTotalEndpointCount in interface QueryDeployedModelsResponseOrBuilder
      Returns:
      The totalEndpointCount.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static QueryDeployedModelsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QueryDeployedModelsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QueryDeployedModelsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QueryDeployedModelsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QueryDeployedModelsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QueryDeployedModelsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QueryDeployedModelsResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static QueryDeployedModelsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static QueryDeployedModelsResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static QueryDeployedModelsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static QueryDeployedModelsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static QueryDeployedModelsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public QueryDeployedModelsResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static QueryDeployedModelsResponse.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected QueryDeployedModelsResponse.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static QueryDeployedModelsResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<QueryDeployedModelsResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<QueryDeployedModelsResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public QueryDeployedModelsResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder