google_api_cloud_iot v0.5.0 GoogleApi.CloudIot.V1.Model.HttpConfig View Source
The configuration of the HTTP bridge for a device registry.
Attributes
httpEnabledState (String.t): If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry. Defaults to:
null
.- Enum - one of [HTTP_STATE_UNSPECIFIED, HTTP_ENABLED, HTTP_DISABLED]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudIot.V1.Model.HttpConfig{httpEnabledState: any()}
t() :: %GoogleApi.CloudIot.V1.Model.HttpConfig{httpEnabledState: any()}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.