Skip to content

Commit 641bfed

Browse files
chore: generate libraries at Sat Sep 27 02:29:20 UTC 2025
1 parent 4aedc46 commit 641bfed

File tree

155 files changed

+32193
-9818
lines changed

Some content is hidden

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

155 files changed

+32193
-9818
lines changed

java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AcceleratorType.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,16 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
171171
* <code>NVIDIA_GB200 = 17;</code>
172172
*/
173173
NVIDIA_GB200(17),
174+
/**
175+
*
176+
*
177+
* <pre>
178+
* Nvidia RTX Pro 6000 GPU.
179+
* </pre>
180+
*
181+
* <code>NVIDIA_RTX_PRO_6000 = 18;</code>
182+
*/
183+
NVIDIA_RTX_PRO_6000(18),
174184
/**
175185
*
176186
*
@@ -369,6 +379,17 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
369379
*/
370380
public static final int NVIDIA_GB200_VALUE = 17;
371381

382+
/**
383+
*
384+
*
385+
* <pre>
386+
* Nvidia RTX Pro 6000 GPU.
387+
* </pre>
388+
*
389+
* <code>NVIDIA_RTX_PRO_6000 = 18;</code>
390+
*/
391+
public static final int NVIDIA_RTX_PRO_6000_VALUE = 18;
392+
372393
/**
373394
*
374395
*
@@ -465,6 +486,8 @@ public static AcceleratorType forNumber(int value) {
465486
return NVIDIA_B200;
466487
case 17:
467488
return NVIDIA_GB200;
489+
case 18:
490+
return NVIDIA_RTX_PRO_6000;
468491
case 6:
469492
return TPU_V2;
470493
case 7:

java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AcceleratorTypeProto.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
3838
java.lang.String[] descriptorData = {
3939
"\n1google/cloud/aiplatform/v1/accelerator"
4040
+ "_type.proto\022\032google.cloud.aiplatform.v1*"
41-
+ "\210\003\n\017AcceleratorType\022 \n\034ACCELERATOR_TYPE_"
41+
+ "\241\003\n\017AcceleratorType\022 \n\034ACCELERATOR_TYPE_"
4242
+ "UNSPECIFIED\020\000\022\030\n\020NVIDIA_TESLA_K80\020\001\032\002\010\001\022"
4343
+ "\025\n\021NVIDIA_TESLA_P100\020\002\022\025\n\021NVIDIA_TESLA_V"
4444
+ "100\020\003\022\023\n\017NVIDIA_TESLA_P4\020\004\022\023\n\017NVIDIA_TES"
4545
+ "LA_T4\020\005\022\025\n\021NVIDIA_TESLA_A100\020\010\022\024\n\020NVIDIA"
4646
+ "_A100_80GB\020\t\022\r\n\tNVIDIA_L4\020\013\022\024\n\020NVIDIA_H1"
4747
+ "00_80GB\020\r\022\031\n\025NVIDIA_H100_MEGA_80GB\020\016\022\025\n\021"
4848
+ "NVIDIA_H200_141GB\020\017\022\017\n\013NVIDIA_B200\020\020\022\020\n\014"
49-
+ "NVIDIA_GB200\020\021\022\n\n\006TPU_V2\020\006\022\n\n\006TPU_V3\020\007\022\016"
50-
+ "\n\nTPU_V4_POD\020\n\022\022\n\016TPU_V5_LITEPOD\020\014B\322\001\n\036c"
51-
+ "om.google.cloud.aiplatform.v1B\024Accelerat"
52-
+ "orTypeProtoP\001Z>cloud.google.com/go/aipla"
53-
+ "tform/apiv1/aiplatformpb;aiplatformpb\252\002\032"
54-
+ "Google.Cloud.AIPlatform.V1\312\002\032Google\\Clou"
55-
+ "d\\AIPlatform\\V1\352\002\035Google::Cloud::AIPlatf"
56-
+ "orm::V1b\006proto3"
49+
+ "NVIDIA_GB200\020\021\022\027\n\023NVIDIA_RTX_PRO_6000\020\022\022"
50+
+ "\n\n\006TPU_V2\020\006\022\n\n\006TPU_V3\020\007\022\016\n\nTPU_V4_POD\020\n\022"
51+
+ "\022\n\016TPU_V5_LITEPOD\020\014B\322\001\n\036com.google.cloud"
52+
+ ".aiplatform.v1B\024AcceleratorTypeProtoP\001Z>"
53+
+ "cloud.google.com/go/aiplatform/apiv1/aip"
54+
+ "latformpb;aiplatformpb\252\002\032Google.Cloud.AI"
55+
+ "Platform.V1\312\002\032Google\\Cloud\\AIPlatform\\V1"
56+
+ "\352\002\035Google::Cloud::AIPlatform::V1b\006proto3"
5757
};
5858
descriptor =
5959
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/accelerator_type.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ enum AcceleratorType {
6969
// Nvidia GB200 GPU.
7070
NVIDIA_GB200 = 17;
7171

72+
// Nvidia RTX Pro 6000 GPU.
73+
NVIDIA_RTX_PRO_6000 = 18;
74+
7275
// TPU v2.
7376
TPU_V2 = 6;
7477

java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorType.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,16 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
171171
* <code>NVIDIA_GB200 = 17;</code>
172172
*/
173173
NVIDIA_GB200(17),
174+
/**
175+
*
176+
*
177+
* <pre>
178+
* Nvidia RTX Pro 6000 GPU.
179+
* </pre>
180+
*
181+
* <code>NVIDIA_RTX_PRO_6000 = 18;</code>
182+
*/
183+
NVIDIA_RTX_PRO_6000(18),
174184
/**
175185
*
176186
*
@@ -369,6 +379,17 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
369379
*/
370380
public static final int NVIDIA_GB200_VALUE = 17;
371381

382+
/**
383+
*
384+
*
385+
* <pre>
386+
* Nvidia RTX Pro 6000 GPU.
387+
* </pre>
388+
*
389+
* <code>NVIDIA_RTX_PRO_6000 = 18;</code>
390+
*/
391+
public static final int NVIDIA_RTX_PRO_6000_VALUE = 18;
392+
372393
/**
373394
*
374395
*
@@ -465,6 +486,8 @@ public static AcceleratorType forNumber(int value) {
465486
return NVIDIA_B200;
466487
case 17:
467488
return NVIDIA_GB200;
489+
case 18:
490+
return NVIDIA_RTX_PRO_6000;
468491
case 6:
469492
return TPU_V2;
470493
case 7:

java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorTypeProto.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
3838
java.lang.String[] descriptorData = {
3939
"\n6google/cloud/aiplatform/v1beta1/accele"
4040
+ "rator_type.proto\022\037google.cloud.aiplatfor"
41-
+ "m.v1beta1*\210\003\n\017AcceleratorType\022 \n\034ACCELER"
41+
+ "m.v1beta1*\241\003\n\017AcceleratorType\022 \n\034ACCELER"
4242
+ "ATOR_TYPE_UNSPECIFIED\020\000\022\030\n\020NVIDIA_TESLA_"
4343
+ "K80\020\001\032\002\010\001\022\025\n\021NVIDIA_TESLA_P100\020\002\022\025\n\021NVID"
4444
+ "IA_TESLA_V100\020\003\022\023\n\017NVIDIA_TESLA_P4\020\004\022\023\n\017"
4545
+ "NVIDIA_TESLA_T4\020\005\022\025\n\021NVIDIA_TESLA_A100\020\010"
4646
+ "\022\024\n\020NVIDIA_A100_80GB\020\t\022\r\n\tNVIDIA_L4\020\013\022\024\n"
4747
+ "\020NVIDIA_H100_80GB\020\r\022\031\n\025NVIDIA_H100_MEGA_"
4848
+ "80GB\020\016\022\025\n\021NVIDIA_H200_141GB\020\017\022\017\n\013NVIDIA_"
49-
+ "B200\020\020\022\020\n\014NVIDIA_GB200\020\021\022\n\n\006TPU_V2\020\006\022\n\n\006"
50-
+ "TPU_V3\020\007\022\016\n\nTPU_V4_POD\020\n\022\022\n\016TPU_V5_LITEP"
51-
+ "OD\020\014B\353\001\n#com.google.cloud.aiplatform.v1b"
52-
+ "eta1B\024AcceleratorTypeProtoP\001ZCcloud.goog"
53-
+ "le.com/go/aiplatform/apiv1beta1/aiplatfo"
54-
+ "rmpb;aiplatformpb\252\002\037Google.Cloud.AIPlatf"
55-
+ "orm.V1Beta1\312\002\037Google\\Cloud\\AIPlatform\\V1"
56-
+ "beta1\352\002\"Google::Cloud::AIPlatform::V1bet"
57-
+ "a1b\006proto3"
49+
+ "B200\020\020\022\020\n\014NVIDIA_GB200\020\021\022\027\n\023NVIDIA_RTX_P"
50+
+ "RO_6000\020\022\022\n\n\006TPU_V2\020\006\022\n\n\006TPU_V3\020\007\022\016\n\nTPU"
51+
+ "_V4_POD\020\n\022\022\n\016TPU_V5_LITEPOD\020\014B\353\001\n#com.go"
52+
+ "ogle.cloud.aiplatform.v1beta1B\024Accelerat"
53+
+ "orTypeProtoP\001ZCcloud.google.com/go/aipla"
54+
+ "tform/apiv1beta1/aiplatformpb;aiplatform"
55+
+ "pb\252\002\037Google.Cloud.AIPlatform.V1Beta1\312\002\037G"
56+
+ "oogle\\Cloud\\AIPlatform\\V1beta1\352\002\"Google:"
57+
+ ":Cloud::AIPlatform::V1beta1b\006proto3"
5858
};
5959
descriptor =
6060
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/accelerator_type.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ enum AcceleratorType {
6969
// Nvidia GB200 GPU.
7070
NVIDIA_GB200 = 17;
7171

72+
// Nvidia RTX Pro 6000 GPU.
73+
NVIDIA_RTX_PRO_6000 = 18;
74+
7275
// TPU v2.
7376
TPU_V2 = 6;
7477

java-alloydb/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-alloydb</artifactId>
45-
<version>0.63.0</version>
45+
<version>0.64.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-alloydb:0.63.0'
52+
implementation 'com.google.cloud:google-cloud-alloydb:0.64.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.63.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.64.0"
5959
```
6060

6161
## Authentication
@@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
194194
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
195195
[stability-image]: https://img.shields.io/badge/stability-stable-green
196196
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb/0.63.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb/0.64.0
198198
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
199199
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
200200
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/AlloyDBAdminClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4446,6 +4446,7 @@ public final ExecuteSqlResponse executeSql(
44464446
* .setDatabase("database1789464955")
44474447
* .setUser("user3599307")
44484448
* .setSqlStatement("sqlStatement937767745")
4449+
* .setValidateOnly(true)
44494450
* .build();
44504451
* ExecuteSqlResponse response = alloyDBAdminClient.executeSql(request);
44514452
* }
@@ -4478,6 +4479,7 @@ public final ExecuteSqlResponse executeSql(ExecuteSqlRequest request) {
44784479
* .setDatabase("database1789464955")
44794480
* .setUser("user3599307")
44804481
* .setSqlStatement("sqlStatement937767745")
4482+
* .setValidateOnly(true)
44814483
* .build();
44824484
* ApiFuture<ExecuteSqlResponse> future =
44834485
* alloyDBAdminClient.executeSqlCallable().futureCall(request);

0 commit comments

Comments
 (0)