|
1 | 1 | /* |
2 | | - * Copyright 2025 Google LLC |
| 2 | + * Copyright 2026 Google LLC |
3 | 3 | * |
4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
5 | 5 | * you may not use this file except in compliance with the License. |
@@ -1179,7 +1179,7 @@ public final UnaryCallable<Subscription, Subscription> createSubscriptionCallabl |
1179 | 1179 | * } |
1180 | 1180 | * }</pre> |
1181 | 1181 | * |
1182 | | - * @param subscription Required. Identifier. The name of the subscription to get. Format is |
| 1182 | + * @param subscription Required. The name of the subscription to get. Format is |
1183 | 1183 | * `projects/{project}/subscriptions/{sub}`. |
1184 | 1184 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
1185 | 1185 | */ |
@@ -1209,7 +1209,7 @@ public final Subscription getSubscription(SubscriptionName subscription) { |
1209 | 1209 | * } |
1210 | 1210 | * }</pre> |
1211 | 1211 | * |
1212 | | - * @param subscription Required. Identifier. The name of the subscription to get. Format is |
| 1212 | + * @param subscription Required. The name of the subscription to get. Format is |
1213 | 1213 | * `projects/{project}/subscriptions/{sub}`. |
1214 | 1214 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
1215 | 1215 | */ |
@@ -1416,8 +1416,8 @@ public final UnaryCallable<UpdateSubscriptionRequest, Subscription> updateSubscr |
1416 | 1416 | * } |
1417 | 1417 | * }</pre> |
1418 | 1418 | * |
1419 | | - * @param project Required. Identifier. The name of the project in which to list subscriptions. |
1420 | | - * Format is `projects/{project-id}`. |
| 1419 | + * @param project Required. The name of the project in which to list subscriptions. Format is |
| 1420 | + * `projects/{project-id}`. |
1421 | 1421 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
1422 | 1422 | */ |
1423 | 1423 | public final ListSubscriptionsPagedResponse listSubscriptions(ProjectName project) { |
@@ -1448,8 +1448,8 @@ public final ListSubscriptionsPagedResponse listSubscriptions(ProjectName projec |
1448 | 1448 | * } |
1449 | 1449 | * }</pre> |
1450 | 1450 | * |
1451 | | - * @param project Required. Identifier. The name of the project in which to list subscriptions. |
1452 | | - * Format is `projects/{project-id}`. |
| 1451 | + * @param project Required. The name of the project in which to list subscriptions. Format is |
| 1452 | + * `projects/{project-id}`. |
1453 | 1453 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
1454 | 1454 | */ |
1455 | 1455 | public final ListSubscriptionsPagedResponse listSubscriptions(String project) { |
@@ -1584,7 +1584,7 @@ public final ListSubscriptionsPagedResponse listSubscriptions(ListSubscriptionsR |
1584 | 1584 | * } |
1585 | 1585 | * }</pre> |
1586 | 1586 | * |
1587 | | - * @param subscription Required. Identifier. The subscription to delete. Format is |
| 1587 | + * @param subscription Required. The subscription to delete. Format is |
1588 | 1588 | * `projects/{project}/subscriptions/{sub}`. |
1589 | 1589 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
1590 | 1590 | */ |
@@ -1617,7 +1617,7 @@ public final void deleteSubscription(SubscriptionName subscription) { |
1617 | 1617 | * } |
1618 | 1618 | * }</pre> |
1619 | 1619 | * |
1620 | | - * @param subscription Required. Identifier. The subscription to delete. Format is |
| 1620 | + * @param subscription Required. The subscription to delete. Format is |
1621 | 1621 | * `projects/{project}/subscriptions/{sub}`. |
1622 | 1622 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
1623 | 1623 | */ |
@@ -2631,7 +2631,7 @@ public final UnaryCallable<ModifyPushConfigRequest, Empty> modifyPushConfigCalla |
2631 | 2631 | * } |
2632 | 2632 | * }</pre> |
2633 | 2633 | * |
2634 | | - * @param snapshot Required. Identifier. The name of the snapshot to get. Format is |
| 2634 | + * @param snapshot Required. The name of the snapshot to get. Format is |
2635 | 2635 | * `projects/{project}/snapshots/{snap}`. |
2636 | 2636 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
2637 | 2637 | */ |
@@ -2664,7 +2664,7 @@ public final Snapshot getSnapshot(SnapshotName snapshot) { |
2664 | 2664 | * } |
2665 | 2665 | * }</pre> |
2666 | 2666 | * |
2667 | | - * @param snapshot Required. Identifier. The name of the snapshot to get. Format is |
| 2667 | + * @param snapshot Required. The name of the snapshot to get. Format is |
2668 | 2668 | * `projects/{project}/snapshots/{snap}`. |
2669 | 2669 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
2670 | 2670 | */ |
@@ -2788,8 +2788,8 @@ public final UnaryCallable<GetSnapshotRequest, Snapshot> getSnapshotCallable() { |
2788 | 2788 | * } |
2789 | 2789 | * }</pre> |
2790 | 2790 | * |
2791 | | - * @param project Required. Identifier. The name of the project in which to list snapshots. Format |
2792 | | - * is `projects/{project-id}`. |
| 2791 | + * @param project Required. The name of the project in which to list snapshots. Format is |
| 2792 | + * `projects/{project-id}`. |
2793 | 2793 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
2794 | 2794 | */ |
2795 | 2795 | public final ListSnapshotsPagedResponse listSnapshots(ProjectName project) { |
@@ -2823,8 +2823,8 @@ public final ListSnapshotsPagedResponse listSnapshots(ProjectName project) { |
2823 | 2823 | * } |
2824 | 2824 | * }</pre> |
2825 | 2825 | * |
2826 | | - * @param project Required. Identifier. The name of the project in which to list snapshots. Format |
2827 | | - * is `projects/{project-id}`. |
| 2826 | + * @param project Required. The name of the project in which to list snapshots. Format is |
| 2827 | + * `projects/{project-id}`. |
2828 | 2828 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
2829 | 2829 | */ |
2830 | 2830 | public final ListSnapshotsPagedResponse listSnapshots(String project) { |
@@ -2975,11 +2975,10 @@ public final UnaryCallable<ListSnapshotsRequest, ListSnapshotsResponse> listSnap |
2975 | 2975 | * } |
2976 | 2976 | * }</pre> |
2977 | 2977 | * |
2978 | | - * @param name Required. Identifier. User-provided name for this snapshot. If the name is not |
2979 | | - * provided in the request, the server will assign a random name for this snapshot on the same |
2980 | | - * project as the subscription. Note that for REST API requests, you must specify a name. See |
2981 | | - * the [resource name |
2982 | | - * rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is |
| 2978 | + * @param name Required. User-provided name for this snapshot. If the name is not provided in the |
| 2979 | + * request, the server will assign a random name for this snapshot on the same project as the |
| 2980 | + * subscription. Note that for REST API requests, you must specify a name. See the [resource |
| 2981 | + * name rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is |
2983 | 2982 | * `projects/{project}/snapshots/{snap}`. |
2984 | 2983 | * @param subscription Required. The subscription whose backlog the snapshot retains. |
2985 | 2984 | * Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the |
@@ -3029,11 +3028,10 @@ public final Snapshot createSnapshot(SnapshotName name, SubscriptionName subscri |
3029 | 3028 | * } |
3030 | 3029 | * }</pre> |
3031 | 3030 | * |
3032 | | - * @param name Required. Identifier. User-provided name for this snapshot. If the name is not |
3033 | | - * provided in the request, the server will assign a random name for this snapshot on the same |
3034 | | - * project as the subscription. Note that for REST API requests, you must specify a name. See |
3035 | | - * the [resource name |
3036 | | - * rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is |
| 3031 | + * @param name Required. User-provided name for this snapshot. If the name is not provided in the |
| 3032 | + * request, the server will assign a random name for this snapshot on the same project as the |
| 3033 | + * subscription. Note that for REST API requests, you must specify a name. See the [resource |
| 3034 | + * name rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is |
3037 | 3035 | * `projects/{project}/snapshots/{snap}`. |
3038 | 3036 | * @param subscription Required. The subscription whose backlog the snapshot retains. |
3039 | 3037 | * Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the |
@@ -3083,11 +3081,10 @@ public final Snapshot createSnapshot(SnapshotName name, String subscription) { |
3083 | 3081 | * } |
3084 | 3082 | * }</pre> |
3085 | 3083 | * |
3086 | | - * @param name Required. Identifier. User-provided name for this snapshot. If the name is not |
3087 | | - * provided in the request, the server will assign a random name for this snapshot on the same |
3088 | | - * project as the subscription. Note that for REST API requests, you must specify a name. See |
3089 | | - * the [resource name |
3090 | | - * rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is |
| 3084 | + * @param name Required. User-provided name for this snapshot. If the name is not provided in the |
| 3085 | + * request, the server will assign a random name for this snapshot on the same project as the |
| 3086 | + * subscription. Note that for REST API requests, you must specify a name. See the [resource |
| 3087 | + * name rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is |
3091 | 3088 | * `projects/{project}/snapshots/{snap}`. |
3092 | 3089 | * @param subscription Required. The subscription whose backlog the snapshot retains. |
3093 | 3090 | * Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the |
@@ -3137,11 +3134,10 @@ public final Snapshot createSnapshot(String name, SubscriptionName subscription) |
3137 | 3134 | * } |
3138 | 3135 | * }</pre> |
3139 | 3136 | * |
3140 | | - * @param name Required. Identifier. User-provided name for this snapshot. If the name is not |
3141 | | - * provided in the request, the server will assign a random name for this snapshot on the same |
3142 | | - * project as the subscription. Note that for REST API requests, you must specify a name. See |
3143 | | - * the [resource name |
3144 | | - * rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is |
| 3137 | + * @param name Required. User-provided name for this snapshot. If the name is not provided in the |
| 3138 | + * request, the server will assign a random name for this snapshot on the same project as the |
| 3139 | + * subscription. Note that for REST API requests, you must specify a name. See the [resource |
| 3140 | + * name rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). Format is |
3145 | 3141 | * `projects/{project}/snapshots/{snap}`. |
3146 | 3142 | * @param subscription Required. The subscription whose backlog the snapshot retains. |
3147 | 3143 | * Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the |
@@ -3514,7 +3510,7 @@ public final UnaryCallable<UpdateSnapshotRequest, Snapshot> updateSnapshotCallab |
3514 | 3510 | * } |
3515 | 3511 | * }</pre> |
3516 | 3512 | * |
3517 | | - * @param snapshot Required. Identifier. The name of the snapshot to delete. Format is |
| 3513 | + * @param snapshot Required. The name of the snapshot to delete. Format is |
3518 | 3514 | * `projects/{project}/snapshots/{snap}`. |
3519 | 3515 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
3520 | 3516 | */ |
@@ -3550,7 +3546,7 @@ public final void deleteSnapshot(SnapshotName snapshot) { |
3550 | 3546 | * } |
3551 | 3547 | * }</pre> |
3552 | 3548 | * |
3553 | | - * @param snapshot Required. Identifier. The name of the snapshot to delete. Format is |
| 3549 | + * @param snapshot Required. The name of the snapshot to delete. Format is |
3554 | 3550 | * `projects/{project}/snapshots/{snap}`. |
3555 | 3551 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails |
3556 | 3552 | */ |
|
0 commit comments