public interface StateNotificationConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPubsubTopicName()
A Cloud Pub/Sub topic name.
|
ByteString |
getPubsubTopicNameBytes()
A Cloud Pub/Sub topic name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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.