public interface RestoreFromCloudSQLRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CloudSQLBackupRunSource |
getCloudsqlBackupRunSource()
Cluster created from CloudSQL backup run.
|
CloudSQLBackupRunSourceOrBuilder |
getCloudsqlBackupRunSourceOrBuilder()
Cluster created from CloudSQL backup run.
|
Cluster |
getCluster()
Required.
|
String |
getClusterId()
Required.
|
com.google.protobuf.ByteString |
getClusterIdBytes()
Required.
|
ClusterOrBuilder |
getClusterOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
RestoreFromCloudSQLRequest.SourceCase |
getSourceCase() |
boolean |
hasCloudsqlBackupRunSource()
Cluster created from CloudSQL backup run.
|
boolean |
hasCluster()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCloudsqlBackupRunSource()
Cluster created from CloudSQL backup run.
.google.cloud.alloydb.v1.CloudSQLBackupRunSource cloudsql_backup_run_source = 101;CloudSQLBackupRunSource getCloudsqlBackupRunSource()
Cluster created from CloudSQL backup run.
.google.cloud.alloydb.v1.CloudSQLBackupRunSource cloudsql_backup_run_source = 101;CloudSQLBackupRunSourceOrBuilder getCloudsqlBackupRunSourceOrBuilder()
Cluster created from CloudSQL backup run.
.google.cloud.alloydb.v1.CloudSQLBackupRunSource cloudsql_backup_run_source = 101;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) = { ... }
com.google.protobuf.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) = { ... }
String getClusterId()
Required. ID of the requesting object.
string cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getClusterIdBytes()
Required. ID of the requesting object.
string cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasCluster()
Required. The resource being created
.google.cloud.alloydb.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
Cluster getCluster()
Required. The resource being created
.google.cloud.alloydb.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
ClusterOrBuilder getClusterOrBuilder()
Required. The resource being created
.google.cloud.alloydb.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];
RestoreFromCloudSQLRequest.SourceCase getSourceCase()
Copyright © 2025 Google LLC. All rights reserved.