Class: Google::Cloud::GkeBackup::V1::ListVolumeRestoresResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkebackup/v1/gkebackup.rb

Overview

Response message for ListVolumeRestores.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token which may be sent as page_token in a subsequent ListVolumeRestores call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

Returns:

  • (::String)

    A token which may be sent as page_token in a subsequent ListVolumeRestores call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.



643
644
645
646
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 643

class ListVolumeRestoresResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#volume_restores::Array<::Google::Cloud::GkeBackup::V1::VolumeRestore>

Returns The list of VolumeRestores matching the given criteria.

Returns:



643
644
645
646
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 643

class ListVolumeRestoresResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end