Interface CoordinatorKeyInfoOrBuilder (0.16.0)

public interface CoordinatorKeyInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyId()

public abstract String getKeyId()

Required. The ID of the chosen coordinator key.

string key_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The keyId.

getKeyIdBytes()

public abstract ByteString getKeyIdBytes()

Required. The ID of the chosen coordinator key.

string key_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for keyId.