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