Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
80816e7
chore: Update generation configuration at Fri Sep 12 02:27:49 UTC 2025
cloud-java-bot Sep 12, 2025
14c3df5
chore: generate libraries at Fri Sep 12 02:30:09 UTC 2025
cloud-java-bot Sep 12, 2025
0dae5ec
chore: merge main into generate-libraries-main
cloud-java-bot Sep 13, 2025
fba0bc4
chore: Update generation configuration at Sat Sep 13 02:22:00 UTC 2025
cloud-java-bot Sep 13, 2025
7e91793
chore: generate libraries at Sat Sep 13 02:24:26 UTC 2025
cloud-java-bot Sep 13, 2025
0ea84e0
chore: Update generation configuration at Sun Sep 14 02:29:38 UTC 2025
cloud-java-bot Sep 14, 2025
afd1d6f
chore: generate libraries at Sun Sep 14 02:32:00 UTC 2025
cloud-java-bot Sep 14, 2025
561b836
chore: Update generation configuration at Mon Sep 15 02:32:12 UTC 2025
cloud-java-bot Sep 15, 2025
76828a2
chore: generate libraries at Mon Sep 15 02:34:41 UTC 2025
cloud-java-bot Sep 15, 2025
70060b2
chore: Update generation configuration at Tue Sep 16 02:26:50 UTC 2025
cloud-java-bot Sep 16, 2025
fe1eb06
chore: generate libraries at Tue Sep 16 02:29:13 UTC 2025
cloud-java-bot Sep 16, 2025
ad8c4dd
chore: Update generation configuration at Wed Sep 17 02:27:54 UTC 2025
cloud-java-bot Sep 17, 2025
c9428ee
chore: Update generation configuration at Thu Sep 18 02:28:17 UTC 2025
cloud-java-bot Sep 18, 2025
ef2f9f5
chore: generate libraries at Thu Sep 18 02:30:32 UTC 2025
cloud-java-bot Sep 18, 2025
50954f3
chore: Update generation configuration at Fri Sep 19 02:28:59 UTC 2025
cloud-java-bot Sep 19, 2025
33f5550
chore: generate libraries at Fri Sep 19 02:31:16 UTC 2025
cloud-java-bot Sep 19, 2025
dbdbada
chore: Update generation configuration at Sat Sep 20 02:27:11 UTC 2025
cloud-java-bot Sep 20, 2025
4936d2f
chore: generate libraries at Sat Sep 20 02:29:27 UTC 2025
cloud-java-bot Sep 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/[email protected].1
- uses: googleapis/sdk-platform-java/.github/[email protected].2
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.62.1
googleapis_commitish: 9978d435df71bb16ecadd1e4421640748d0bf533
libraries_bom_version: 26.67.0
gapic_generator_version: 2.62.2
googleapis_commitish: 3acfdb6166a7101691cdf812bf8f8a67a2084fde
libraries_bom_version: 26.68.0

# the libraries are ordered with respect to library name, which is
# java-{library.library_name} or java-{library.api-shortname} when
Expand Down
10 changes: 5 additions & 5 deletions java-accessapproval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.67.0</version>
<version>26.68.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval</artifactId>
<version>2.74.0</version>
<version>2.75.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-accessapproval:2.74.0'
implementation 'com.google.cloud:google-cloud-accessapproval:2.75.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.74.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.75.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.74.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.75.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-accesscontextmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.67.0</version>
<version>26.68.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-identity-accesscontextmanager</artifactId>
<version>1.74.0</version>
<version>1.75.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.74.0'
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.75.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.74.0"
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.75.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.74.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.75.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-admanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.67.0</version>
<version>26.68.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ad-manager</artifactId>
<version>0.32.0</version>
<version>0.33.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.api-ads:ad-manager:0.32.0'
implementation 'com.google.api-ads:ad-manager:0.33.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.32.0"
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.33.0"
```

## Authentication
Expand Down Expand Up @@ -200,7 +200,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.32.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.33.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-advisorynotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.67.0</version>
<version>26.68.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-advisorynotifications</artifactId>
<version>0.62.0</version>
<version>0.63.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.62.0'
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.63.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.62.0"
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.63.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.62.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.63.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-aiplatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.67.0</version>
<version>26.68.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.74.0</version>
<version>3.75.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:3.74.0'
implementation 'com.google.cloud:google-cloud-aiplatform:3.75.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.74.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.75.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.74.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.75.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public void createEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -213,6 +214,7 @@ public void createEndpointTest2() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -288,6 +290,7 @@ public void createEndpointTest3() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -366,6 +369,7 @@ public void createEndpointTest4() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -444,6 +448,7 @@ public void getEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -510,6 +515,7 @@ public void getEndpointTest2() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -662,6 +668,7 @@ public void updateEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -729,6 +736,7 @@ public void updateEndpointLongRunningTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public void createEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -213,6 +214,7 @@ public void createEndpointTest2() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -288,6 +290,7 @@ public void createEndpointTest3() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -366,6 +369,7 @@ public void createEndpointTest4() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -444,6 +448,7 @@ public void getEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -510,6 +515,7 @@ public void getEndpointTest2() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -662,6 +668,7 @@ public void updateEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -729,6 +736,7 @@ public void updateEndpointLongRunningTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down
Loading
Loading