Uses of Class
com.google.cloud.iot.v1.PublicKeyFormat
-
Packages that use PublicKeyFormat Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of PublicKeyFormat in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return PublicKeyFormat Modifier and Type Method Description static PublicKeyFormat
PublicKeyFormat. forNumber(int value)
PublicKeyFormat
PublicKeyCredential.Builder. getFormat()
The format of the key.PublicKeyFormat
PublicKeyCredential. getFormat()
The format of the key.PublicKeyFormat
PublicKeyCredentialOrBuilder. getFormat()
The format of the key.static PublicKeyFormat
PublicKeyFormat. valueOf(int value)
Deprecated.static PublicKeyFormat
PublicKeyFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PublicKeyFormat
PublicKeyFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublicKeyFormat[]
PublicKeyFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.iot.v1 that return types with arguments of type PublicKeyFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PublicKeyFormat>
PublicKeyFormat. internalGetValueMap()
Methods in com.google.cloud.iot.v1 with parameters of type PublicKeyFormat Modifier and Type Method Description PublicKeyCredential.Builder
PublicKeyCredential.Builder. setFormat(PublicKeyFormat value)
The format of the key.
-