Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static PublicKeyCertificateFormat |
PublicKeyCertificateFormat.forNumber(int value) |
PublicKeyCertificateFormat |
PublicKeyCertificate.getFormat()
The certificate format.
|
PublicKeyCertificateFormat |
PublicKeyCertificate.Builder.getFormat()
The certificate format.
|
PublicKeyCertificateFormat |
PublicKeyCertificateOrBuilder.getFormat()
The certificate format.
|
static PublicKeyCertificateFormat |
PublicKeyCertificateFormat.valueOf(Descriptors.EnumValueDescriptor desc) |
static PublicKeyCertificateFormat |
PublicKeyCertificateFormat.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<PublicKeyCertificateFormat> |
PublicKeyCertificateFormat.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
PublicKeyCertificate.Builder |
PublicKeyCertificate.Builder.setFormat(PublicKeyCertificateFormat value)
The certificate format.
|
Copyright © 2022 Google LLC. All rights reserved.