Cloud AI Platform v1 API - Class ListPersistentResourcesResponse (3.0.0)

public sealed class ListPersistentResourcesResponse : IMessage<ListPersistentResourcesResponse>, IEquatable<ListPersistentResourcesResponse>, IDeepCloneable<ListPersistentResourcesResponse>, IBufferMessage, IMessage, IPageResponse<PersistentResource>, IEnumerable<PersistentResource>, IEnumerable

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

Response message for [PersistentResourceService.ListPersistentResources][google.cloud.aiplatform.v1.PersistentResourceService.ListPersistentResources]

Inheritance

object > ListPersistentResourcesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListPersistentResourcesResponse()

public ListPersistentResourcesResponse()

ListPersistentResourcesResponse(ListPersistentResourcesResponse)

public ListPersistentResourcesResponse(ListPersistentResourcesResponse other)
Parameter
Name Description
other ListPersistentResourcesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass to [ListPersistentResourcesRequest.page_token][google.cloud.aiplatform.v1.ListPersistentResourcesRequest.page_token] to obtain that page.

Property Value
Type Description
string

PersistentResources

public RepeatedField<PersistentResource> PersistentResources { get; }
Property Value
Type Description
RepeatedFieldPersistentResource

Methods

GetEnumerator()

public IEnumerator<PersistentResource> GetEnumerator()

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

Returns
Type Description
IEnumeratorPersistentResource