public interface RotateEntraIdCertificateContextOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract String getKind() Optional. This is always sql#rotateEntraIdCertificateContext.
string kind = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() Optional. This is always sql#rotateEntraIdCertificateContext.
string kind = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getNextVersion()
public abstract String getNextVersion()Optional. The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server certificate version.
string next_version = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The nextVersion. |
getNextVersionBytes()
public abstract ByteString getNextVersionBytes()Optional. The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server certificate version.
string next_version = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextVersion. |