Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static HttpState |
HttpState.forNumber(int value) |
HttpState |
HttpConfig.getHttpEnabledState()
If enabled, allows devices to use DeviceService via the HTTP protocol.
|
HttpState |
HttpConfig.Builder.getHttpEnabledState()
If enabled, allows devices to use DeviceService via the HTTP protocol.
|
HttpState |
HttpConfigOrBuilder.getHttpEnabledState()
If enabled, allows devices to use DeviceService via the HTTP protocol.
|
static HttpState |
HttpState.valueOf(Descriptors.EnumValueDescriptor desc) |
static HttpState |
HttpState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HttpState |
HttpState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpState[] |
HttpState.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<HttpState> |
HttpState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
HttpConfig.Builder |
HttpConfig.Builder.setHttpEnabledState(HttpState value)
If enabled, allows devices to use DeviceService via the HTTP protocol.
|
Copyright © 2022 Google LLC. All rights reserved.