Cloud IoT v1 API - Enum HttpState (2.2.0)

public enum HttpState

Reference documentation and code samples for the Cloud IoT v1 API enum HttpState.

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

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Fields

NameDescription
HttpDisabled

Disables DeviceService (HTTP) service for the registry.

HttpEnabled

Enables DeviceService (HTTP) service for the registry.

Unspecified

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