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

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

Backup run list results.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#items

def items() -> ::Array<::Google::Cloud::Sql::V1::BackupRun>
Returns

#items=

def items=(value) -> ::Array<::Google::Cloud::Sql::V1::BackupRun>
Parameter
Returns

#kind

def kind() -> ::String
Returns
  • (::String) — This is always sql#backupRunsList.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — This is always sql#backupRunsList.
Returns
  • (::String) — This is always sql#backupRunsList.

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
Returns
  • (::String) — The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.