Class QueryDeployedModelsResponse (3.33.0)

public final class QueryDeployedModelsResponse extends GeneratedMessageV3 implements QueryDeployedModelsResponseOrBuilder

Response message for QueryDeployedModels method.

Protobuf type google.cloud.aiplatform.v1beta1.QueryDeployedModelsResponse

Static Fields

DEPLOYED_MODELS_FIELD_NUMBER

public static final int DEPLOYED_MODELS_FIELD_NUMBER
Field Value
TypeDescription
int

DEPLOYED_MODEL_REFS_FIELD_NUMBER

public static final int DEPLOYED_MODEL_REFS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

TOTAL_DEPLOYED_MODEL_COUNT_FIELD_NUMBER

public static final int TOTAL_DEPLOYED_MODEL_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

TOTAL_ENDPOINT_COUNT_FIELD_NUMBER

public static final int TOTAL_ENDPOINT_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static QueryDeployedModelsResponse getDefaultInstance()
Returns
TypeDescription
QueryDeployedModelsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static QueryDeployedModelsResponse.Builder newBuilder()
Returns
TypeDescription
QueryDeployedModelsResponse.Builder

newBuilder(QueryDeployedModelsResponse prototype)

public static QueryDeployedModelsResponse.Builder newBuilder(QueryDeployedModelsResponse prototype)
Parameter
NameDescription
prototypeQueryDeployedModelsResponse
Returns
TypeDescription
QueryDeployedModelsResponse.Builder

parseDelimitedFrom(InputStream input)

public static QueryDeployedModelsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static QueryDeployedModelsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static QueryDeployedModelsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static QueryDeployedModelsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static QueryDeployedModelsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static QueryDeployedModelsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static QueryDeployedModelsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static QueryDeployedModelsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static QueryDeployedModelsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static QueryDeployedModelsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static QueryDeployedModelsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static QueryDeployedModelsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
QueryDeployedModelsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<QueryDeployedModelsResponse> parser()
Returns
TypeDescription
Parser<QueryDeployedModelsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public QueryDeployedModelsResponse getDefaultInstanceForType()
Returns
TypeDescription
QueryDeployedModelsResponse

getDeployedModelRefs(int index)

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
NameDescription
indexint
Returns
TypeDescription
DeployedModelRef

getDeployedModelRefsCount()

public int getDeployedModelRefsCount()

References to the DeployedModels that share the specified deploymentResourcePool.

repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;

Returns
TypeDescription
int

getDeployedModelRefsList()

public List<DeployedModelRef> getDeployedModelRefsList()

References to the DeployedModels that share the specified deploymentResourcePool.

repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;

Returns
TypeDescription
List<DeployedModelRef>

getDeployedModelRefsOrBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
DeployedModelRefOrBuilder

getDeployedModelRefsOrBuilderList()

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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.DeployedModelRefOrBuilder>

getDeployedModels(int index) (deprecated)

public DeployedModel getDeployedModels(int index)

DEPRECATED Use deployed_model_refs instead.

repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
DeployedModel

getDeployedModelsCount() (deprecated)

public int getDeployedModelsCount()

DEPRECATED Use deployed_model_refs instead.

repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];

Returns
TypeDescription
int

getDeployedModelsList() (deprecated)

public List<DeployedModel> getDeployedModelsList()

DEPRECATED Use deployed_model_refs instead.

repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];

Returns
TypeDescription
List<DeployedModel>

getDeployedModelsOrBuilder(int index) (deprecated)

public DeployedModelOrBuilder getDeployedModelsOrBuilder(int index)

DEPRECATED Use deployed_model_refs instead.

repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
DeployedModelOrBuilder

getDeployedModelsOrBuilderList() (deprecated)

public List<? extends DeployedModelOrBuilder> getDeployedModelsOrBuilderList()

DEPRECATED Use deployed_model_refs instead.

repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<QueryDeployedModelsResponse> getParserForType()
Returns
TypeDescription
Parser<QueryDeployedModelsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTotalDeployedModelCount()

public int getTotalDeployedModelCount()

The total number of DeployedModels on this DeploymentResourcePool.

int32 total_deployed_model_count = 4;

Returns
TypeDescription
int

The totalDeployedModelCount.

getTotalEndpointCount()

public int getTotalEndpointCount()

The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.

int32 total_endpoint_count = 5;

Returns
TypeDescription
int

The totalEndpointCount.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public QueryDeployedModelsResponse.Builder newBuilderForType()
Returns
TypeDescription
QueryDeployedModelsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected QueryDeployedModelsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
QueryDeployedModelsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public QueryDeployedModelsResponse.Builder toBuilder()
Returns
TypeDescription
QueryDeployedModelsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException