Interface RotateServerCaContextOrBuilder (0.1.0)

public interface RotateServerCaContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKind()

public abstract String getKind()

This is always sql#rotateServerCaContext.

string kind = 1;

Returns
Type Description
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

This is always sql#rotateServerCaContext.

string kind = 1;

Returns
Type Description
ByteString

The bytes for kind.

getNextVersion()

public abstract String getNextVersion()

The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.

string next_version = 2;

Returns
Type Description
String

The nextVersion.

getNextVersionBytes()

public abstract ByteString getNextVersionBytes()

The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.

string next_version = 2;

Returns
Type Description
ByteString

The bytes for nextVersion.