public sealed class ListPersistentResourcesRequest : IMessage<ListPersistentResourcesRequest>, IEquatable<ListPersistentResourcesRequest>, IDeepCloneable<ListPersistentResourcesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1 API class ListPersistentResourcesRequest.
Request message for [PersistentResourceService.ListPersistentResources][google.cloud.aiplatform.v1.PersistentResourceService.ListPersistentResources].
Implements
IMessageListPersistentResourcesRequest, IEquatableListPersistentResourcesRequest, IDeepCloneableListPersistentResourcesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ListPersistentResourcesRequest()
public ListPersistentResourcesRequest()ListPersistentResourcesRequest(ListPersistentResourcesRequest)
public ListPersistentResourcesRequest(ListPersistentResourcesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPersistentResourcesRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. The standard list page size.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The standard list page token. Typically obtained via [ListPersistentResourcesResponse.next_page_token][google.cloud.aiplatform.v1.ListPersistentResourcesResponse.next_page_token] of the previous [PersistentResourceService.ListPersistentResource][] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the Location to list the PersistentResources
from. Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|