public interface CloudSQLBackupRunSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBackupRunId()
Required.
|
String |
getInstanceId()
Required.
|
com.google.protobuf.ByteString |
getInstanceIdBytes()
Required.
|
String |
getProject()
The project ID of the source CloudSQL instance.
|
com.google.protobuf.ByteString |
getProjectBytes()
The project ID of the source CloudSQL instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProject()
The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.
string project = 1;com.google.protobuf.ByteString getProjectBytes()
The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.
string project = 1;String getInstanceId()
Required. The CloudSQL instance ID.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getInstanceIdBytes()
Required. The CloudSQL instance ID.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];long getBackupRunId()
Required. The CloudSQL backup run ID.
int64 backup_run_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.