Interface ListDeploymentResourcePoolsResponseOrBuilder (3.42.0)

public interface ListDeploymentResourcePoolsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeploymentResourcePools(int index)

public abstract DeploymentResourcePool getDeploymentResourcePools(int index)

The DeploymentResourcePools from the specified location.

repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DeploymentResourcePool

getDeploymentResourcePoolsCount()

public abstract int getDeploymentResourcePoolsCount()

The DeploymentResourcePools from the specified location.

repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;

Returns
TypeDescription
int

getDeploymentResourcePoolsList()

public abstract List<DeploymentResourcePool> getDeploymentResourcePoolsList()

The DeploymentResourcePools from the specified location.

repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;

Returns
TypeDescription
List<DeploymentResourcePool>

getDeploymentResourcePoolsOrBuilder(int index)

public abstract DeploymentResourcePoolOrBuilder getDeploymentResourcePoolsOrBuilder(int index)

The DeploymentResourcePools from the specified location.

repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DeploymentResourcePoolOrBuilder

getDeploymentResourcePoolsOrBuilderList()

public abstract List<? extends DeploymentResourcePoolOrBuilder> getDeploymentResourcePoolsOrBuilderList()

The DeploymentResourcePools from the specified location.

repeated .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pools = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.DeploymentResourcePoolOrBuilder>

getNextPageToken()

public abstract 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 abstract 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.