Class: Google::Cloud::Parallelstore::V1::ListInstancesRequest

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

Overview

List instances request.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filtering results.

Returns:

  • (::String)

    Optional. Filtering results.



149
150
151
152
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 149

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

#order_by::String

Returns Optional. Hint for how to order the results.

Returns:

  • (::String)

    Optional. Hint for how to order the results.



149
150
151
152
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 149

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

#page_size::Integer

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

Returns:

  • (::Integer)

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



149
150
151
152
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 149

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

#page_token::String

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

Returns:

  • (::String)

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



149
150
151
152
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 149

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

#parent::String

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

To retrieve instance information for all locations, use "-" as the value of {location}.

Returns:

  • (::String)

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

    To retrieve instance information for all locations, use "-" as the value of {location}.



149
150
151
152
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 149

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