Class: Google::Cloud::Filestore::V1::ListInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::ListInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
ListInstancesRequest lists instances.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
List filter.
-
#order_by ⇒ ::String
Sort results.
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
The next_page_token value to use if there are additional results to retrieve for this list request.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns List filter.
447 448 449 450 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 447 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Sort results. Supported values are "name", "name desc" or "" (unsorted).
447 448 449 450 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 447 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of items to return.
447 448 449 450 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 447 class ListInstancesRequest 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.
447 448 449 450 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 447 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}
. In
Cloud Filestore, locations map to Google Cloud zones, for example
us-west1-b. To retrieve instance information for all locations, use "-"
for the
{location}
value.
447 448 449 450 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 447 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |