public interface InstancesCloneRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloneContext()
public abstract CloneContext getCloneContext()Required. Contains details about the clone operation.
.google.cloud.sql.v1.CloneContext clone_context = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CloneContext |
The cloneContext. |
getCloneContextOrBuilder()
public abstract CloneContextOrBuilder getCloneContextOrBuilder()Required. Contains details about the clone operation.
.google.cloud.sql.v1.CloneContext clone_context = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CloneContextOrBuilder |
|
hasCloneContext()
public abstract boolean hasCloneContext()Required. Contains details about the clone operation.
.google.cloud.sql.v1.CloneContext clone_context = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cloneContext field is set. |