Interface ExportBackupRequestOrBuilder (0.29.0)

public interface ExportBackupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract ExportBackupRequest.DestinationCase getDestinationCase()
Returns
Type Description
ExportBackupRequest.DestinationCase

getGcsBucket()

public abstract String getGcsBucket()

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

string gcs_bucket = 3;

Returns
Type Description
String

The gcsBucket.

getGcsBucketBytes()

public abstract ByteString getGcsBucketBytes()

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

string gcs_bucket = 3;

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for name.

hasGcsBucket()

public abstract boolean hasGcsBucket()

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

string gcs_bucket = 3;

Returns
Type Description
boolean

Whether the gcsBucket field is set.