Send feedback
Class QueryDeployedModelsResponse (3.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.5.0keyboard_arrow_down
public final class QueryDeployedModelsResponse extends GeneratedMessageV3 implements QueryDeployedModelsResponseOrBuilder
Response message for QueryDeployedModels method.
Protobuf type google.cloud.aiplatform.v1beta1.QueryDeployedModelsResponse
Static Fields
public static final int DEPLOYED_MODELS_FIELD_NUMBER
Field Value
public static final int DEPLOYED_MODEL_REFS_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
public static QueryDeployedModelsResponse getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static QueryDeployedModelsResponse . Builder newBuilder ()
Returns
public static QueryDeployedModelsResponse . Builder newBuilder ( QueryDeployedModelsResponse prototype )
Parameter
Returns
public static QueryDeployedModelsResponse parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static QueryDeployedModelsResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static QueryDeployedModelsResponse parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
public static QueryDeployedModelsResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static QueryDeployedModelsResponse parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static QueryDeployedModelsResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static QueryDeployedModelsResponse parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static QueryDeployedModelsResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static QueryDeployedModelsResponse parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static QueryDeployedModelsResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static QueryDeployedModelsResponse parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static QueryDeployedModelsResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public QueryDeployedModelsResponse getDefaultInstanceForType ()
Returns
public DeployedModelRef getDeployedModelRefs ( int index )
References to the DeployedModels that share the specified
deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
Parameter
Name
Description
index
int
Returns
public int getDeployedModelRefsCount ()
References to the DeployedModels that share the specified
deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
Returns
public List getDeployedModelRefsList ()
References to the DeployedModels that share the specified
deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
Returns
public DeployedModelRefOrBuilder getDeployedModelRefsOrBuilder ( int index )
References to the DeployedModels that share the specified
deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
Parameter
Name
Description
index
int
Returns
public List <? extends DeployedModelRefOrBuilder > getDeployedModelRefsOrBuilderList ()
References to the DeployedModels that share the specified
deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
Returns
Type
Description
List <? extends com.google.cloud.aiplatform.v1beta1.DeployedModelRefOrBuilder >
public DeployedModel getDeployedModels ( int index )
DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
Parameter
Name
Description
index
int
Returns
public int getDeployedModelsCount ()
DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
Returns
public List getDeployedModelsList ()
DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
Returns
public DeployedModelOrBuilder getDeployedModelsOrBuilder ( int index )
DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
Parameter
Name
Description
index
int
Returns
public List <? extends DeployedModelOrBuilder > getDeployedModelsOrBuilderList ()
DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
Returns
Type
Description
List <? extends com.google.cloud.aiplatform.v1beta1.DeployedModelOrBuilder >
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;
Returns
Type
Description
String
The nextPageToken.
getNextPageTokenBytes()
public 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;
Returns
Type
Description
ByteString
The bytes for nextPageToken.
public Parser getParserForType ()
Returns
Overrides
public int getSerializedSize ()
Returns
Overrides
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public QueryDeployedModelsResponse . Builder newBuilderForType ()
Returns
protected QueryDeployedModelsResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public QueryDeployedModelsResponse . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[]]