public interface EventNotificationConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPubsubTopicName()
A Cloud Pub/Sub topic name.
|
ByteString |
getPubsubTopicNameBytes()
A Cloud Pub/Sub topic name.
|
String |
getSubfolderMatches()
If the subfolder name matches this string exactly, this configuration will
be used.
|
ByteString |
getSubfolderMatchesBytes()
If the subfolder name matches this string exactly, this configuration will
be used.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
String getPubsubTopicName()
A Cloud Pub/Sub topic name. For example, `projects/myProject/topics/deviceEvents`.
string pubsub_topic_name = 1;
ByteString getPubsubTopicNameBytes()
A Cloud Pub/Sub topic name. For example, `projects/myProject/topics/deviceEvents`.
string pubsub_topic_name = 1;
Copyright © 2022 Google LLC. All rights reserved.