Cloud IoT V1 API - Module Google::Cloud::Iot::V1::HttpState (v0.9.2)

Reference documentation and code samples for the Cloud IoT V1 API module Google::Cloud::Iot::V1::HttpState.

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

Constants

HTTP_STATE_UNSPECIFIED

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

HTTP_ENABLED

value: 1
Enables DeviceService (HTTP) service for the registry.

HTTP_DISABLED

value: 2
Disables DeviceService (HTTP) service for the registry.