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

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

ListBackupsRequest lists backups.

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 project and location for which to retrieve backup information, in the format projects/{project_number}/locations/{location}. In Filestore, backup locations map to Google Cloud regions, for example us-west1. To retrieve backup information for all locations, use "-" for the {location} value.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The project and location for which to retrieve backup information, in the format projects/{project_number}/locations/{location}. In Filestore, backup locations map to Google Cloud regions, for example us-west1. To retrieve backup information for all locations, use "-" for the {location} value.
Returns
  • (::String) — Required. The project and location for which to retrieve backup information, in the format projects/{project_number}/locations/{location}. In Filestore, backup locations map to Google Cloud regions, for example us-west1. To retrieve backup information for all locations, use "-" for the {location} value.