Google Cloud Filestore V1 Client - Class ListSnapshotsRequest (1.3.2)

Reference documentation and code samples for the Google Cloud Filestore V1 Client class ListSnapshotsRequest.

ListSnapshotsRequest lists snapshots.

Generated from protobuf message google.cloud.filestore.v1.ListSnapshotsRequest

Namespace

Google \ Cloud \ Filestore \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The instance for which to retrieve snapshot information, in the format projects/{project_id}/locations/{location}/instances/{instance_id}.

↳ page_size int

The maximum number of items to return.

↳ page_token string

The next_page_token value to use if there are additional results to retrieve for this list request.

↳ order_by string

Sort results. Supported values are "name", "name desc" or "" (unsorted).

↳ filter string

List filter.

getParent

Required. The instance for which to retrieve snapshot information, in the format projects/{project_id}/locations/{location}/instances/{instance_id}.

Returns
TypeDescription
string

setParent

Required. The instance for which to retrieve snapshot information, in the format projects/{project_id}/locations/{location}/instances/{instance_id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of items to return.

Returns
TypeDescription
int

setPageSize

The maximum number of items to return.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The next_page_token value to use if there are additional results to retrieve for this list request.

Returns
TypeDescription
string

setPageToken

The next_page_token value to use if there are additional results to retrieve for this list request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

Sort results. Supported values are "name", "name desc" or "" (unsorted).

Returns
TypeDescription
string

setOrderBy

Sort results. Supported values are "name", "name desc" or "" (unsorted).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

List filter.

Returns
TypeDescription
string

setFilter

List filter.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The instance for which to retrieve snapshot information, in the format projects/{project_id}/locations/{location}/instances/{instance_id}. Please see Google\Cloud\Filestore\V1\CloudFilestoreManagerClient::instanceName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Filestore\V1\ListSnapshotsRequest