Class: Google::Cloud::Filestore::V1::ListBackupsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Array<::Google::Cloud::Filestore::V1::Backup>)

    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.



762
763
764
765
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 762

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.

Returns:

  • (::String)

    The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.



762
763
764
765
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 762

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



762
763
764
765
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 762

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