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 v1beta1 API class ListPersistentResourcesResponse.
Response message for [PersistentResourceService.ListPersistentResources][google.cloud.aiplatform.v1beta1.PersistentResourceService.ListPersistentResources]
Implements
IMessageListPersistentResourcesResponse, IEquatableListPersistentResourcesResponse, IDeepCloneableListPersistentResourcesResponse, IBufferMessage, IMessage, IPageResponsePersistentResource, IEnumerablePersistentResource, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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.v1beta1.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 |