Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API class Google::Cloud::Redis::Cluster::V1::ExportBackupRequest.
Request for [ExportBackup].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_bucket
def gcs_bucket() -> ::String
Returns
- (::String) — Google Cloud Storage bucket, like "my-bucket".
#gcs_bucket=
def gcs_bucket=(value) -> ::String
Parameter
- value (::String) — Google Cloud Storage bucket, like "my-bucket".
Returns
- (::String) — Google Cloud Storage bucket, like "my-bucket".
#name
def name() -> ::String
Returns
-
(::String) — Required. Redis backup resource name using the form:
projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Redis backup resource name using the form:
projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}
Returns
-
(::String) — Required. Redis backup resource name using the form:
projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}