public interface InstancesRotateEntraIdCertificateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRotateEntraIdCertificateContext()
public abstract RotateEntraIdCertificateContext getRotateEntraIdCertificateContext()Optional. Contains details about the rotate server certificate operation.
.google.cloud.sql.v1.RotateEntraIdCertificateContext rotate_entra_id_certificate_context = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RotateEntraIdCertificateContext |
The rotateEntraIdCertificateContext. |
getRotateEntraIdCertificateContextOrBuilder()
public abstract RotateEntraIdCertificateContextOrBuilder getRotateEntraIdCertificateContextOrBuilder()Optional. Contains details about the rotate server certificate operation.
.google.cloud.sql.v1.RotateEntraIdCertificateContext rotate_entra_id_certificate_context = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RotateEntraIdCertificateContextOrBuilder |
|
hasRotateEntraIdCertificateContext()
public abstract boolean hasRotateEntraIdCertificateContext()Optional. Contains details about the rotate server certificate operation.
.google.cloud.sql.v1.RotateEntraIdCertificateContext rotate_entra_id_certificate_context = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rotateEntraIdCertificateContext field is set. |