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- (::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- 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.
- (::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- (::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- 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.
- (::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-
(::String) — A page token, received from a previous
ListBackupscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListBackupsmust match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String-
value (::String) — A page token, received from a previous
ListBackupscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListBackupsmust match the call that provided the page token.
-
(::String) — A page token, received from a previous
ListBackupscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListBackupsmust match the call that provided the page token.
#parent
def parent() -> ::String- (::String) — Required. The parent that owns this collection of backups. Format: projects/{project}
#parent=
def parent=(value) -> ::String- value (::String) — Required. The parent that owns this collection of backups. Format: projects/{project}
- (::String) — Required. The parent that owns this collection of backups. Format: projects/{project}