Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::ListBackupsRequest (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::ListBackupsRequest.

The request payload to list the backups.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Multiple filter queries are separated by spaces. For example, 'instance:abc AND type:FINAL, 'location:us', 'backupInterval.startTime>=1950-01-01T01:01:25.771Z'. You can filter by type, instance, backupInterval.startTime (creation time), or location.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Multiple filter queries are separated by spaces. For example, 'instance:abc AND type:FINAL, 'location:us', 'backupInterval.startTime>=1950-01-01T01:01:25.771Z'. You can filter by type, instance, backupInterval.startTime (creation time), or location.
Returns
  • (::String) — Multiple filter queries are separated by spaces. For example, 'instance:abc AND type:FINAL, 'location:us', 'backupInterval.startTime>=1950-01-01T01:01:25.771Z'. You can filter by type, instance, backupInterval.startTime (creation time), or location.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of backups to return per response. The service might return fewer backups than this value. If a value for this parameter isn't specified, then, at most, 500 backups are returned. The maximum value is 2,000. Any values that you set, which are greater than 2,000, are changed to 2,000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of backups to return per response. The service might return fewer backups than this value. If a value for this parameter isn't specified, then, at most, 500 backups are returned. The maximum value is 2,000. Any values that you set, which are greater than 2,000, are changed to 2,000.
Returns
  • (::Integer) — The maximum number of backups to return per response. The service might return fewer backups than this value. If a value for this parameter isn't specified, then, at most, 500 backups are returned. The maximum value is 2,000. Any values that you set, which are greater than 2,000, are changed to 2,000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A page token, received from a previous ListBackups call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListBackups must match the call that provided the page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — A page token, received from a previous ListBackups call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListBackups must match the call that provided the page token.

Returns
  • (::String) — A page token, received from a previous ListBackups call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListBackups must match the call that provided the page token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent that owns this collection of backups. Format: projects/{project}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent that owns this collection of backups. Format: projects/{project}
Returns
  • (::String) — Required. The parent that owns this collection of backups. Format: projects/{project}