Skip to content

Commit b4b7f83

Browse files
chore: Update generation configuration at Thu Dec 11 02:39:02 UTC 2025 (#2621)
* chore: Update generation configuration at Fri Dec 5 02:36:42 UTC 2025 * chore: Update generation configuration at Sat Dec 6 02:34:10 UTC 2025 * chore: generate libraries at Sat Dec 6 02:34:39 UTC 2025 * chore: Update generation configuration at Tue Dec 9 02:36:52 UTC 2025 * chore: Update generation configuration at Wed Dec 10 02:37:35 UTC 2025 * chore: Update generation configuration at Thu Dec 11 02:39:02 UTC 2025 * chore: generate libraries at Thu Dec 11 02:39:32 UTC 2025
1 parent 9adcef2 commit b4b7f83

37 files changed

+590
-532
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/[email protected].1
40+
- uses: googleapis/sdk-platform-java/.github/[email protected].2
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.54.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.54.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.54.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.64.1
2-
googleapis_commitish: 4667f02b64f2259ef21249b026ced7bb4351c632
1+
gapic_generator_version: 2.64.2
2+
googleapis_commitish: b32495a713a68dd0dff90cf0b24021debfca048a
33
libraries_bom_version: 26.72.0
44
libraries:
55
- api_shortname: pubsub

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/SubscriptionAdminClient.java

Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -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
*/

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/TopicAdminClient.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ public PublisherStub getStub() {
420420
* }
421421
* }</pre>
422422
*
423-
* @param name Required. The name of the topic. It must have the format
423+
* @param name Required. Identifier. The name of the topic. It must have the format
424424
* `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, and contain only
425425
* letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`),
426426
* tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in
@@ -451,7 +451,7 @@ public final Topic createTopic(TopicName name) {
451451
* }
452452
* }</pre>
453453
*
454-
* @param name Required. The name of the topic. It must have the format
454+
* @param name Required. Identifier. The name of the topic. It must have the format
455455
* `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, and contain only
456456
* letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`),
457457
* tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in
@@ -682,8 +682,8 @@ public final UnaryCallable<UpdateTopicRequest, Topic> updateTopicCallable() {
682682
* }
683683
* }</pre>
684684
*
685-
* @param topic Required. The messages in the request will be published on this topic. Format is
686-
* `projects/{project}/topics/{topic}`.
685+
* @param topic Required. Identifier. The messages in the request will be published on this topic.
686+
* Format is `projects/{project}/topics/{topic}`.
687687
* @param messages Required. The messages to publish.
688688
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
689689
*/
@@ -715,8 +715,8 @@ public final PublishResponse publish(TopicName topic, List<PubsubMessage> messag
715715
* }
716716
* }</pre>
717717
*
718-
* @param topic Required. The messages in the request will be published on this topic. Format is
719-
* `projects/{project}/topics/{topic}`.
718+
* @param topic Required. Identifier. The messages in the request will be published on this topic.
719+
* Format is `projects/{project}/topics/{topic}`.
720720
* @param messages Required. The messages to publish.
721721
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
722722
*/
@@ -801,7 +801,7 @@ public final UnaryCallable<PublishRequest, PublishResponse> publishCallable() {
801801
* }
802802
* }</pre>
803803
*
804-
* @param topic Required. The name of the topic to get. Format is
804+
* @param topic Required. Identifier. The name of the topic to get. Format is
805805
* `projects/{project}/topics/{topic}`.
806806
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
807807
*/
@@ -829,7 +829,7 @@ public final Topic getTopic(TopicName topic) {
829829
* }
830830
* }</pre>
831831
*
832-
* @param topic Required. The name of the topic to get. Format is
832+
* @param topic Required. Identifier. The name of the topic to get. Format is
833833
* `projects/{project}/topics/{topic}`.
834834
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
835835
*/
@@ -938,7 +938,7 @@ public final UnaryCallable<GetTopicRequest, Topic> getTopicCallable() {
938938
* }
939939
* }</pre>
940940
*
941-
* @param project Required. The name of the project in which to list topics. Format is
941+
* @param project Required. Identifier. The name of the project in which to list topics. Format is
942942
* `projects/{project-id}`.
943943
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
944944
*/
@@ -970,7 +970,7 @@ public final ListTopicsPagedResponse listTopics(ProjectName project) {
970970
* }
971971
* }</pre>
972972
*
973-
* @param project Required. The name of the project in which to list topics. Format is
973+
* @param project Required. Identifier. The name of the project in which to list topics. Format is
974974
* `projects/{project-id}`.
975975
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
976976
*/
@@ -1481,7 +1481,7 @@ public final ListTopicSnapshotsPagedResponse listTopicSnapshots(
14811481
* }
14821482
* }</pre>
14831483
*
1484-
* @param topic Required. Name of the topic to delete. Format is
1484+
* @param topic Required. Identifier. Name of the topic to delete. Format is
14851485
* `projects/{project}/topics/{topic}`.
14861486
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
14871487
*/
@@ -1512,7 +1512,7 @@ public final void deleteTopic(TopicName topic) {
15121512
* }
15131513
* }</pre>
15141514
*
1515-
* @param topic Required. Name of the topic to delete. Format is
1515+
* @param topic Required. Identifier. Name of the topic to delete. Format is
15161516
* `projects/{project}/topics/{topic}`.
15171517
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
15181518
*/

0 commit comments

Comments
 (0)