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.