31
31
public final class NotificationEndpoint extends com .google .api .client .json .GenericJson {
32
32
33
33
/**
34
- * Immutable. The Cloud Pub/Sub topic that receives events for the subscription. Format:
34
+ * Immutable. The Pub/Sub topic that receives events for the subscription. Format:
35
35
* `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project
36
36
* where you create this subscription. When the topic receives events, the events are encoded as
37
- * Cloud Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
37
+ * Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
38
38
* CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
39
39
* The value may be {@code null}.
40
40
*/
41
41
@ com .google .api .client .util .Key
42
42
private java .lang .String pubsubTopic ;
43
43
44
44
/**
45
- * Immutable. The Cloud Pub/Sub topic that receives events for the subscription. Format:
45
+ * Immutable. The Pub/Sub topic that receives events for the subscription. Format:
46
46
* `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project
47
47
* where you create this subscription. When the topic receives events, the events are encoded as
48
- * Cloud Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
48
+ * Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
49
49
* CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
50
50
* @return value or {@code null} for none
51
51
*/
@@ -54,10 +54,10 @@ public java.lang.String getPubsubTopic() {
54
54
}
55
55
56
56
/**
57
- * Immutable. The Cloud Pub/Sub topic that receives events for the subscription. Format:
57
+ * Immutable. The Pub/Sub topic that receives events for the subscription. Format:
58
58
* `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project
59
59
* where you create this subscription. When the topic receives events, the events are encoded as
60
- * Cloud Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
60
+ * Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for
61
61
* CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
62
62
* @param pubsubTopic pubsubTopic or {@code null} for none
63
63
*/
0 commit comments