public interface NotificationEndpointOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndpointCase()
public abstract NotificationEndpoint.EndpointCase getEndpointCase()
Returns | |
---|---|
Type | Description |
NotificationEndpoint.EndpointCase |
getPubsubTopic()
public abstract String getPubsubTopic()
Immutable. The Cloud Pub/Sub topic that receives events for the subscription.
Format: projects/{project}/topics/{topic}
You must create the topic in the same Google Cloud project where you create this subscription.
When the topic receives events, the events are encoded as Cloud Pub/Sub messages. For details, see the Google Cloud Pub/Sub Protocol Binding for CloudEvents.
string pubsub_topic = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The pubsubTopic. |
getPubsubTopicBytes()
public abstract ByteString getPubsubTopicBytes()
Immutable. The Cloud Pub/Sub topic that receives events for the subscription.
Format: projects/{project}/topics/{topic}
You must create the topic in the same Google Cloud project where you create this subscription.
When the topic receives events, the events are encoded as Cloud Pub/Sub messages. For details, see the Google Cloud Pub/Sub Protocol Binding for CloudEvents.
string pubsub_topic = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pubsubTopic. |
hasPubsubTopic()
public abstract boolean hasPubsubTopic()
Immutable. The Cloud Pub/Sub topic that receives events for the subscription.
Format: projects/{project}/topics/{topic}
You must create the topic in the same Google Cloud project where you create this subscription.
When the topic receives events, the events are encoded as Cloud Pub/Sub messages. For details, see the Google Cloud Pub/Sub Protocol Binding for CloudEvents.
string pubsub_topic = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
boolean |
Whether the pubsubTopic field is set. |