Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static GatewayAuthMethod |
GatewayAuthMethod.forNumber(int value) |
GatewayAuthMethod |
GatewayConfigOrBuilder.getGatewayAuthMethod()
Indicates how to authorize and/or authenticate devices to access the
gateway.
|
GatewayAuthMethod |
GatewayConfig.getGatewayAuthMethod()
Indicates how to authorize and/or authenticate devices to access the
gateway.
|
GatewayAuthMethod |
GatewayConfig.Builder.getGatewayAuthMethod()
Indicates how to authorize and/or authenticate devices to access the
gateway.
|
static GatewayAuthMethod |
GatewayAuthMethod.valueOf(Descriptors.EnumValueDescriptor desc) |
static GatewayAuthMethod |
GatewayAuthMethod.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GatewayAuthMethod |
GatewayAuthMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GatewayAuthMethod[] |
GatewayAuthMethod.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<GatewayAuthMethod> |
GatewayAuthMethod.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
GatewayConfig.Builder |
GatewayConfig.Builder.setGatewayAuthMethod(GatewayAuthMethod value)
Indicates how to authorize and/or authenticate devices to access the
gateway.
|
Copyright © 2022 Google LLC. All rights reserved.