Interface InstancesRotateServerCertificateRequestOrBuilder (0.1.0)

public interface InstancesRotateServerCertificateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRotateServerCertificateContext()

public abstract RotateServerCertificateContext getRotateServerCertificateContext()

Optional. Contains details about the rotate server certificate operation.

.google.cloud.sql.v1.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 certificate operation.

.google.cloud.sql.v1.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 certificate operation.

.google.cloud.sql.v1.RotateServerCertificateContext rotate_server_certificate_context = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the rotateServerCertificateContext field is set.