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