Google Cloud Ai Platform V1 Client - Class ListPersistentResourcesRequest (0.38.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ListPersistentResourcesRequest.

Request message for PersistentResourceService.ListPersistentResource.

Generated from protobuf message google.cloud.aiplatform.v1.ListPersistentResourcesRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the Location to list the PersistentResources from. Format: projects/{project}/locations/{location}

↳ page_size int

Optional. The standard list page size.

↳ page_token string

Optional. The standard list page token. Typically obtained via ListPersistentResourceResponse.next_page_token of the previous PersistentResourceService.ListPersistentResource call.

getParent

Required. The resource name of the Location to list the PersistentResources from. Format: projects/{project}/locations/{location}

Returns
Type Description
string

setParent

Required. The resource name of the Location to list the PersistentResources from. Format: projects/{project}/locations/{location}

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The standard list page size.

Returns
Type Description
int

setPageSize

Optional. The standard list page size.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. The standard list page token.

Typically obtained via ListPersistentResourceResponse.next_page_token of the previous PersistentResourceService.ListPersistentResource call.

Returns
Type Description
string

setPageToken

Optional. The standard list page token.

Typically obtained via ListPersistentResourceResponse.next_page_token of the previous PersistentResourceService.ListPersistentResource call.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The resource name of the Location to list the PersistentResources from. Format: projects/{project}/locations/{location} Please see Google\Cloud\AIPlatform\V1\PersistentResourceServiceClient::locationName() for help formatting this field.

Returns
Type Description
Google\Cloud\AIPlatform\V1\ListPersistentResourcesRequest