Class: Google::Cloud::Filestore::V1::ListSnapshotsRequest

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

Overview

ListSnapshotsRequest lists snapshots.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns List filter.

Returns:

  • (::String)

    List filter.



562
563
564
565
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 562

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

#order_by::String

Returns Sort results. Supported values are "name", "name desc" or "" (unsorted).

Returns:

  • (::String)

    Sort results. Supported values are "name", "name desc" or "" (unsorted).



562
563
564
565
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 562

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

#page_size::Integer

Returns The maximum number of items to return.

Returns:

  • (::Integer)

    The maximum number of items to return.



562
563
564
565
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 562

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

#page_token::String

Returns The next_page_token value to use if there are additional results to retrieve for this list request.

Returns:

  • (::String)

    The next_page_token value to use if there are additional results to retrieve for this list request.



562
563
564
565
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 562

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

#parent::String

Returns Required. The instance for which to retrieve snapshot information, in the format projects/{project_id}/locations/{location}/instances/{instance_id}.

Returns:

  • (::String)

    Required. The instance for which to retrieve snapshot information, in the format projects/{project_id}/locations/{location}/instances/{instance_id}.



562
563
564
565
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 562

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