public static interface ExportConfig.PubSubConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTopic()
The name of the Pub/Sub topic.
|
com.google.protobuf.ByteString |
getTopicBytes()
The name of the Pub/Sub topic.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTopic()
The name of the Pub/Sub topic.
Structured like: projects/{project_number}/topics/{topic_id}.
The topic may be changed.
string topic = 1;com.google.protobuf.ByteString getTopicBytes()
The name of the Pub/Sub topic.
Structured like: projects/{project_number}/topics/{topic_id}.
The topic may be changed.
string topic = 1;Copyright © 2023 Google LLC. All rights reserved.