public interface InstancesRotateServerCaRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRotateServerCaContext()
public abstract RotateServerCaContext getRotateServerCaContext()Contains details about the rotate server CA operation.
.google.cloud.sql.v1.RotateServerCaContext rotate_server_ca_context = 1;
| Returns | |
|---|---|
| Type | Description |
RotateServerCaContext |
The rotateServerCaContext. |
getRotateServerCaContextOrBuilder()
public abstract RotateServerCaContextOrBuilder getRotateServerCaContextOrBuilder()Contains details about the rotate server CA operation.
.google.cloud.sql.v1.RotateServerCaContext rotate_server_ca_context = 1;
| Returns | |
|---|---|
| Type | Description |
RotateServerCaContextOrBuilder |
|
hasRotateServerCaContext()
public abstract boolean hasRotateServerCaContext()Contains details about the rotate server CA operation.
.google.cloud.sql.v1.RotateServerCaContext rotate_server_ca_context = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rotateServerCaContext field is set. |