public interface PublicKeyCredentialOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFormat()
public abstract PublicKeyFormat getFormat()
The format of the key.
.google.events.cloud.iot.v1.PublicKeyFormat format = 1;
Returns | |
---|---|
Type | Description |
PublicKeyFormat |
The format. |
getFormatValue()
public abstract int getFormatValue()
The format of the key.
.google.events.cloud.iot.v1.PublicKeyFormat format = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for format. |
getKey()
public abstract String getKey()
The key data.
string key = 2;
Returns | |
---|---|
Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
The key data.
string key = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for key. |