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