public interface EventNotificationConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPubsubTopicName()
public abstract String getPubsubTopicName()
A Cloud Pub/Sub topic name. For example,
projects/myProject/topics/deviceEvents
.
string pubsub_topic_name = 1;
Returns | |
---|---|
Type | Description |
String |
The pubsubTopicName. |
getPubsubTopicNameBytes()
public abstract ByteString getPubsubTopicNameBytes()
A Cloud Pub/Sub topic name. For example,
projects/myProject/topics/deviceEvents
.
string pubsub_topic_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pubsubTopicName. |
getSubfolderMatches()
public abstract String getSubfolderMatches()
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.
string subfolder_matches = 2;
Returns | |
---|---|
Type | Description |
String |
The subfolderMatches. |
getSubfolderMatchesBytes()
public abstract ByteString getSubfolderMatchesBytes()
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.
string subfolder_matches = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subfolderMatches. |