Uses of Class
com.google.cloud.iot.v1.PublicKeyCertificateFormat
-
Packages that use PublicKeyCertificateFormat Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of PublicKeyCertificateFormat in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return PublicKeyCertificateFormat Modifier and Type Method Description static PublicKeyCertificateFormat
PublicKeyCertificateFormat. forNumber(int value)
PublicKeyCertificateFormat
PublicKeyCertificate.Builder. getFormat()
The certificate format.PublicKeyCertificateFormat
PublicKeyCertificate. getFormat()
The certificate format.PublicKeyCertificateFormat
PublicKeyCertificateOrBuilder. getFormat()
The certificate format.static PublicKeyCertificateFormat
PublicKeyCertificateFormat. valueOf(int value)
Deprecated.static PublicKeyCertificateFormat
PublicKeyCertificateFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PublicKeyCertificateFormat
PublicKeyCertificateFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublicKeyCertificateFormat[]
PublicKeyCertificateFormat. 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 PublicKeyCertificateFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PublicKeyCertificateFormat>
PublicKeyCertificateFormat. internalGetValueMap()
Methods in com.google.cloud.iot.v1 with parameters of type PublicKeyCertificateFormat Modifier and Type Method Description PublicKeyCertificate.Builder
PublicKeyCertificate.Builder. setFormat(PublicKeyCertificateFormat value)
The certificate format.
-