public interface SqlInstancesPointInTimeRestoreRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContext()
public abstract PointInTimeRestoreContext getContext()Required. The context for request to perform a PITR on a Google Cloud Backup and Disaster Recovery managed instance.
.google.cloud.sql.v1.PointInTimeRestoreContext context = 100 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PointInTimeRestoreContext |
The context. |
getContextOrBuilder()
public abstract PointInTimeRestoreContextOrBuilder getContextOrBuilder()Required. The context for request to perform a PITR on a Google Cloud Backup and Disaster Recovery managed instance.
.google.cloud.sql.v1.PointInTimeRestoreContext context = 100 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PointInTimeRestoreContextOrBuilder |
|
getParent()
public abstract String getParent()Required. The parent resource where you created this instance. Format: projects/{project}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource where you created this instance. Format: projects/{project}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasContext()
public abstract boolean hasContext()Required. The context for request to perform a PITR on a Google Cloud Backup and Disaster Recovery managed instance.
.google.cloud.sql.v1.PointInTimeRestoreContext context = 100 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the context field is set. |