Enum HttpState (2.8.0)

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.cloud.iot.v1.HttpState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HTTP_DISABLED

Disables DeviceService (HTTP) service for the registry.

HTTP_DISABLED = 2;

HTTP_DISABLED_VALUE

Disables DeviceService (HTTP) service for the registry.

HTTP_DISABLED = 2;

HTTP_ENABLED

Enables DeviceService (HTTP) service for the registry.

HTTP_ENABLED = 1;

HTTP_ENABLED_VALUE

Enables DeviceService (HTTP) service for the registry.

HTTP_ENABLED = 1;

HTTP_STATE_UNSPECIFIED

No HTTP state specified. If not specified, DeviceService will be enabled by default.

HTTP_STATE_UNSPECIFIED = 0;

HTTP_STATE_UNSPECIFIED_VALUE

No HTTP state specified. If not specified, DeviceService will be enabled by default.

HTTP_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()