Interface ListDeploymentResourcePoolsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDeploymentResourcePoolsResponse
,ListDeploymentResourcePoolsResponse.Builder
public interface ListDeploymentResourcePoolsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDeploymentResourcePoolsList
List<DeploymentResourcePool> getDeploymentResourcePoolsList()
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;
-
getDeploymentResourcePools
DeploymentResourcePool getDeploymentResourcePools(int index)
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;
-
getDeploymentResourcePoolsCount
int getDeploymentResourcePoolsCount()
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;
-
getDeploymentResourcePoolsOrBuilderList
List<? extends DeploymentResourcePoolOrBuilder> getDeploymentResourcePoolsOrBuilderList()
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;
-
getDeploymentResourcePoolsOrBuilder
DeploymentResourcePoolOrBuilder getDeploymentResourcePoolsOrBuilder(int index)
The DeploymentResourcePools from the specified location.
repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;
-
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
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;
- Returns:
- The bytes for nextPageToken.
-
-