Class: Google::Cloud::NetApp::V1::ListVolumesRequest

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

Overview

Message for requesting list of Volumes

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filtering results.

Returns:

  • (::String)

    Filtering results



41
42
43
44
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 41

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

#order_by::String

Returns Hint for how to order the results.

Returns:

  • (::String)

    Hint for how to order the results



41
42
43
44
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 41

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

#page_size::Integer

Returns Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

Returns:

  • (::Integer)

    Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.



41
42
43
44
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 41

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

#page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



41
42
43
44
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 41

class ListVolumesRequest
  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



41
42
43
44
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 41

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