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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface EventNotificationConfigOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.iot.v1.EventNotificationConfigOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.iot.v1.EventNotificationConfigOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.iot.v1.EventNotificationConfigOrBuilder) \n\n public interface EventNotificationConfigOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getPubsubTopicName()\n\n public abstract String getPubsubTopicName()\n\nA Cloud Pub/Sub topic name. For example,\n`projects/myProject/topics/deviceEvents`.\n\n`string pubsub_topic_name = 1;`\n\n### getPubsubTopicNameBytes()\n\n public abstract ByteString getPubsubTopicNameBytes()\n\nA Cloud Pub/Sub topic name. For example,\n`projects/myProject/topics/deviceEvents`.\n\n`string pubsub_topic_name = 1;`\n\n### getSubfolderMatches()\n\n public abstract String getSubfolderMatches()\n\nIf the subfolder name matches this string exactly, this configuration will\nbe used. The string must not include the leading '/' character. If empty,\nall strings are matched. This field is used only for telemetry events;\nsubfolders are not supported for state changes.\n\n`string subfolder_matches = 2;`\n\n### getSubfolderMatchesBytes()\n\n public abstract ByteString getSubfolderMatchesBytes()\n\nIf the subfolder name matches this string exactly, this configuration will\nbe used. The string must not include the leading '/' character. If empty,\nall strings are matched. This field is used only for telemetry events;\nsubfolders are not supported for state changes.\n\n`string subfolder_matches = 2;`"]]