Interface PubsubDestinationOrBuilder (1.12.0)

Stay organized with collections Save and categorize content based on your preferences.
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.