Skip to content

Commit aa201d5

Browse files
Merge branch 'googleapis:main' into main
2 parents b0a51ee + f89945c commit aa201d5

File tree

440 files changed

+156030
-2670
lines changed

Some content is hidden

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

440 files changed

+156030
-2670
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
gcr.io/cloud-devrel-public-resources/java-library-generation:"${library_generation_image_tag}" \
128128
/src/library_generation/cli/entry_point.py validate-generation-config
129129
env:
130-
library_generation_image_tag: 2.62.3
130+
library_generation_image_tag: 2.64.2
131131
workspace_name: /workspace
132132

133133
# TODO: Uncomment the needed Github Actions

.github/workflows/generated_files_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
pull_request:
1818
name: generation diff
1919
env:
20-
library_generation_image_tag: 2.62.3
20+
library_generation_image_tag: 2.64.2
2121
jobs:
2222
root-pom:
2323
# root pom.xml does not have diff from generated one

.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/scripts@v2.64.1
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.64.2
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

gapic-libraries-bom/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,13 @@
691691
<type>pom</type>
692692
<scope>import</scope>
693693
</dependency>
694+
<dependency>
695+
<groupId>com.google.cloud</groupId>
696+
<artifactId>google-cloud-hypercomputecluster-bom</artifactId>
697+
<version>0.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-hypercomputecluster:current} -->
698+
<type>pom</type>
699+
<scope>import</scope>
700+
</dependency>
694701
<dependency>
695702
<groupId>com.google.cloud</groupId>
696703
<artifactId>google-cloud-iamcredentials-bom</artifactId>

generation_config.yaml

Lines changed: 18 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: c9578f6385fe0fb9067c5dba8d7cdda39efac0ff
1+
gapic_generator_version: 2.64.2
2+
googleapis_commitish: 05f65958eb7f2a8bc59db87ad40487f0fb093097
33
libraries_bom_version: 26.72.0
44

55
# the libraries are ordered with respect to library name, which is
@@ -1237,6 +1237,22 @@ libraries:
12371237
- proto_path: google/apps/script/type/sheets
12381238
- proto_path: google/apps/script/type/slides
12391239

1240+
- api_shortname: hypercomputecluster
1241+
name_pretty: Cluster Director API
1242+
product_documentation:
1243+
https://cloud.google.com/blog/products/compute/managed-slurm-and-other-cluster-director-enhancements
1244+
api_description: simplifies cluster management across compute, network, and storage
1245+
client_documentation:
1246+
https://cloud.google.com/java/docs/reference/google-cloud-hypercomputecluster/latest/overview
1247+
release_level: preview
1248+
distribution_name: com.google.cloud:google-cloud-hypercomputecluster
1249+
api_id: hypercomputecluster.googleapis.com
1250+
library_type: GAPIC_AUTO
1251+
group_id: com.google.cloud
1252+
cloud_api: true
1253+
GAPICs:
1254+
- proto_path: google/cloud/hypercomputecluster/v1beta
1255+
requires_billing: true
12401256
- api_shortname: iam
12411257
name_pretty: IAM
12421258
product_documentation: n/a

google-cloud-jar-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-storage</artifactId>
49-
<version>2.52.3</version>
49+
<version>2.60.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.apis</groupId>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.google.apis</groupId>
6868
<artifactId>google-api-services-storage</artifactId>
69-
<version>v1-rev20250524-2.0.0</version>
69+
<version>v1-rev20251118-2.0.0</version>
7070
</dependency>
7171

7272
<!-- Test dependencies -->

0 commit comments

Comments
 (0)