Class: Google::Cloud::GkeBackup::V1::ListBackupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::ListBackupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Response message for ListBackups.
Instance Attribute Summary collapse
-
#backups ⇒ ::Array<::Google::Cloud::GkeBackup::V1::Backup>
The list of Backups matching the given criteria.
-
#next_page_token ⇒ ::String
A token which may be sent as page_token in a subsequent
ListBackups
call to retrieve the next page of results.
Instance Attribute Details
#backups ⇒ ::Array<::Google::Cloud::GkeBackup::V1::Backup>
Returns The list of Backups matching the given criteria.
240 241 242 243 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 240 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token which may be sent as
page_token in a
subsequent ListBackups
call to retrieve the next page of results. If this
field is omitted or empty, then there are no more results to return.
240 241 242 243 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 240 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |