public interface CloudSQLBackupRunSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBackupRunId()
public abstract long getBackupRunId()
Required. The CloudSQL backup run ID.
int64 backup_run_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
long |
The backupRunId. |
getInstanceId()
public abstract String getInstanceId()
Required. The CloudSQL instance ID.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The instanceId. |
getInstanceIdBytes()
public abstract ByteString getInstanceIdBytes()
Required. The CloudSQL instance ID.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for instanceId. |
getProject()
public abstract String getProject()
The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.
string project = 1;
Returns | |
---|---|
Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()
The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.
string project = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for project. |