public interface ListDeploymentResourcePoolsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeploymentResourcePool |
getDeploymentResourcePools(int index)
The DeploymentResourcePools from the specified location.
|
int |
getDeploymentResourcePoolsCount()
The DeploymentResourcePools from the specified location.
|
List<DeploymentResourcePool> |
getDeploymentResourcePoolsList()
The DeploymentResourcePools from the specified location.
|
DeploymentResourcePoolOrBuilder |
getDeploymentResourcePoolsOrBuilder(int index)
The DeploymentResourcePools from the specified location.
|
List<? extends DeploymentResourcePoolOrBuilder> |
getDeploymentResourcePoolsOrBuilderList()
The DeploymentResourcePools from the specified location.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DeploymentResourcePool> getDeploymentResourcePoolsList()
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;
DeploymentResourcePool getDeploymentResourcePools(int index)
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;
int getDeploymentResourcePoolsCount()
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;
List<? extends DeploymentResourcePoolOrBuilder> getDeploymentResourcePoolsOrBuilderList()
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;
DeploymentResourcePoolOrBuilder getDeploymentResourcePoolsOrBuilder(int index)
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;
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;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;Copyright © 2024 Google LLC. All rights reserved.