Class: Google::Cloud::Iot::V1::EventNotificationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::EventNotificationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/resources.rb
Overview
The configuration for forwarding telemetry events.
Instance Attribute Summary collapse
-
#pubsub_topic_name ⇒ ::String
A Cloud Pub/Sub topic name.
-
#subfolder_matches ⇒ ::String
If the subfolder name matches this string exactly, this configuration will be used.
Instance Attribute Details
#pubsub_topic_name ⇒ ::String
Returns A Cloud Pub/Sub topic name. For example,
projects/myProject/topics/deviceEvents
.
247 248 249 250 |
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 247 class EventNotificationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subfolder_matches ⇒ ::String
Returns If the subfolder name matches this string exactly, this configuration will be used. The string must not include the leading '/' character. If empty, all strings are matched. This field is used only for telemetry events; subfolders are not supported for state changes.
247 248 249 250 |
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 247 class EventNotificationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |