Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.64.1
googleapis_commitish: 4667f02b64f2259ef21249b026ced7bb4351c632
googleapis_commitish: 8c06c1e04ae562f49f411357577c700e9142f33c
libraries_bom_version: 26.72.0
libraries:
- api_shortname: pubsub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ public SubscriberStub getStub() {
* }
* }</pre>
*
* @param name Required. The name of the subscription. It must have the format
* @param name Required. Identifier. The name of the subscription. It must have the format
* `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a
* letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores
* (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3
Expand Down Expand Up @@ -658,7 +658,7 @@ public final Subscription createSubscription(
* }
* }</pre>
*
* @param name Required. The name of the subscription. It must have the format
* @param name Required. Identifier. The name of the subscription. It must have the format
* `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a
* letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores
* (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3
Expand Down Expand Up @@ -728,7 +728,7 @@ public final Subscription createSubscription(
* }
* }</pre>
*
* @param name Required. The name of the subscription. It must have the format
* @param name Required. Identifier. The name of the subscription. It must have the format
* `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a
* letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores
* (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3
Expand Down Expand Up @@ -798,7 +798,7 @@ public final Subscription createSubscription(
* }
* }</pre>
*
* @param name Required. The name of the subscription. It must have the format
* @param name Required. Identifier. The name of the subscription. It must have the format
* `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a
* letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores
* (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3
Expand Down Expand Up @@ -1179,7 +1179,7 @@ public final UnaryCallable<Subscription, Subscription> createSubscriptionCallabl
* }
* }</pre>
*
* @param subscription Required. The name of the subscription to get. Format is
* @param subscription Required. Identifier. The name of the subscription to get. Format is
* `projects/{project}/subscriptions/{sub}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1209,7 +1209,7 @@ public final Subscription getSubscription(SubscriptionName subscription) {
* }
* }</pre>
*
* @param subscription Required. The name of the subscription to get. Format is
* @param subscription Required. Identifier. The name of the subscription to get. Format is
* `projects/{project}/subscriptions/{sub}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1416,8 +1416,8 @@ public final UnaryCallable<UpdateSubscriptionRequest, Subscription> updateSubscr
* }
* }</pre>
*
* @param project Required. The name of the project in which to list subscriptions. Format is
* `projects/{project-id}`.
* @param project Required. Identifier. The name of the project in which to list subscriptions.
* Format is `projects/{project-id}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListSubscriptionsPagedResponse listSubscriptions(ProjectName project) {
Expand Down Expand Up @@ -1448,8 +1448,8 @@ public final ListSubscriptionsPagedResponse listSubscriptions(ProjectName projec
* }
* }</pre>
*
* @param project Required. The name of the project in which to list subscriptions. Format is
* `projects/{project-id}`.
* @param project Required. Identifier. The name of the project in which to list subscriptions.
* Format is `projects/{project-id}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListSubscriptionsPagedResponse listSubscriptions(String project) {
Expand Down Expand Up @@ -1584,7 +1584,7 @@ public final ListSubscriptionsPagedResponse listSubscriptions(ListSubscriptionsR
* }
* }</pre>
*
* @param subscription Required. The subscription to delete. Format is
* @param subscription Required. Identifier. The subscription to delete. Format is
* `projects/{project}/subscriptions/{sub}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1617,7 +1617,7 @@ public final void deleteSubscription(SubscriptionName subscription) {
* }
* }</pre>
*
* @param subscription Required. The subscription to delete. Format is
* @param subscription Required. Identifier. The subscription to delete. Format is
* `projects/{project}/subscriptions/{sub}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -2631,7 +2631,7 @@ public final UnaryCallable<ModifyPushConfigRequest, Empty> modifyPushConfigCalla
* }
* }</pre>
*
* @param snapshot Required. The name of the snapshot to get. Format is
* @param snapshot Required. Identifier. The name of the snapshot to get. Format is
* `projects/{project}/snapshots/{snap}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -2664,7 +2664,7 @@ public final Snapshot getSnapshot(SnapshotName snapshot) {
* }
* }</pre>
*
* @param snapshot Required. The name of the snapshot to get. Format is
* @param snapshot Required. Identifier. The name of the snapshot to get. Format is
* `projects/{project}/snapshots/{snap}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -2788,8 +2788,8 @@ public final UnaryCallable<GetSnapshotRequest, Snapshot> getSnapshotCallable() {
* }
* }</pre>
*
* @param project Required. The name of the project in which to list snapshots. Format is
* `projects/{project-id}`.
* @param project Required. Identifier. The name of the project in which to list snapshots. Format
* is `projects/{project-id}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListSnapshotsPagedResponse listSnapshots(ProjectName project) {
Expand Down Expand Up @@ -2823,8 +2823,8 @@ public final ListSnapshotsPagedResponse listSnapshots(ProjectName project) {
* }
* }</pre>
*
* @param project Required. The name of the project in which to list snapshots. Format is
* `projects/{project-id}`.
* @param project Required. Identifier. The name of the project in which to list snapshots. Format
* is `projects/{project-id}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListSnapshotsPagedResponse listSnapshots(String project) {
Expand Down Expand Up @@ -2975,10 +2975,11 @@ public final UnaryCallable<ListSnapshotsRequest, ListSnapshotsResponse> listSnap
* }
* }</pre>
*
* @param name Required. User-provided name for this snapshot. If the name is not provided in the
* request, the server will assign a random name for this snapshot on the same project as the
* subscription. Note that for REST API requests, you must specify a name. See the [resource
* name rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is
* @param name Required. Identifier. User-provided name for this snapshot. If the name is not
* provided in the request, the server will assign a random name for this snapshot on the same
* project as the subscription. Note that for REST API requests, you must specify a name. See
* the [resource name
* rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is
* `projects/{project}/snapshots/{snap}`.
* @param subscription Required. The subscription whose backlog the snapshot retains.
* Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the
Expand Down Expand Up @@ -3028,10 +3029,11 @@ public final Snapshot createSnapshot(SnapshotName name, SubscriptionName subscri
* }
* }</pre>
*
* @param name Required. User-provided name for this snapshot. If the name is not provided in the
* request, the server will assign a random name for this snapshot on the same project as the
* subscription. Note that for REST API requests, you must specify a name. See the [resource
* name rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is
* @param name Required. Identifier. User-provided name for this snapshot. If the name is not
* provided in the request, the server will assign a random name for this snapshot on the same
* project as the subscription. Note that for REST API requests, you must specify a name. See
* the [resource name
* rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is
* `projects/{project}/snapshots/{snap}`.
* @param subscription Required. The subscription whose backlog the snapshot retains.
* Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the
Expand Down Expand Up @@ -3081,10 +3083,11 @@ public final Snapshot createSnapshot(SnapshotName name, String subscription) {
* }
* }</pre>
*
* @param name Required. User-provided name for this snapshot. If the name is not provided in the
* request, the server will assign a random name for this snapshot on the same project as the
* subscription. Note that for REST API requests, you must specify a name. See the [resource
* name rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is
* @param name Required. Identifier. User-provided name for this snapshot. If the name is not
* provided in the request, the server will assign a random name for this snapshot on the same
* project as the subscription. Note that for REST API requests, you must specify a name. See
* the [resource name
* rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is
* `projects/{project}/snapshots/{snap}`.
* @param subscription Required. The subscription whose backlog the snapshot retains.
* Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the
Expand Down Expand Up @@ -3134,10 +3137,11 @@ public final Snapshot createSnapshot(String name, SubscriptionName subscription)
* }
* }</pre>
*
* @param name Required. User-provided name for this snapshot. If the name is not provided in the
* request, the server will assign a random name for this snapshot on the same project as the
* subscription. Note that for REST API requests, you must specify a name. See the [resource
* name rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is
* @param name Required. Identifier. User-provided name for this snapshot. If the name is not
* provided in the request, the server will assign a random name for this snapshot on the same
* project as the subscription. Note that for REST API requests, you must specify a name. See
* the [resource name
* rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is
* `projects/{project}/snapshots/{snap}`.
* @param subscription Required. The subscription whose backlog the snapshot retains.
* Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the
Expand Down Expand Up @@ -3510,7 +3514,7 @@ public final UnaryCallable<UpdateSnapshotRequest, Snapshot> updateSnapshotCallab
* }
* }</pre>
*
* @param snapshot Required. The name of the snapshot to delete. Format is
* @param snapshot Required. Identifier. The name of the snapshot to delete. Format is
* `projects/{project}/snapshots/{snap}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -3546,7 +3550,7 @@ public final void deleteSnapshot(SnapshotName snapshot) {
* }
* }</pre>
*
* @param snapshot Required. The name of the snapshot to delete. Format is
* @param snapshot Required. Identifier. The name of the snapshot to delete. Format is
* `projects/{project}/snapshots/{snap}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public PublisherStub getStub() {
* }
* }</pre>
*
* @param name Required. The name of the topic. It must have the format
* @param name Required. Identifier. The name of the topic. It must have the format
* `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, and contain only
* letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`),
* tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in
Expand Down Expand Up @@ -451,7 +451,7 @@ public final Topic createTopic(TopicName name) {
* }
* }</pre>
*
* @param name Required. The name of the topic. It must have the format
* @param name Required. Identifier. The name of the topic. It must have the format
* `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, and contain only
* letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`),
* tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in
Expand Down Expand Up @@ -682,8 +682,8 @@ public final UnaryCallable<UpdateTopicRequest, Topic> updateTopicCallable() {
* }
* }</pre>
*
* @param topic Required. The messages in the request will be published on this topic. Format is
* `projects/{project}/topics/{topic}`.
* @param topic Required. Identifier. The messages in the request will be published on this topic.
* Format is `projects/{project}/topics/{topic}`.
* @param messages Required. The messages to publish.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -715,8 +715,8 @@ public final PublishResponse publish(TopicName topic, List<PubsubMessage> messag
* }
* }</pre>
*
* @param topic Required. The messages in the request will be published on this topic. Format is
* `projects/{project}/topics/{topic}`.
* @param topic Required. Identifier. The messages in the request will be published on this topic.
* Format is `projects/{project}/topics/{topic}`.
* @param messages Required. The messages to publish.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -801,7 +801,7 @@ public final UnaryCallable<PublishRequest, PublishResponse> publishCallable() {
* }
* }</pre>
*
* @param topic Required. The name of the topic to get. Format is
* @param topic Required. Identifier. The name of the topic to get. Format is
* `projects/{project}/topics/{topic}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -829,7 +829,7 @@ public final Topic getTopic(TopicName topic) {
* }
* }</pre>
*
* @param topic Required. The name of the topic to get. Format is
* @param topic Required. Identifier. The name of the topic to get. Format is
* `projects/{project}/topics/{topic}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -938,7 +938,7 @@ public final UnaryCallable<GetTopicRequest, Topic> getTopicCallable() {
* }
* }</pre>
*
* @param project Required. The name of the project in which to list topics. Format is
* @param project Required. Identifier. The name of the project in which to list topics. Format is
* `projects/{project-id}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -970,7 +970,7 @@ public final ListTopicsPagedResponse listTopics(ProjectName project) {
* }
* }</pre>
*
* @param project Required. The name of the project in which to list topics. Format is
* @param project Required. Identifier. The name of the project in which to list topics. Format is
* `projects/{project-id}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1481,7 +1481,7 @@ public final ListTopicSnapshotsPagedResponse listTopicSnapshots(
* }
* }</pre>
*
* @param topic Required. Name of the topic to delete. Format is
* @param topic Required. Identifier. Name of the topic to delete. Format is
* `projects/{project}/topics/{topic}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1512,7 +1512,7 @@ public final void deleteTopic(TopicName topic) {
* }
* }</pre>
*
* @param topic Required. Name of the topic to delete. Format is
* @param topic Required. Identifier. Name of the topic to delete. Format is
* `projects/{project}/topics/{topic}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down
Loading