Filestore V1 API - Class Google::Cloud::Filestore::V1::ListSnapshotsRequest (v0.9.0)

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

ListSnapshotsRequest lists snapshots.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — List filter.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — List filter.
Returns
  • (::String) — List filter.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Sort results. Supported values are "name", "name desc" or "" (unsorted).

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Sort results. Supported values are "name", "name desc" or "" (unsorted).
Returns
  • (::String) — Sort results. Supported values are "name", "name desc" or "" (unsorted).

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of items to return.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of items to return.
Returns
  • (::Integer) — The maximum number of items to return.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The next_page_token value to use if there are additional results to retrieve for this list request.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The next_page_token value to use if there are additional results to retrieve for this list request.
Returns
  • (::String) — The next_page_token value to use if there are additional results to retrieve for this list request.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The instance for which to retrieve snapshot information, in the format projects/{project_id}/locations/{location}/instances/{instance_id}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The instance for which to retrieve snapshot information, in the format projects/{project_id}/locations/{location}/instances/{instance_id}.
Returns
  • (::String) — Required. The instance for which to retrieve snapshot information, in the format projects/{project_id}/locations/{location}/instances/{instance_id}.