Class: Google::Cloud::Iot::V1::HttpConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/iot/v1/resources.rb

Overview

The configuration of the HTTP bridge for a device registry.

Instance Attribute Summary collapse

Instance Attribute Details

#http_enabled_state::Google::Cloud::Iot::V1::HttpState

Returns 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.



231
232
233
234
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 231

class HttpConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end