Interface EventPublishConfigOrBuilder (0.14.1)

public interface EventPublishConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

Required. Option to enable Event Publishing.

bool enabled = 1;

Returns
TypeDescription
boolean

The enabled.

getTopic()

public abstract String getTopic()

Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}

string topic = 2;

Returns
TypeDescription
String

The topic.

getTopicBytes()

public abstract ByteString getTopicBytes()

Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}

string topic = 2;

Returns
TypeDescription
ByteString

The bytes for topic.