Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::ListBackupsResponse (v0.10.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ListBackupsResponse.

The response for ListBackups.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#backups

def backups() -> ::Array<::Google::Cloud::Bigtable::Admin::V2::Backup>
Returns

#backups=

def backups=(value) -> ::Array<::Google::Cloud::Bigtable::Admin::V2::Backup>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — next_page_token can be sent in a subsequent ListBackups call to fetch more of the matching backups.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — next_page_token can be sent in a subsequent ListBackups call to fetch more of the matching backups.
Returns
  • (::String) — next_page_token can be sent in a subsequent ListBackups call to fetch more of the matching backups.