public interface RestoreClusterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BackupSource |
getBackupSource()
Backup source.
|
BackupSourceOrBuilder |
getBackupSourceOrBuilder()
Backup source.
|
Cluster |
getCluster()
Required.
|
String |
getClusterId()
Required.
|
com.google.protobuf.ByteString |
getClusterIdBytes()
Required.
|
ClusterOrBuilder |
getClusterOrBuilder()
Required.
|
ContinuousBackupSource |
getContinuousBackupSource()
ContinuousBackup source.
|
ContinuousBackupSourceOrBuilder |
getContinuousBackupSourceOrBuilder()
ContinuousBackup source.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getRequestId()
Optional.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Optional.
|
RestoreClusterRequest.SourceCase |
getSourceCase() |
boolean |
getValidateOnly()
Optional.
|
boolean |
hasBackupSource()
Backup source.
|
boolean |
hasCluster()
Required.
|
boolean |
hasContinuousBackupSource()
ContinuousBackup source.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBackupSource()
Backup source.
.google.cloud.alloydb.v1.BackupSource backup_source = 4;BackupSource getBackupSource()
Backup source.
.google.cloud.alloydb.v1.BackupSource backup_source = 4;BackupSourceOrBuilder getBackupSourceOrBuilder()
Backup source.
.google.cloud.alloydb.v1.BackupSource backup_source = 4;boolean hasContinuousBackupSource()
ContinuousBackup source. Continuous backup needs to be enabled in the source cluster for this operation to succeed.
.google.cloud.alloydb.v1.ContinuousBackupSource continuous_backup_source = 8;ContinuousBackupSource getContinuousBackupSource()
ContinuousBackup source. Continuous backup needs to be enabled in the source cluster for this operation to succeed.
.google.cloud.alloydb.v1.ContinuousBackupSource continuous_backup_source = 8;ContinuousBackupSourceOrBuilder getContinuousBackupSourceOrBuilder()
ContinuousBackup source. Continuous backup needs to be enabled in the source cluster for this operation to succeed.
.google.cloud.alloydb.v1.ContinuousBackupSource continuous_backup_source = 8;String getParent()
Required. The name of the parent resource. For the required format, see the comment on the Cluster.name field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The name of the parent resource. For the required format, see the comment on the 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];
String getRequestId()
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server ignores the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getRequestIdBytes()
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server ignores the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 5 [(.google.api.field_behavior) = OPTIONAL];boolean getValidateOnly()
Optional. If set, performs request validation, for example, permission checks and any other type of validation, but does not actually execute the create request.
bool validate_only = 6 [(.google.api.field_behavior) = OPTIONAL];RestoreClusterRequest.SourceCase getSourceCase()
Copyright © 2025 Google LLC. All rights reserved.