Google Cloud IoT Core V1 Client - Class HttpState (1.5.12)

Reference documentation and code samples for the Google Cloud IoT Core V1 Client class HttpState.

Indicates whether DeviceService (HTTP) is enabled or disabled for the registry. See the field description for details.

Protobuf type google.cloud.iot.v1.HttpState

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

HTTP_STATE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum HTTP_STATE_UNSPECIFIED = 0;

HTTP_ENABLED

Value: 1

Enables DeviceService (HTTP) service for the registry.

Generated from protobuf enum HTTP_ENABLED = 1;

HTTP_DISABLED

Value: 2

Disables DeviceService (HTTP) service for the registry.

Generated from protobuf enum HTTP_DISABLED = 2;