Interface PubsubDestinationOrBuilder (1.11.0)

public interface PubsubDestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for topic.