Interface RestoreFromCloudSQLRequestOrBuilder (0.56.0)

public interface RestoreFromCloudSQLRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudsqlBackupRunSource()

public abstract CloudSQLBackupRunSource getCloudsqlBackupRunSource()

Cluster created from CloudSQL backup run.

.google.cloud.alloydb.v1.CloudSQLBackupRunSource cloudsql_backup_run_source = 101;

Returns
Type Description
CloudSQLBackupRunSource

The cloudsqlBackupRunSource.

getCloudsqlBackupRunSourceOrBuilder()

public abstract CloudSQLBackupRunSourceOrBuilder getCloudsqlBackupRunSourceOrBuilder()

Cluster created from CloudSQL backup run.

.google.cloud.alloydb.v1.CloudSQLBackupRunSource cloudsql_backup_run_source = 101;

Returns
Type Description
CloudSQLBackupRunSourceOrBuilder

getCluster()

public abstract Cluster getCluster()

Required. The resource being created

.google.cloud.alloydb.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Cluster

The cluster.

getClusterId()

public abstract String getClusterId()

Required. ID of the requesting object.

string cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The clusterId.

getClusterIdBytes()

public abstract ByteString getClusterIdBytes()

Required. ID of the requesting object.

string cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clusterId.

getClusterOrBuilder()

public abstract ClusterOrBuilder getClusterOrBuilder()

Required. The resource being created

.google.cloud.alloydb.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ClusterOrBuilder

getParent()

public abstract String getParent()

Required. The location of the new cluster. For the required format, see the comment on Cluster.name field.

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The location of the new cluster. For the required format, see the comment on Cluster.name field.

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

Returns
Type Description
ByteString

The bytes for parent.

getSourceCase()

public abstract RestoreFromCloudSQLRequest.SourceCase getSourceCase()
Returns
Type Description
RestoreFromCloudSQLRequest.SourceCase

hasCloudsqlBackupRunSource()

public abstract boolean hasCloudsqlBackupRunSource()

Cluster created from CloudSQL backup run.

.google.cloud.alloydb.v1.CloudSQLBackupRunSource cloudsql_backup_run_source = 101;

Returns
Type Description
boolean

Whether the cloudsqlBackupRunSource field is set.

hasCluster()

public abstract boolean hasCluster()

Required. The resource being created

.google.cloud.alloydb.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the cluster field is set.