Skip to content

Commit 80166a4

Browse files
chore: generate libraries at Fri May 1 03:05:07 UTC 2026
1 parent 6bd88fe commit 80166a4

398 files changed

Lines changed: 199480 additions & 1207 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/HttpJsonArtifactRegistryStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ public class HttpJsonArtifactRegistryStub extends ArtifactRegistryStub {
18241824
.setRequestBodyExtractor(
18251825
request ->
18261826
ProtoRestSerializer.create()
1827-
.toBody("package_", request.getPackage(), true))
1827+
.toBody("package", request.getPackage(), true))
18281828
.build())
18291829
.setResponseParser(
18301830
ProtoMessageResponseParser.<Package>newBuilder()

java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/biglake/hive/v1beta/stub/HttpJsonHiveMetastoreServiceStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public class HttpJsonHiveMetastoreServiceStub extends HiveMetastoreServiceStub {
109109
serializer.putQueryParam(
110110
fields, "hiveCatalogId", request.getHiveCatalogId());
111111
serializer.putQueryParam(
112-
fields, "primaryLocation", request.getPrimaryLocation());
112+
fields, "primary_location", request.getPrimaryLocation());
113113
serializer.putQueryParam(fields, "$alt", "json;enum-encoding=int");
114114
return fields;
115115
})

java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/biglake/v1/stub/HttpJsonIcebergCatalogServiceStub.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ public class HttpJsonIcebergCatalogServiceStub extends IcebergCatalogServiceStub
114114
Map<String, List<String>> fields = new HashMap<>();
115115
ProtoRestSerializer<ListIcebergCatalogsRequest> serializer =
116116
ProtoRestSerializer.create();
117-
serializer.putQueryParam(fields, "pageSize", request.getPageSize());
118-
serializer.putQueryParam(fields, "pageToken", request.getPageToken());
117+
serializer.putQueryParam(fields, "page-size", request.getPageSize());
118+
serializer.putQueryParam(fields, "page-token", request.getPageToken());
119119
serializer.putQueryParam(fields, "view", request.getViewValue());
120120
serializer.putQueryParam(fields, "$alt", "json;enum-encoding=int");
121121
return fields;
@@ -195,7 +195,7 @@ public class HttpJsonIcebergCatalogServiceStub extends IcebergCatalogServiceStub
195195
ProtoRestSerializer<CreateIcebergCatalogRequest> serializer =
196196
ProtoRestSerializer.create();
197197
serializer.putQueryParam(
198-
fields, "icebergCatalogId", request.getIcebergCatalogId());
198+
fields, "iceberg-catalog-id", request.getIcebergCatalogId());
199199
serializer.putQueryParam(fields, "$alt", "json;enum-encoding=int");
200200
return fields;
201201
})

java-chat/proto-google-cloud-chat-v1/src/main/proto/google/chat/v1/action_status.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

java-chat/proto-google-cloud-chat-v1/src/main/proto/google/chat/v1/annotation.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

java-chat/proto-google-cloud-chat-v1/src/main/proto/google/chat/v1/attachment.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

java-chat/proto-google-cloud-chat-v1/src/main/proto/google/chat/v1/contextual_addon.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

java-chat/proto-google-cloud-chat-v1/src/main/proto/google/chat/v1/deletion_metadata.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

java-chat/proto-google-cloud-chat-v1/src/main/proto/google/chat/v1/event_payload.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

java-chat/proto-google-cloud-chat-v1/src/main/proto/google/chat/v1/group.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)