Interface ExportBackupRequestOrBuilder (0.35.0)

public interface ExportBackupRequestOrBuilder extends MessageOrBuilder

Methods

getDestinationCase()

public abstract ExportBackupRequest.DestinationCase getDestinationCase()
Returns
TypeDescription
ExportBackupRequest.DestinationCase

getGcsBucket()

public abstract String getGcsBucket()

Google Cloud Storage bucket, like "my-bucket".

string gcs_bucket = 3;

Returns
TypeDescription
String

The gcsBucket.

getGcsBucketBytes()

public abstract ByteString getGcsBucketBytes()

Google Cloud Storage bucket, like "my-bucket".

string gcs_bucket = 3;

Returns
TypeDescription
ByteString

The bytes for gcsBucket.

getName()

public abstract String getName()

Required. Redis backup resource name using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Redis backup resource name using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

hasGcsBucket()

public abstract boolean hasGcsBucket()

Google Cloud Storage bucket, like "my-bucket".

string gcs_bucket = 3;

Returns
TypeDescription
boolean

Whether the gcsBucket field is set.