Class: Google::Cloud::Iot::V1::EventNotificationConfig

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 for forwarding telemetry events.

Instance Attribute Summary collapse

Instance Attribute Details

#pubsub_topic_name::String

Returns A Cloud Pub/Sub topic name. For example, projects/myProject/topics/deviceEvents.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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