public interface CoordinatorKeyInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |