Cloud IoT V1 API - Class Google::Cloud::Iot::V1::HttpConfig (v0.9.2)

Reference documentation and code samples for the Cloud IoT V1 API class Google::Cloud::Iot::V1::HttpConfig.

The configuration of the HTTP bridge for a device registry.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#http_enabled_state

def http_enabled_state() -> ::Google::Cloud::Iot::V1::HttpState
Returns
  • (::Google::Cloud::Iot::V1::HttpState) — If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.

#http_enabled_state=

def http_enabled_state=(value) -> ::Google::Cloud::Iot::V1::HttpState
Parameter
  • value (::Google::Cloud::Iot::V1::HttpState) — If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.
Returns
  • (::Google::Cloud::Iot::V1::HttpState) — If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.