Skip to content

Commit afb08d8

Browse files
chore: generate libraries at Thu Apr 9 03:03:25 UTC 2026
1 parent 88530e1 commit afb08d8

File tree

715 files changed

+45603
-1824
lines changed

Some content is hidden

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

715 files changed

+45603
-1824
lines changed

java-accessapproval/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-accessapproval</artifactId>
45-
<version>2.89.0</version>
45+
<version>2.90.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-accessapproval:2.89.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.90.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.89.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.90.0"
5959
```
6060

6161
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175175
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
178-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.89.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.90.0
179179
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
final class Version {
2323
// {x-version-update-start:google-cloud-accessapproval:current}
24-
static final String VERSION = "2.90.0";
24+
static final String VERSION = "0.0.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

java-accesscontextmanager/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-identity-accesscontextmanager</artifactId>
45-
<version>1.89.0</version>
45+
<version>1.90.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.89.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.90.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.89.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.90.0"
5959
```
6060

6161
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175175
[javadocs]: https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
178-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.89.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.90.0
179179
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
final class Version {
2323
// {x-version-update-start:google-identity-accesscontextmanager:current}
24-
static final String VERSION = "1.90.0";
24+
static final String VERSION = "0.0.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

java-admanager/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>ad-manager</artifactId>
25-
<version>0.47.0</version>
25+
<version>0.48.0</version>
2626
</dependency>
2727
```
2828

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

3131
```Groovy
32-
implementation 'com.google.api-ads:ad-manager:0.47.0'
32+
implementation 'com.google.api-ads:ad-manager:0.48.0'
3333
```
3434

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

3737
```Scala
38-
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.47.0"
38+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.48.0"
3939
```
4040

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

java-admanager/ad-manager/src/main/java/com/google/ads/admanager/v1/stub/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
final class Version {
2323
// {x-version-update-start:ad-manager:current}
24-
static final String VERSION = "0.48.0";
24+
static final String VERSION = "0.0.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

java-advisorynotifications/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-advisorynotifications</artifactId>
45-
<version>0.77.0</version>
45+
<version>0.78.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.77.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.78.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.77.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.78.0"
5959
```
6060

6161
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175175
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
178-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.77.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.78.0
179179
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
final class Version {
2323
// {x-version-update-start:google-cloud-advisorynotifications:current}
24-
static final String VERSION = "0.78.0";
24+
static final String VERSION = "0.0.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

java-aiplatform/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-aiplatform</artifactId>
45-
<version>3.89.0</version>
45+
<version>3.90.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-aiplatform:3.89.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.90.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.89.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.90.0"
5959
```
6060

6161
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175175
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-aiplatform/latest/overview
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
178-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.89.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.90.0
179179
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
final class Version {
2323
// {x-version-update-start:google-cloud-aiplatform:current}
24-
static final String VERSION = "3.90.0";
24+
static final String VERSION = "0.0.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

0 commit comments

Comments
 (0)