Class: Google::Cloud::Iot::V1::GatewayConfig

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

Overview

Gateway-related configuration and state.

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_auth_method::Google::Cloud::Iot::V1::GatewayAuthMethod

Returns Indicates how to authorize and/or authenticate devices to access the gateway.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 154

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

#gateway_type::Google::Cloud::Iot::V1::GatewayType

Returns Indicates whether the device is a gateway.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 154

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

#last_accessed_gateway_id::String

Returns [Output only] The ID of the gateway the device accessed most recently.

Returns:

  • (::String)

    [Output only] The ID of the gateway the device accessed most recently.



154
155
156
157
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 154

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

#last_accessed_gateway_time::Google::Protobuf::Timestamp

Returns [Output only] The most recent time at which the device accessed the gateway specified in last_accessed_gateway.

Returns:

  • (::Google::Protobuf::Timestamp)

    [Output only] The most recent time at which the device accessed the gateway specified in last_accessed_gateway.



154
155
156
157
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 154

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