Reference documentation and code samples for the Cloud IoT V1 API class Google::Cloud::Iot::V1::EventNotificationConfig.
The configuration for forwarding telemetry events.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#pubsub_topic_name
def pubsub_topic_name() -> ::String
Returns
-
(::String) — A Cloud Pub/Sub topic name. For example,
projects/myProject/topics/deviceEvents
.
#pubsub_topic_name=
def pubsub_topic_name=(value) -> ::String
Parameter
-
value (::String) — 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
.
#subfolder_matches
def subfolder_matches() -> ::String
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.
#subfolder_matches=
def subfolder_matches=(value) -> ::String
Parameter
- value (::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.
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.