Method: Google::Cloud::Iot::V1::Device#gateway_config

Defined in:
proto_docs/google/cloud/iot/v1/resources.rb

#gateway_config::Google::Cloud::Iot::V1::GatewayConfig

Returns Gateway-related configuration and state.

Returns:



125
126
127
128
129
130
131
132
133
134
135
136
137
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 125

class Device
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class MetadataEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end