public interface PubsubDestinationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTopic()
public abstract String getTopic() The name of the Pub/Sub topic to publish job completion notification
to. For example: projects/{project}/topics/{topic}.
string topic = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The topic. |
getTopicBytes()
public abstract ByteString getTopicBytes() The name of the Pub/Sub topic to publish job completion notification
to. For example: projects/{project}/topics/{topic}.
string topic = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for topic. |