Class: Google::Cloud::Filestore::V1::ListBackupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::ListBackupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
ListBackupsResponse is the result of ListBackupsRequest.
Instance Attribute Summary collapse
-
#backups ⇒ ::Array<::Google::Cloud::Filestore::V1::Backup>
A list of backups 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
#backups ⇒ ::Array<::Google::Cloud::Filestore::V1::Backup>
Returns A list of backups in the project for the specified location.
If the {location}
value in the request is "-", the response contains a
list of backups from all locations. If any location is unreachable, the
response will only return backups in reachable locations and the
"unreachable" field will be populated with a list of unreachable
locations.
803 804 805 806 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 803 class ListBackupsResponse 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.
803 804 805 806 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 803 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
803 804 805 806 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 803 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |