public interface RestoreBackupContextOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackupRunId()
public abstract long getBackupRunId()The ID of the backup run to restore from.
int64 backup_run_id = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The backupRunId. |
getInstanceId()
public abstract String getInstanceId()The ID of the instance that the backup was taken from.
string instance_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The instanceId. |
getInstanceIdBytes()
public abstract ByteString getInstanceIdBytes()The ID of the instance that the backup was taken from.
string instance_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceId. |
getKind()
public abstract String getKind() This is always sql#restoreBackupContext.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#restoreBackupContext.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getProject()
public abstract String getProject()The full project ID of the source instance.
string project = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()The full project ID of the source instance.
string project = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |