Class: Google::Cloud::BareMetalSolution::V2::ListVolumeSnapshotsRequest

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

Overview

Message for requesting a list of volume snapshots.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.

Returns:

  • (::Integer)

    Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.



81
82
83
84
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb', line 81

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

#page_token::String

Returns A token identifying a page of results from the server.

Returns:

  • (::String)

    A token identifying a page of results from the server.



81
82
83
84
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb', line 81

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

#parent::String

Returns Required. Parent value for ListVolumesRequest.

Returns:

  • (::String)

    Required. Parent value for ListVolumesRequest.



81
82
83
84
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb', line 81

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