Class: Google::Cloud::Iot::V1::GatewayConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::GatewayConfig
- 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
-
#gateway_auth_method ⇒ ::Google::Cloud::Iot::V1::GatewayAuthMethod
Indicates how to authorize and/or authenticate devices to access the gateway.
-
#gateway_type ⇒ ::Google::Cloud::Iot::V1::GatewayType
Indicates whether the device is a gateway.
-
#last_accessed_gateway_id ⇒ ::String
[Output only] The ID of the gateway the device accessed most recently.
-
#last_accessed_gateway_time ⇒ ::Google::Protobuf::Timestamp
[Output only] The most recent time at which the device accessed the gateway specified in
last_accessed_gateway
.
Instance Attribute Details
#gateway_auth_method ⇒ ::Google::Cloud::Iot::V1::GatewayAuthMethod
Returns Indicates how to authorize and/or authenticate devices to access the 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 |
#gateway_type ⇒ ::Google::Cloud::Iot::V1::GatewayType
Returns Indicates whether the device is a 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 |
#last_accessed_gateway_id ⇒ ::String
Returns [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
.
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 |