Skip to content

Commit 3fd0de2

Browse files
authored
chore: update librarian to v0.32.0 (#13992)
1 parent b245b5d commit 3fd0de2

250 files changed

Lines changed: 1684 additions & 1683 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-accessapproval/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.83.0</version>
22+
<version>26.86.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -41,28 +41,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-accessapproval</artifactId>
44-
<version>2.95.0</version>
44+
<version>2.96.0</version>
4545
</dependency>
4646
```
4747

4848
If you are using Gradle 5.x or later, add this to your dependencies:
4949

5050
```Groovy
51-
implementation platform('com.google.cloud:libraries-bom:26.83.0')
51+
implementation platform('com.google.cloud:libraries-bom:26.86.0')
5252
5353
implementation 'com.google.cloud:google-cloud-accessapproval'
5454
```
5555

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

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-accessapproval:2.95.0'
59+
implementation 'com.google.cloud:google-cloud-accessapproval:2.96.0'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.95.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.96.0"
6666
```
6767

6868
## Authentication
@@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
180180
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview
181181
[stability-image]: https://img.shields.io/badge/stability-stable-green
182182
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
183-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.95.0
183+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.96.0
184184
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
185185
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
186186
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-accesscontextmanager/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.83.0</version>
22+
<version>26.86.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -41,28 +41,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-identity-accesscontextmanager</artifactId>
44-
<version>1.95.0</version>
44+
<version>1.96.0</version>
4545
</dependency>
4646
```
4747

4848
If you are using Gradle 5.x or later, add this to your dependencies:
4949

5050
```Groovy
51-
implementation platform('com.google.cloud:libraries-bom:26.83.0')
51+
implementation platform('com.google.cloud:libraries-bom:26.86.0')
5252
5353
implementation 'com.google.cloud:google-identity-accesscontextmanager'
5454
```
5555

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

5858
```Groovy
59-
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.95.0'
59+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.96.0'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.95.0"
65+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.96.0"
6666
```
6767

6868
## Authentication
@@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
180180
[javadocs]: https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview
181181
[stability-image]: https://img.shields.io/badge/stability-stable-green
182182
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
183-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.95.0
183+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.96.0
184184
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
185185
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
186186
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-admanager/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ If you are using Maven, add this to your pom.xml file:
2121
<dependency>
2222
<groupId>com.google.api-ads</groupId>
2323
<artifactId>ad-manager</artifactId>
24-
<version>0.53.0</version>
24+
<version>0.54.0</version>
2525
</dependency>
2626
```
2727

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

3030
```Groovy
31-
implementation 'com.google.api-ads:ad-manager:0.53.0'
31+
implementation 'com.google.api-ads:ad-manager:0.54.0'
3232
```
3333

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

3636
```Scala
37-
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.53.0"
37+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.54.0"
3838
```
3939

4040
## Authentication
@@ -155,7 +155,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
155155
[javadocs]: https://cloud.google.com/java/docs/reference/ad-manager/latest/overview
156156
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
157157
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
158-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.53.0
158+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.54.0
159159
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
160160
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
161161
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-advisorynotifications/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.83.0</version>
22+
<version>26.86.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -41,28 +41,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-advisorynotifications</artifactId>
44-
<version>0.83.0</version>
44+
<version>0.84.0</version>
4545
</dependency>
4646
```
4747

4848
If you are using Gradle 5.x or later, add this to your dependencies:
4949

5050
```Groovy
51-
implementation platform('com.google.cloud:libraries-bom:26.83.0')
51+
implementation platform('com.google.cloud:libraries-bom:26.86.0')
5252
5353
implementation 'com.google.cloud:google-cloud-advisorynotifications'
5454
```
5555

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

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.83.0'
59+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.84.0'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.83.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.84.0"
6666
```
6767

6868
## Authentication
@@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
180180
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview
181181
[stability-image]: https://img.shields.io/badge/stability-stable-green
182182
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
183-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.83.0
183+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.84.0
184184
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
185185
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
186186
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-agentidentity/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>libraries-bom</artifactId>
25-
<version>26.83.0</version>
25+
<version>26.86.0</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>
@@ -44,28 +44,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-agentidentity</artifactId>
47-
<version>0.0.0</version>
47+
<version>0.1.0</version>
4848
</dependency>
4949
```
5050

5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.83.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.86.0')
5555
5656
implementation 'com.google.cloud:google-cloud-agentidentity'
5757
```
5858

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

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-agentidentity:0.0.0'
62+
implementation 'com.google.cloud:google-cloud-agentidentity:0.1.0'
6363
```
6464

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

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-agentidentity" % "0.0.0"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-agentidentity" % "0.1.0"
6969
```
7070

7171
## Authentication
@@ -186,7 +186,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
186186
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-agentidentity/latest/overview
187187
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
188188
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-agentidentity.svg
189-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentidentity/0.0.0
189+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentidentity/0.1.0
190190
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
191191
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
192192
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-agentregistry/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>libraries-bom</artifactId>
25-
<version>26.83.0</version>
25+
<version>26.86.0</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>
@@ -44,28 +44,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-agentregistry</artifactId>
47-
<version>0.1.0</version>
47+
<version>0.2.0</version>
4848
</dependency>
4949
```
5050

5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.83.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.86.0')
5555
5656
implementation 'com.google.cloud:google-cloud-agentregistry'
5757
```
5858

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

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-agentregistry:0.1.0'
62+
implementation 'com.google.cloud:google-cloud-agentregistry:0.2.0'
6363
```
6464

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

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-agentregistry" % "0.1.0"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-agentregistry" % "0.2.0"
6969
```
7070

7171
## Authentication
@@ -188,7 +188,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
188188
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-agentregistry/latest/overview
189189
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
190190
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-agentregistry.svg
191-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentregistry/0.1.0
191+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentregistry/0.2.0
192192
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
193193
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
194194
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-aiplatform/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.83.0</version>
22+
<version>26.86.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -41,28 +41,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-aiplatform</artifactId>
44-
<version>3.95.0</version>
44+
<version>3.96.0</version>
4545
</dependency>
4646
```
4747

4848
If you are using Gradle 5.x or later, add this to your dependencies:
4949

5050
```Groovy
51-
implementation platform('com.google.cloud:libraries-bom:26.83.0')
51+
implementation platform('com.google.cloud:libraries-bom:26.86.0')
5252
5353
implementation 'com.google.cloud:google-cloud-aiplatform'
5454
```
5555

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

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-aiplatform:3.95.0'
59+
implementation 'com.google.cloud:google-cloud-aiplatform:3.96.0'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.95.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.96.0"
6666
```
6767

6868
## Authentication
@@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
180180
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-aiplatform/latest/overview
181181
[stability-image]: https://img.shields.io/badge/stability-stable-green
182182
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
183-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.95.0
183+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.96.0
184184
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
185185
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
186186
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-alloydb-connectors/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.83.0</version>
22+
<version>26.86.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -41,28 +41,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-alloydb-connectors</artifactId>
44-
<version>0.72.0</version>
44+
<version>0.73.0</version>
4545
</dependency>
4646
```
4747

4848
If you are using Gradle 5.x or later, add this to your dependencies:
4949

5050
```Groovy
51-
implementation platform('com.google.cloud:libraries-bom:26.83.0')
51+
implementation platform('com.google.cloud:libraries-bom:26.86.0')
5252
5353
implementation 'com.google.cloud:google-cloud-alloydb-connectors'
5454
```
5555

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

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-alloydb-connectors:0.72.0'
59+
implementation 'com.google.cloud:google-cloud-alloydb-connectors:0.73.0'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-alloydb-connectors" % "0.72.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-alloydb-connectors" % "0.73.0"
6666
```
6767

6868
## Authentication
@@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
180180
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-alloydb-connectors/latest/overview
181181
[stability-image]: https://img.shields.io/badge/stability-stable-green
182182
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb-connectors.svg
183-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.72.0
183+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.73.0
184184
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
185185
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
186186
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)