public enum HttpState extends Enum<HttpState> implements ProtocolMessageEnum
Indicates whether DeviceService (HTTP) is enabled or disabled for the registry. See the field description for details.
Protobuf enum google.events.cloud.iot.v1.HttpState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
HTTP_DISABLED |
Disables DeviceService (HTTP) service for the registry. |
HTTP_DISABLED_VALUE |
Disables DeviceService (HTTP) service for the registry. |
HTTP_ENABLED |
Enables DeviceService (HTTP) service for the registry. |
HTTP_ENABLED_VALUE |
Enables DeviceService (HTTP) service for the registry. |
HTTP_STATE_UNSPECIFIED |
No HTTP state specified. If not specified, DeviceService will be enabled by default. |
HTTP_STATE_UNSPECIFIED_VALUE |
No HTTP state specified. If not specified, DeviceService will be enabled by default. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |