Module: Google::Cloud::Iot::V1::HttpState

Defined in:
proto_docs/google/cloud/iot/v1/resources.rb

Overview

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

Constant Summary collapse

HTTP_STATE_UNSPECIFIED =

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

0
HTTP_ENABLED =

Enables DeviceService (HTTP) service for the registry.

1
HTTP_DISABLED =

Disables DeviceService (HTTP) service for the registry.

2