Skip to content

Commit 4ee7362

Browse files
chore: generate libraries at Fri Mar 13 02:57:16 UTC 2026
1 parent 3515fbd commit 4ee7362

27 files changed

Lines changed: 991 additions & 186 deletions

File tree

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.87.0</version>
45+
<version>3.88.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.87.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.88.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.87.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.88.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.87.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.88.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-compute/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-compute</artifactId>
45-
<version>1.96.0</version>
45+
<version>1.97.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-compute:1.96.0'
52+
implementation 'com.google.cloud:google-cloud-compute:1.97.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "1.96.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "1.97.0"
5959
```
6060

6161
## Authentication
@@ -238,7 +238,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
238238
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-compute/latest/overview
239239
[stability-image]: https://img.shields.io/badge/stability-stable-green
240240
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-compute.svg
241-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-compute/1.96.0
241+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-compute/1.97.0
242242
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
243243
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
244244
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-document-ai/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-document-ai</artifactId>
45-
<version>2.90.0</version>
45+
<version>2.91.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-document-ai:2.90.0'
52+
implementation 'com.google.cloud:google-cloud-document-ai:2.91.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.90.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.91.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-document-ai/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-document-ai.svg
178-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-document-ai/2.90.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-document-ai/2.91.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-errorreporting/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-errorreporting</artifactId>
48-
<version>0.207.0-beta</version>
48+
<version>0.208.0-beta</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-errorreporting:0.207.0-beta'
55+
implementation 'com.google.cloud:google-cloud-errorreporting:0.208.0-beta'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.207.0-beta"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.208.0-beta"
6262
```
6363

6464
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
181181
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-errorreporting/latest/overview
182182
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
183183
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-errorreporting.svg
184-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-errorreporting/0.207.0-beta
184+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-errorreporting/0.208.0-beta
185185
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
186186
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
187187
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-geminidataanalytics/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-geminidataanalytics</artifactId>
48-
<version>0.14.0</version>
48+
<version>0.15.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-geminidataanalytics:0.14.0'
55+
implementation 'com.google.cloud:google-cloud-geminidataanalytics:0.15.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-geminidataanalytics" % "0.14.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-geminidataanalytics" % "0.15.0"
6262
```
6363

6464
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
181181
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-geminidataanalytics/latest/overview
182182
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
183183
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-geminidataanalytics.svg
184-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-geminidataanalytics/0.14.0
184+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-geminidataanalytics/0.15.0
185185
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
186186
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
187187
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-grafeas/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>io.grafeas</groupId>
2121
<artifactId>grafeas</artifactId>
22-
<version>2.87.0</version>
22+
<version>2.88.0</version>
2323
</dependency>
2424
```
2525

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

2828
```Groovy
29-
implementation 'io.grafeas:grafeas:2.87.0'
29+
implementation 'io.grafeas:grafeas:2.88.0'
3030
```
3131

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

3434
```Scala
35-
libraryDependencies += "io.grafeas" % "grafeas" % "2.87.0"
35+
libraryDependencies += "io.grafeas" % "grafeas" % "2.88.0"
3636
```
3737

3838
## Authentication
@@ -152,7 +152,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
152152
[javadocs]: https://cloud.google.com/java/docs/reference/grafeas/latest/overview
153153
[stability-image]: https://img.shields.io/badge/stability-stable-green
154154
[maven-version-image]: https://img.shields.io/maven-central/v/io.grafeas/grafeas.svg
155-
[maven-version-link]: https://central.sonatype.com/artifact/io.grafeas/grafeas/2.87.0
155+
[maven-version-link]: https://central.sonatype.com/artifact/io.grafeas/grafeas/2.88.0
156156
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
157157
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
158158
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-shopping-css/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.shopping</groupId>
2424
<artifactId>google-shopping-css</artifactId>
25-
<version>0.54.0</version>
25+
<version>0.55.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.shopping:google-shopping-css:0.54.0'
32+
implementation 'com.google.shopping:google-shopping-css:0.55.0'
3333
```
3434

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

3737
```Scala
38-
libraryDependencies += "com.google.shopping" % "google-shopping-css" % "0.54.0"
38+
libraryDependencies += "com.google.shopping" % "google-shopping-css" % "0.55.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/google-shopping-css/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.shopping/google-shopping-css.svg
161-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-css/0.54.0
161+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-css/0.55.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-shopping-css/google-shopping-css/src/main/java/com/google/shopping/css/v1/CssProductsServiceClient.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ public CssProductsServiceStub getStub() {
231231
* }
232232
* }</pre>
233233
*
234-
* @param name Required. The name of the CSS product to retrieve.
234+
* @param name Required. The name of the CSS product to retrieve. Format:
235+
* `accounts/{account}/cssProducts/{css_product}`
235236
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
236237
*/
237238
public final CssProduct getCssProduct(CssProductName name) {
@@ -260,7 +261,8 @@ public final CssProduct getCssProduct(CssProductName name) {
260261
* }
261262
* }</pre>
262263
*
263-
* @param name Required. The name of the CSS product to retrieve.
264+
* @param name Required. The name of the CSS product to retrieve. Format:
265+
* `accounts/{account}/cssProducts/{css_product}`
264266
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
265267
*/
266268
public final CssProduct getCssProduct(String name) {

java-shopping-css/proto-google-shopping-css-v1/src/main/java/com/google/shopping/css/v1/AccountLabel.java

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ private LabelType(int value) {
252252
*
253253
*
254254
* <pre>
255-
* The resource name of the label.
255+
* Identifier. The resource name of the label.
256256
* Format: accounts/{account}/labels/{label}
257257
* </pre>
258258
*
259-
* <code>string name = 1;</code>
259+
* <code>string name = 1 [(.google.api.field_behavior) = IDENTIFIER];</code>
260260
*
261261
* @return The name.
262262
*/
@@ -277,11 +277,11 @@ public java.lang.String getName() {
277277
*
278278
*
279279
* <pre>
280-
* The resource name of the label.
280+
* Identifier. The resource name of the label.
281281
* Format: accounts/{account}/labels/{label}
282282
* </pre>
283283
*
284-
* <code>string name = 1;</code>
284+
* <code>string name = 1 [(.google.api.field_behavior) = IDENTIFIER];</code>
285285
*
286286
* @return The bytes for name.
287287
*/
@@ -959,11 +959,11 @@ public Builder mergeFrom(
959959
*
960960
*
961961
* <pre>
962-
* The resource name of the label.
962+
* Identifier. The resource name of the label.
963963
* Format: accounts/{account}/labels/{label}
964964
* </pre>
965965
*
966-
* <code>string name = 1;</code>
966+
* <code>string name = 1 [(.google.api.field_behavior) = IDENTIFIER];</code>
967967
*
968968
* @return The name.
969969
*/
@@ -983,11 +983,11 @@ public java.lang.String getName() {
983983
*
984984
*
985985
* <pre>
986-
* The resource name of the label.
986+
* Identifier. The resource name of the label.
987987
* Format: accounts/{account}/labels/{label}
988988
* </pre>
989989
*
990-
* <code>string name = 1;</code>
990+
* <code>string name = 1 [(.google.api.field_behavior) = IDENTIFIER];</code>
991991
*
992992
* @return The bytes for name.
993993
*/
@@ -1007,11 +1007,11 @@ public com.google.protobuf.ByteString getNameBytes() {
10071007
*
10081008
*
10091009
* <pre>
1010-
* The resource name of the label.
1010+
* Identifier. The resource name of the label.
10111011
* Format: accounts/{account}/labels/{label}
10121012
* </pre>
10131013
*
1014-
* <code>string name = 1;</code>
1014+
* <code>string name = 1 [(.google.api.field_behavior) = IDENTIFIER];</code>
10151015
*
10161016
* @param value The name to set.
10171017
* @return This builder for chaining.
@@ -1030,11 +1030,11 @@ public Builder setName(java.lang.String value) {
10301030
*
10311031
*
10321032
* <pre>
1033-
* The resource name of the label.
1033+
* Identifier. The resource name of the label.
10341034
* Format: accounts/{account}/labels/{label}
10351035
* </pre>
10361036
*
1037-
* <code>string name = 1;</code>
1037+
* <code>string name = 1 [(.google.api.field_behavior) = IDENTIFIER];</code>
10381038
*
10391039
* @return This builder for chaining.
10401040
*/
@@ -1049,11 +1049,11 @@ public Builder clearName() {
10491049
*
10501050
*
10511051
* <pre>
1052-
* The resource name of the label.
1052+
* Identifier. The resource name of the label.
10531053
* Format: accounts/{account}/labels/{label}
10541054
* </pre>
10551055
*
1056-
* <code>string name = 1;</code>
1056+
* <code>string name = 1 [(.google.api.field_behavior) = IDENTIFIER];</code>
10571057
*
10581058
* @param value The bytes for name to set.
10591059
* @return This builder for chaining.

java-shopping-css/proto-google-shopping-css-v1/src/main/java/com/google/shopping/css/v1/AccountLabelOrBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ public interface AccountLabelOrBuilder
3030
*
3131
*
3232
* <pre>
33-
* The resource name of the label.
33+
* Identifier. The resource name of the label.
3434
* Format: accounts/{account}/labels/{label}
3535
* </pre>
3636
*
37-
* <code>string name = 1;</code>
37+
* <code>string name = 1 [(.google.api.field_behavior) = IDENTIFIER];</code>
3838
*
3939
* @return The name.
4040
*/
@@ -44,11 +44,11 @@ public interface AccountLabelOrBuilder
4444
*
4545
*
4646
* <pre>
47-
* The resource name of the label.
47+
* Identifier. The resource name of the label.
4848
* Format: accounts/{account}/labels/{label}
4949
* </pre>
5050
*
51-
* <code>string name = 1;</code>
51+
* <code>string name = 1 [(.google.api.field_behavior) = IDENTIFIER];</code>
5252
*
5353
* @return The bytes for name.
5454
*/

0 commit comments

Comments
 (0)