Interface EventNotificationConfigOrBuilder (2.1.7)

public interface EventNotificationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPubsubTopicName()

public abstract String getPubsubTopicName()

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

string pubsub_topic_name = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for subfolderMatches.