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
- (::Array<::Google::Cloud::Sql::V1::BackupRun>) — A list of backup runs in reverse chronological order of the enqueued time.
#items=
def items=(value) -> ::Array<::Google::Cloud::Sql::V1::BackupRun>
Parameter
- value (::Array<::Google::Cloud::Sql::V1::BackupRun>) — A list of backup runs in reverse chronological order of the enqueued time.
Returns
- (::Array<::Google::Cloud::Sql::V1::BackupRun>) — A list of backup runs in reverse chronological order of the enqueued time.
#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.