public interface PublicKeyCredentialOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PublicKeyFormat |
getFormat()
The format of the key.
|
int |
getFormatValue()
The format of the key.
|
String |
getKey()
The key data.
|
ByteString |
getKeyBytes()
The key data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getFormatValue()
The format of the key.
.google.cloud.iot.v1.PublicKeyFormat format = 1;
PublicKeyFormat getFormat()
The format of the key.
.google.cloud.iot.v1.PublicKeyFormat format = 1;
String getKey()
The key data.
string key = 2;
ByteString getKeyBytes()
The key data.
string key = 2;
Copyright © 2022 Google LLC. All rights reserved.