Cloud AI Platform v1 API - Class ListDeploymentResourcePoolsResponse (2.27.0)

public sealed class ListDeploymentResourcePoolsResponse : IMessage<ListDeploymentResourcePoolsResponse>, IEquatable<ListDeploymentResourcePoolsResponse>, IDeepCloneable<ListDeploymentResourcePoolsResponse>, IBufferMessage, IMessage, IPageResponse<DeploymentResourcePool>, IEnumerable<DeploymentResourcePool>, IEnumerable

Reference documentation and code samples for the Cloud AI Platform v1 API class ListDeploymentResourcePoolsResponse.

Response message for ListDeploymentResourcePools method.

Inheritance

object > ListDeploymentResourcePoolsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListDeploymentResourcePoolsResponse()

public ListDeploymentResourcePoolsResponse()

ListDeploymentResourcePoolsResponse(ListDeploymentResourcePoolsResponse)

public ListDeploymentResourcePoolsResponse(ListDeploymentResourcePoolsResponse other)
Parameter
NameDescription
otherListDeploymentResourcePoolsResponse

Properties

DeploymentResourcePools

public RepeatedField<DeploymentResourcePool> DeploymentResourcePools { get; }

The DeploymentResourcePools from the specified location.

Property Value
TypeDescription
RepeatedFieldDeploymentResourcePool

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<DeploymentResourcePool> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorDeploymentResourcePool