Class: Google::Cloud::BackupDR::V1::ListBackupsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::ListBackupsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault.rb
Overview
Request message for listing Backups.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::BackupDR::V1::BackupView
Optional.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filtering results.
900 901 902 903 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 900 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Hint for how to order the results.
900 901 902 903 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 900 class ListBackupsRequest 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, server will pick an appropriate default.
900 901 902 903 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 900 class ListBackupsRequest 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.
900 901 902 903 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 900 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location for which to retrieve backup information, in the format 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1. To retrieve data sources for all locations, use "-" for the '{location}' value.
900 901 902 903 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 900 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::BackupDR::V1::BackupView
Returns Optional. Reserved for future use to provide a BASIC & FULL view of Backup resource.
900 901 902 903 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 900 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |