Class: Google::Cloud::NetApp::V1::ListBackupPoliciesRequest

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

Overview

ListBackupPoliciesRequest for requesting multiple backup policies.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filtering results.

Returns:

  • (::String)

    Filtering results



143
144
145
146
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 143

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



143
144
145
146
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 143

class ListBackupPoliciesRequest
  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.



143
144
145
146
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 143

class ListBackupPoliciesRequest
  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.



143
144
145
146
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 143

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

#parent::String

Returns Required. Parent value for ListBackupPoliciesRequest.

Returns:

  • (::String)

    Required. Parent value for ListBackupPoliciesRequest



143
144
145
146
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 143

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