public interface InstancesRotateServerCertificateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRotateServerCertificateContext()
public abstract RotateServerCertificateContext getRotateServerCertificateContext()Optional. Contains details about the rotate server CA operation.
.google.cloud.sql.v1beta4.RotateServerCertificateContext rotate_server_certificate_context = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RotateServerCertificateContext |
The rotateServerCertificateContext. |
getRotateServerCertificateContextOrBuilder()
public abstract RotateServerCertificateContextOrBuilder getRotateServerCertificateContextOrBuilder()Optional. Contains details about the rotate server CA operation.
.google.cloud.sql.v1beta4.RotateServerCertificateContext rotate_server_certificate_context = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RotateServerCertificateContextOrBuilder |
|
hasRotateServerCertificateContext()
public abstract boolean hasRotateServerCertificateContext()Optional. Contains details about the rotate server CA operation.
.google.cloud.sql.v1beta4.RotateServerCertificateContext rotate_server_certificate_context = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rotateServerCertificateContext field is set. |