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 PublicKeyFormatPublicKeyFormat. forNumber(int value)PublicKeyFormatPublicKeyCredential.Builder. getFormat()The format of the key.PublicKeyFormatPublicKeyCredential. getFormat()The format of the key.PublicKeyFormatPublicKeyCredentialOrBuilder. getFormat()The format of the key.static PublicKeyFormatPublicKeyFormat. valueOf(int value)Deprecated.static PublicKeyFormatPublicKeyFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PublicKeyFormatPublicKeyFormat. 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.BuilderPublicKeyCredential.Builder. setFormat(PublicKeyFormat value)The format of the key.
-