public interface PubsubDestinationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getTopic()
The name of the Cloud Pub/Sub topic to publish to.
|
ByteString |
getTopicBytes()
The name of the Cloud Pub/Sub topic to publish to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getTopic()
The name of the Cloud Pub/Sub topic to publish to. For example: `projects/PROJECT_ID/topics/TOPIC_ID`.
string topic = 1;
ByteString getTopicBytes()
The name of the Cloud Pub/Sub topic to publish to. For example: `projects/PROJECT_ID/topics/TOPIC_ID`.
string topic = 1;
Copyright © 2022 Google LLC. All rights reserved.