Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5b9c32a
chore: Update generation configuration at Wed Nov 12 02:32:10 UTC 2025
cloud-java-bot Nov 12, 2025
5f826ec
chore: generate libraries at Wed Nov 12 02:34:36 UTC 2025
cloud-java-bot Nov 12, 2025
15596ee
chore: merge main into generate-libraries-main
cloud-java-bot Nov 13, 2025
03920f6
chore: Update generation configuration at Thu Nov 13 02:32:35 UTC 2025
cloud-java-bot Nov 13, 2025
68b0046
chore: generate libraries at Thu Nov 13 02:34:59 UTC 2025
cloud-java-bot Nov 13, 2025
e270a78
chore: merge main into generate-libraries-main
cloud-java-bot Nov 14, 2025
6332b29
chore: Update generation configuration at Fri Nov 14 02:31:39 UTC 2025
cloud-java-bot Nov 14, 2025
83911b7
chore: generate libraries at Fri Nov 14 02:34:05 UTC 2025
cloud-java-bot Nov 14, 2025
cc7c1b5
chore: merge main into generate-libraries-main
cloud-java-bot Nov 15, 2025
2468563
chore: Update generation configuration at Sat Nov 15 02:29:58 UTC 2025
cloud-java-bot Nov 15, 2025
e32c058
chore: generate libraries at Sat Nov 15 02:32:24 UTC 2025
cloud-java-bot Nov 15, 2025
1461c18
chore: merge main into generate-libraries-main
cloud-java-bot Nov 16, 2025
5139be6
chore: generate libraries at Sun Nov 16 02:35:28 UTC 2025
cloud-java-bot Nov 16, 2025
d8bc3d5
chore: Update generation configuration at Mon Nov 17 02:32:04 UTC 2025
cloud-java-bot Nov 17, 2025
5ed50ae
chore: generate libraries at Mon Nov 17 02:34:27 UTC 2025
cloud-java-bot Nov 17, 2025
26f2b78
chore: Update generation configuration at Tue Nov 18 02:31:38 UTC 2025
cloud-java-bot Nov 18, 2025
3ac51a3
chore: generate libraries at Tue Nov 18 02:34:03 UTC 2025
cloud-java-bot Nov 18, 2025
8965836
chore: Update generation configuration at Wed Nov 19 02:31:21 UTC 2025
cloud-java-bot Nov 19, 2025
8ada8eb
chore: generate libraries at Wed Nov 19 02:33:45 UTC 2025
cloud-java-bot Nov 19, 2025
8bee3d2
chore: Update generation configuration at Thu Nov 20 02:31:03 UTC 2025
cloud-java-bot Nov 20, 2025
cfad047
chore: Update generation configuration at Fri Nov 21 02:30:54 UTC 2025
cloud-java-bot Nov 21, 2025
bd1bdf0
chore: generate libraries at Fri Nov 21 02:33:15 UTC 2025
cloud-java-bot Nov 21, 2025
9d7380c
chore: merge main into generate-libraries-main
cloud-java-bot Nov 26, 2025
2da3a40
chore: Update generation configuration at Wed Nov 26 02:32:23 UTC 2025
cloud-java-bot Nov 26, 2025
0232b0a
chore: generate libraries at Wed Nov 26 02:34:42 UTC 2025
cloud-java-bot Nov 26, 2025
c8ec669
chore: Update generation configuration at Thu Nov 27 02:31:11 UTC 2025
cloud-java-bot Nov 27, 2025
6ef0641
chore: generate libraries at Thu Nov 27 02:33:33 UTC 2025
cloud-java-bot Nov 27, 2025
79de7cf
chore: Update generation configuration at Fri Nov 28 02:32:01 UTC 2025
cloud-java-bot Nov 28, 2025
f084ea3
chore: Update generation configuration at Tue Dec 2 02:32:52 UTC 2025
cloud-java-bot Dec 2, 2025
631233c
chore: generate libraries at Tue Dec 2 02:39:39 UTC 2025
cloud-java-bot Dec 2, 2025
1f10fe1
chore: Update generation configuration at Wed Dec 3 02:32:43 UTC 2025
cloud-java-bot Dec 3, 2025
45f254a
chore: generate libraries at Wed Dec 3 02:35:01 UTC 2025
cloud-java-bot Dec 3, 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
  •  
  •  
  •  
400 changes: 200 additions & 200 deletions gapic-libraries-bom/pom.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.64.1
googleapis_commitish: ba80e9b5251c974d18c3c25fa905e2d0ae4a0f02
libraries_bom_version: 26.71.0
googleapis_commitish: 535d161c24965e9ed1a0b27032cc1c8b4beab818
libraries_bom_version: 26.72.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.71.0</version>
<version>26.72.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.79.0</version>
<version>2.81.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-accessapproval:2.79.0'
implementation 'com.google.cloud:google-cloud-accessapproval:2.81.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.79.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.81.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.79.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.81.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.71.0</version>
<version>26.72.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.79.0</version>
<version>1.81.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.79.0'
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.81.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.79.0"
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.81.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.79.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.81.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.71.0</version>
<version>26.72.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.37.0</version>
<version>0.39.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.api-ads:ad-manager:0.37.0'
implementation 'com.google.api-ads:ad-manager:0.39.0'
```

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

```Scala
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.37.0"
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.39.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.37.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.39.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.71.0</version>
<version>26.72.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.67.0</version>
<version>0.69.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.67.0'
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.69.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.67.0"
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.69.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.67.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.69.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.71.0</version>
<version>26.72.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.79.0</version>
<version>3.81.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:3.79.0'
implementation 'com.google.cloud:google-cloud-aiplatform:3.81.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.79.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.81.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.79.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.81.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
Loading
Loading