public interface EventPublishConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnabled()
public abstract boolean getEnabled()Required. Option to enable Event Publishing.
bool enabled = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for topic. |