public final class NotificationEndpoint extends GeneratedMessageV3 implements NotificationEndpointOrBuilder
The endpoint where the subscription delivers events.
Protobuf type google.apps.events.subscriptions.v1.NotificationEndpoint
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
PUBSUB_TOPIC_FIELD_NUMBER
public static final int PUBSUB_TOPIC_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static NotificationEndpoint getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static NotificationEndpoint.Builder newBuilder()
newBuilder(NotificationEndpoint prototype)
public static NotificationEndpoint.Builder newBuilder(NotificationEndpoint prototype)
public static NotificationEndpoint parseDelimitedFrom(InputStream input)
public static NotificationEndpoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static NotificationEndpoint parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NotificationEndpoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static NotificationEndpoint parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NotificationEndpoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NotificationEndpoint parseFrom(CodedInputStream input)
public static NotificationEndpoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NotificationEndpoint parseFrom(InputStream input)
public static NotificationEndpoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static NotificationEndpoint parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NotificationEndpoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<NotificationEndpoint> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public NotificationEndpoint getDefaultInstanceForType()
getEndpointCase()
public NotificationEndpoint.EndpointCase getEndpointCase()
getParserForType()
public Parser<NotificationEndpoint> getParserForType()
Overrides
getPubsubTopic()
public 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 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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasPubsubTopic()
public 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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public NotificationEndpoint.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NotificationEndpoint.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public NotificationEndpoint.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides