@@ -588,7 +588,7 @@ public SubscriberStub getStub() {
588588 * }
589589 * }</pre>
590590 *
591- * @param name Required. The name of the subscription. It must have the format
591+ * @param name Required. Identifier. The name of the subscription. It must have the format
592592 * `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a
593593 * letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores
594594 * (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3
@@ -658,7 +658,7 @@ public final Subscription createSubscription(
658658 * }
659659 * }</pre>
660660 *
661- * @param name Required. The name of the subscription. It must have the format
661+ * @param name Required. Identifier. The name of the subscription. It must have the format
662662 * `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a
663663 * letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores
664664 * (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3
@@ -728,7 +728,7 @@ public final Subscription createSubscription(
728728 * }
729729 * }</pre>
730730 *
731- * @param name Required. The name of the subscription. It must have the format
731+ * @param name Required. Identifier. The name of the subscription. It must have the format
732732 * `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a
733733 * letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores
734734 * (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3
@@ -798,7 +798,7 @@ public final Subscription createSubscription(
798798 * }
799799 * }</pre>
800800 *
801- * @param name Required. The name of the subscription. It must have the format
801+ * @param name Required. Identifier. The name of the subscription. It must have the format
802802 * `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a
803803 * letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores
804804 * (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3
@@ -1179,7 +1179,7 @@ public final UnaryCallable<Subscription, Subscription> createSubscriptionCallabl
11791179 * }
11801180 * }</pre>
11811181 *
1182- * @param subscription Required. The name of the subscription to get. Format is
1182+ * @param subscription Required. Identifier. The name of the subscription to get. Format is
11831183 * `projects/{project}/subscriptions/{sub}`.
11841184 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
11851185 */
@@ -1209,7 +1209,7 @@ public final Subscription getSubscription(SubscriptionName subscription) {
12091209 * }
12101210 * }</pre>
12111211 *
1212- * @param subscription Required. The name of the subscription to get. Format is
1212+ * @param subscription Required. Identifier. The name of the subscription to get. Format is
12131213 * `projects/{project}/subscriptions/{sub}`.
12141214 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
12151215 */
@@ -1416,8 +1416,8 @@ public final UnaryCallable<UpdateSubscriptionRequest, Subscription> updateSubscr
14161416 * }
14171417 * }</pre>
14181418 *
1419- * @param project Required. The name of the project in which to list subscriptions. Format is
1420- * `projects/{project-id}`.
1419+ * @param project Required. Identifier. The name of the project in which to list subscriptions.
1420+ * Format is `projects/{project-id}`.
14211421 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
14221422 */
14231423 public final ListSubscriptionsPagedResponse listSubscriptions (ProjectName project ) {
@@ -1448,8 +1448,8 @@ public final ListSubscriptionsPagedResponse listSubscriptions(ProjectName projec
14481448 * }
14491449 * }</pre>
14501450 *
1451- * @param project Required. The name of the project in which to list subscriptions. Format is
1452- * `projects/{project-id}`.
1451+ * @param project Required. Identifier. The name of the project in which to list subscriptions.
1452+ * Format is `projects/{project-id}`.
14531453 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
14541454 */
14551455 public final ListSubscriptionsPagedResponse listSubscriptions (String project ) {
@@ -1584,7 +1584,7 @@ public final ListSubscriptionsPagedResponse listSubscriptions(ListSubscriptionsR
15841584 * }
15851585 * }</pre>
15861586 *
1587- * @param subscription Required. The subscription to delete. Format is
1587+ * @param subscription Required. Identifier. The subscription to delete. Format is
15881588 * `projects/{project}/subscriptions/{sub}`.
15891589 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
15901590 */
@@ -1617,7 +1617,7 @@ public final void deleteSubscription(SubscriptionName subscription) {
16171617 * }
16181618 * }</pre>
16191619 *
1620- * @param subscription Required. The subscription to delete. Format is
1620+ * @param subscription Required. Identifier. The subscription to delete. Format is
16211621 * `projects/{project}/subscriptions/{sub}`.
16221622 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
16231623 */
@@ -2631,7 +2631,7 @@ public final UnaryCallable<ModifyPushConfigRequest, Empty> modifyPushConfigCalla
26312631 * }
26322632 * }</pre>
26332633 *
2634- * @param snapshot Required. The name of the snapshot to get. Format is
2634+ * @param snapshot Required. Identifier. The name of the snapshot to get. Format is
26352635 * `projects/{project}/snapshots/{snap}`.
26362636 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
26372637 */
@@ -2664,7 +2664,7 @@ public final Snapshot getSnapshot(SnapshotName snapshot) {
26642664 * }
26652665 * }</pre>
26662666 *
2667- * @param snapshot Required. The name of the snapshot to get. Format is
2667+ * @param snapshot Required. Identifier. The name of the snapshot to get. Format is
26682668 * `projects/{project}/snapshots/{snap}`.
26692669 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
26702670 */
@@ -2788,8 +2788,8 @@ public final UnaryCallable<GetSnapshotRequest, Snapshot> getSnapshotCallable() {
27882788 * }
27892789 * }</pre>
27902790 *
2791- * @param project Required. The name of the project in which to list snapshots. Format is
2792- * `projects/{project-id}`.
2791+ * @param project Required. Identifier. The name of the project in which to list snapshots. Format
2792+ * is `projects/{project-id}`.
27932793 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
27942794 */
27952795 public final ListSnapshotsPagedResponse listSnapshots (ProjectName project ) {
@@ -2823,8 +2823,8 @@ public final ListSnapshotsPagedResponse listSnapshots(ProjectName project) {
28232823 * }
28242824 * }</pre>
28252825 *
2826- * @param project Required. The name of the project in which to list snapshots. Format is
2827- * `projects/{project-id}`.
2826+ * @param project Required. Identifier. The name of the project in which to list snapshots. Format
2827+ * is `projects/{project-id}`.
28282828 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
28292829 */
28302830 public final ListSnapshotsPagedResponse listSnapshots (String project ) {
@@ -2975,10 +2975,11 @@ public final UnaryCallable<ListSnapshotsRequest, ListSnapshotsResponse> listSnap
29752975 * }
29762976 * }</pre>
29772977 *
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
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
29822983 * `projects/{project}/snapshots/{snap}`.
29832984 * @param subscription Required. The subscription whose backlog the snapshot retains.
29842985 * Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the
@@ -3028,10 +3029,11 @@ public final Snapshot createSnapshot(SnapshotName name, SubscriptionName subscri
30283029 * }
30293030 * }</pre>
30303031 *
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
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
30353037 * `projects/{project}/snapshots/{snap}`.
30363038 * @param subscription Required. The subscription whose backlog the snapshot retains.
30373039 * Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the
@@ -3081,10 +3083,11 @@ public final Snapshot createSnapshot(SnapshotName name, String subscription) {
30813083 * }
30823084 * }</pre>
30833085 *
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
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
30883091 * `projects/{project}/snapshots/{snap}`.
30893092 * @param subscription Required. The subscription whose backlog the snapshot retains.
30903093 * Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the
@@ -3134,10 +3137,11 @@ public final Snapshot createSnapshot(String name, SubscriptionName subscription)
31343137 * }
31353138 * }</pre>
31363139 *
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
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
31413145 * `projects/{project}/snapshots/{snap}`.
31423146 * @param subscription Required. The subscription whose backlog the snapshot retains.
31433147 * Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the
@@ -3510,7 +3514,7 @@ public final UnaryCallable<UpdateSnapshotRequest, Snapshot> updateSnapshotCallab
35103514 * }
35113515 * }</pre>
35123516 *
3513- * @param snapshot Required. The name of the snapshot to delete. Format is
3517+ * @param snapshot Required. Identifier. The name of the snapshot to delete. Format is
35143518 * `projects/{project}/snapshots/{snap}`.
35153519 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
35163520 */
@@ -3546,7 +3550,7 @@ public final void deleteSnapshot(SnapshotName snapshot) {
35463550 * }
35473551 * }</pre>
35483552 *
3549- * @param snapshot Required. The name of the snapshot to delete. Format is
3553+ * @param snapshot Required. Identifier. The name of the snapshot to delete. Format is
35503554 * `projects/{project}/snapshots/{snap}`.
35513555 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
35523556 */
0 commit comments