Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fcd1578
chore: Update generation configuration at Tue Sep 23 02:28:40 UTC 2025
cloud-java-bot Sep 23, 2025
168eabd
chore: generate libraries at Tue Sep 23 02:31:03 UTC 2025
cloud-java-bot Sep 23, 2025
890e3cd
chore: merge main into generate-libraries-main
cloud-java-bot Sep 24, 2025
40b9384
chore: Update generation configuration at Wed Sep 24 02:29:27 UTC 2025
cloud-java-bot Sep 24, 2025
44291d3
chore: generate libraries at Wed Sep 24 02:31:52 UTC 2025
cloud-java-bot Sep 24, 2025
32d954b
chore: merge main into generate-libraries-main
cloud-java-bot Sep 25, 2025
ccacdb8
chore: Update generation configuration at Thu Sep 25 02:29:47 UTC 2025
cloud-java-bot Sep 25, 2025
10f0f37
chore: generate libraries at Thu Sep 25 02:32:14 UTC 2025
cloud-java-bot Sep 25, 2025
4aedc46
chore: Update generation configuration at Sat Sep 27 02:26:58 UTC 2025
cloud-java-bot Sep 27, 2025
641bfed
chore: generate libraries at Sat Sep 27 02:29:20 UTC 2025
cloud-java-bot Sep 27, 2025
608a894
chore: Update generation configuration at Tue Sep 30 02:28:57 UTC 2025
cloud-java-bot Sep 30, 2025
cef4e30
chore: generate libraries at Tue Sep 30 02:31:29 UTC 2025
cloud-java-bot Sep 30, 2025
0a50701
chore: Update generation configuration at Wed Oct 1 02:31:45 UTC 2025
cloud-java-bot Oct 1, 2025
d0b6f5a
chore: generate libraries at Wed Oct 1 02:34:07 UTC 2025
cloud-java-bot Oct 1, 2025
b908ce3
chore: Update generation configuration at Thu Oct 2 02:28:58 UTC 2025
cloud-java-bot Oct 2, 2025
dffcf2c
chore: generate libraries at Thu Oct 2 02:31:25 UTC 2025
cloud-java-bot Oct 2, 2025
5c37511
chore: Update generation configuration at Fri Oct 3 02:28:11 UTC 2025
cloud-java-bot Oct 3, 2025
9e819e7
chore: merge main into generate-libraries-main
cloud-java-bot Oct 4, 2025
583a483
chore: Update generation configuration at Sat Oct 4 02:25:05 UTC 2025
cloud-java-bot Oct 4, 2025
b402f71
chore: generate libraries at Sat Oct 4 02:27:32 UTC 2025
cloud-java-bot Oct 4, 2025
a0640b3
Merge branch 'main' into generate-libraries-main
mpeddada1 Oct 6, 2025
0162e58
chore: generate libraries at Mon Oct 6 21:51:30 UTC 2025
cloud-java-bot Oct 6, 2025
78df784
chore: Update generation configuration at Tue Oct 7 02:29:08 UTC 2025
cloud-java-bot Oct 7, 2025
2cd630b
add missing iam dependencies
mpeddada1 Oct 7, 2025
1ae6798
chore: generate libraries at Tue Oct 7 03:18:42 UTC 2025
cloud-java-bot Oct 7, 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].2
- uses: googleapis/sdk-platform-java/.github/[email protected].3
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.2
googleapis_commitish: 3acfdb6166a7101691cdf812bf8f8a67a2084fde
libraries_bom_version: 26.68.0
gapic_generator_version: 2.62.3
googleapis_commitish: 6e79e73204aed17b11e724beebb9cf11f36ea57d
libraries_bom_version: 26.69.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.68.0</version>
<version>26.69.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.75.0</version>
<version>2.76.0</version>
</dependency>
```

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

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

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.75.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.76.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.75.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.76.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.68.0</version>
<version>26.69.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.75.0</version>
<version>1.76.0</version>
</dependency>
```

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

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

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

```Scala
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.75.0"
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.76.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.75.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.76.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.68.0</version>
<version>26.69.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.33.0</version>
<version>0.34.0</version>
</dependency>
```

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

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

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

```Scala
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.33.0"
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.34.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.33.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.34.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.68.0</version>
<version>26.69.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.63.0</version>
<version>0.64.0</version>
</dependency>
```

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

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

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.63.0"
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.64.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.63.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.64.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.68.0</version>
<version>26.69.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.75.0</version>
<version>3.76.0</version>
</dependency>
```

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

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

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.75.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.76.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.75.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.76.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 @@ -544,6 +544,7 @@ public final PredictResponse predict(String endpoint, List<Value> instances, Val
* .toString())
* .addAllInstances(new ArrayList<Value>())
* .setParameters(Value.newBuilder().setBoolValue(true).build())
* .putAllLabels(new HashMap<String, String>())
* .build();
* PredictResponse response = predictionServiceClient.predict(request);
* }
Expand Down Expand Up @@ -577,6 +578,7 @@ public final PredictResponse predict(PredictRequest request) {
* .toString())
* .addAllInstances(new ArrayList<Value>())
* .setParameters(Value.newBuilder().setBoolValue(true).build())
* .putAllLabels(new HashMap<String, String>())
* .build();
* ApiFuture<PredictResponse> future =
* predictionServiceClient.predictCallable().futureCall(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ public final PredictResponse predict(String endpoint, List<Value> instances, Val
* .toString())
* .addAllInstances(new ArrayList<Value>())
* .setParameters(Value.newBuilder().setBoolValue(true).build())
* .putAllLabels(new HashMap<String, String>())
* .build();
* PredictResponse response = predictionServiceClient.predict(request);
* }
Expand Down Expand Up @@ -608,6 +609,7 @@ public final PredictResponse predict(PredictRequest request) {
* .toString())
* .addAllInstances(new ArrayList<Value>())
* .setParameters(Value.newBuilder().setBoolValue(true).build())
* .putAllLabels(new HashMap<String, String>())
* .build();
* ApiFuture<PredictResponse> future =
* predictionServiceClient.predictCallable().futureCall(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4931,6 +4931,15 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.DeployedIndex$DeploymentTier",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.DeployedIndexAuthConfig",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -9170,6 +9179,42 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$Maps$PlaceAnswerSources",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$Maps$PlaceAnswerSources$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$Maps$PlaceAnswerSources$ReviewSnippet",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$Maps$PlaceAnswerSources$ReviewSnippet$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$RetrievedContext",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -9224,6 +9269,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.GroundingMetadata$SourceFlaggingUri",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.GroundingMetadata$SourceFlaggingUri$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.GroundingSupport",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -19718,6 +19781,15 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.Tool$PhishBlockThreshold",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.ToolCallValidInput",
"queryAllDeclaredConstructors": true,
Expand Down
Loading
Loading