Class: Google::Cloud::Filestore::V1::ListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::ListInstancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
ListInstancesResponse is the result of ListInstancesRequest.
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::Filestore::V1::Instance>
A list of instances in the project for the specified location.
-
#next_page_token ⇒ ::String
The token you can use to retrieve the next page of results.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::Filestore::V1::Instance>
Returns A list of instances in the project for the specified location.
If the {location}
value in the request is "-", the response contains a
list of instances from all locations. If any location is unreachable, the
response will only return instances in reachable locations and the
"unreachable" field will be populated with a list of unreachable locations.
468 469 470 471 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 468 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
468 469 470 471 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 468 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
468 469 470 471 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 468 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |