Skip to content

Commit c70c873

Browse files
chore: Update generation configuration at Wed Dec 17 02:33:19 UTC 2025 (#11834)
This pull request is generated with proto changes between [googleapis/googleapis@b60f5a5](googleapis/googleapis@b60f5a5) (exclusive) and [googleapis/googleapis@1496716](googleapis/googleapis@1496716) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT chore: update the libraries_bom version to 26.73.0 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(ruby): Correctly escape comment in DefaultServiceAccount PiperOrigin-RevId: 845430981 Source Link: [googleapis/googleapis@ba1f5de](googleapis/googleapis@ba1f5de) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [aiplatform] Add Lustre support to the Vertex Training Custom Job API docs: [aiplatform] A comment for field `timeout` in message `.google.cloud.aiplatform.v1beta1.Scheduling` is changed docs: [aiplatform] A comment for field `restart_job_on_worker_restart` in message `.google.cloud.aiplatform.v1beta1.Scheduling` is changed PiperOrigin-RevId: 845354898 Source Link: [googleapis/googleapis@a8e146a](googleapis/googleapis@a8e146a) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [chat] Improve documentation of attachment.proto, event_payload.proto and space.proto feat: [chat] Add app authorization support to space APIs feat: [chat] Add accessory widget support for private messages PiperOrigin-RevId: 845227338 Source Link: [googleapis/googleapis@1a9d00b](googleapis/googleapis@1a9d00b) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [geminidataanalytics] specify the data sources supported only by the QueryData API PiperOrigin-RevId: 845011245 Source Link: [googleapis/googleapis@4149dbd](googleapis/googleapis@4149dbd) END_NESTED_COMMIT END_COMMIT_OVERRIDE
1 parent d36b498 commit c70c873

File tree

269 files changed

+4407
-1812
lines changed

Some content is hidden

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

269 files changed

+4407
-1812
lines changed

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.64.2
2-
googleapis_commitish: b60f5a5783d5ec0e8a8d254f73ad00316b9b646f
3-
libraries_bom_version: 26.72.0
2+
googleapis_commitish: 1496716325adf01af70ffca9161dd62d7bebbd50
3+
libraries_bom_version: 26.73.0
44

55
# the libraries are ordered with respect to library name, which is
66
# java-{library.library_name} or java-{library.api-shortname} when

java-accessapproval/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.72.0</version>
23+
<version>26.73.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -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.81.0</version>
45+
<version>2.82.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.81.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.82.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.81.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.82.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-accessapproval.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.81.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.82.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-accesscontextmanager/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.72.0</version>
23+
<version>26.73.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -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.81.0</version>
45+
<version>1.82.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.81.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.82.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.81.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.82.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-identity-accesscontextmanager.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.81.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.82.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-admanager/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.72.0</version>
26+
<version>26.73.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.api-ads</groupId>
4747
<artifactId>ad-manager</artifactId>
48-
<version>0.39.0</version>
48+
<version>0.40.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.api-ads:ad-manager:0.39.0'
55+
implementation 'com.google.api-ads:ad-manager:0.40.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.39.0"
61+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.40.0"
6262
```
6363

6464
## Authentication
@@ -200,7 +200,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
200200
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
201201
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
202202
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
203-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.39.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.40.0
204204
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
205205
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
206206
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-advisorynotifications/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.72.0</version>
23+
<version>26.73.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -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.69.0</version>
45+
<version>0.70.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.69.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.70.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.69.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.70.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-advisorynotifications.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.69.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.70.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-aiplatform/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.72.0</version>
23+
<version>26.73.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -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.81.0</version>
45+
<version>3.82.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.81.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.82.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.81.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.82.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-aiplatform.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.81.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.82.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-aiplatform/google-cloud-aiplatform/src/main/resources/META-INF/native-image/com.google.cloud.aiplatform.v1beta1/reflect-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14984,6 +14984,24 @@
1498414984
"allDeclaredClasses": true,
1498514985
"allPublicClasses": true
1498614986
},
14987+
{
14988+
"name": "com.google.cloud.aiplatform.v1beta1.LustreMount",
14989+
"queryAllDeclaredConstructors": true,
14990+
"queryAllPublicConstructors": true,
14991+
"queryAllDeclaredMethods": true,
14992+
"allPublicMethods": true,
14993+
"allDeclaredClasses": true,
14994+
"allPublicClasses": true
14995+
},
14996+
{
14997+
"name": "com.google.cloud.aiplatform.v1beta1.LustreMount$Builder",
14998+
"queryAllDeclaredConstructors": true,
14999+
"queryAllPublicConstructors": true,
15000+
"queryAllDeclaredMethods": true,
15001+
"allPublicMethods": true,
15002+
"allDeclaredClasses": true,
15003+
"allPublicClasses": true
15004+
},
1498715005
{
1498815006
"name": "com.google.cloud.aiplatform.v1beta1.MachineSpec",
1498915007
"queryAllDeclaredConstructors": true,

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
134134
+ "\016experiment_run\030\022 \001(\tB)\340A\001\372A#\n"
135135
+ "!aiplatform.googleapis.com/Context\0227\n"
136136
+ "\006models\030\024 \003(\tB\'\340A\001\372A!\n"
137-
+ "\037aiplatform.googleapis.com/Model\"\237\003\n"
137+
+ "\037aiplatform.googleapis.com/Model\"\351\003\n"
138138
+ "\016WorkerPoolSpec\022H\n"
139139
+ "\016container_spec\030\006 \001(\0132..google"
140140
+ ".cloud.aiplatform.v1beta1.ContainerSpecH\000\022Q\n"
@@ -144,7 +144,9 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
144144
+ "d.aiplatform.v1beta1.MachineSpecB\006\340A\001\340A\005\022\032\n\r"
145145
+ "replica_count\030\002 \001(\003B\003\340A\001\022B\n\n"
146146
+ "nfs_mounts\030\004"
147-
+ " \003(\0132).google.cloud.aiplatform.v1beta1.NfsMountB\003\340A\001\022<\n"
147+
+ " \003(\0132).google.cloud.aiplatform.v1beta1.NfsMountB\003\340A\001\022H\n\r"
148+
+ "lustre_mounts\030\t \003(\0132"
149+
+ ",.google.cloud.aiplatform.v1beta1.LustreMountB\003\340A\001\022<\n"
148150
+ "\tdisk_spec\030\005 \001(\0132).google.cloud.aiplatform.v1beta1.DiskSpecB\006\n"
149151
+ "\004task\"|\n\r"
150152
+ "ContainerSpec\022\026\n"
@@ -161,8 +163,8 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
161163
+ "Scheduling\022*\n"
162164
+ "\007timeout\030\001 \001(\0132\031.google.protobuf.Duration\022%\n"
163165
+ "\035restart_job_on_worker_restart\030\003 \001(\010\022K\n"
164-
+ "\010strategy\030\004 \001(\01624.google.clou"
165-
+ "d.aiplatform.v1beta1.Scheduling.StrategyB\003\340A\001\022\034\n"
166+
+ "\010strategy\030\004 \001(\01624.google.cloud.aipl"
167+
+ "atform.v1beta1.Scheduling.StrategyB\003\340A\001\022\034\n"
166168
+ "\017disable_retries\030\005 \001(\010B\003\340A\001\0229\n"
167169
+ "\021max_wait_duration\030\006"
168170
+ " \001(\0132\031.google.protobuf.DurationB\003\340A\001\"q\n"
@@ -173,11 +175,11 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
173175
+ "\010STANDARD\020\003\022\010\n"
174176
+ "\004SPOT\020\004\022\016\n\n"
175177
+ "FLEX_START\020\006B\345\001\n"
176-
+ "#com.google.cloud.aiplatform.v1beta1B\016CustomJobProtoP\001ZCcloud.googl"
177-
+ "e.com/go/aiplatform/apiv1beta1/aiplatfor"
178-
+ "mpb;aiplatformpb\252\002\037Google.Cloud.AIPlatfo"
179-
+ "rm.V1Beta1\312\002\037Google\\Cloud\\AIPlatform\\V1b"
180-
+ "eta1\352\002\"Google::Cloud::AIPlatform::V1beta1b\006proto3"
178+
+ "#com.google.cloud.aiplatform.v1beta1B\016CustomJobProtoP\001ZCcloud.google.com/"
179+
+ "go/aiplatform/apiv1beta1/aiplatformpb;ai"
180+
+ "platformpb\252\002\037Google.Cloud.AIPlatform.V1B"
181+
+ "eta1\312\002\037Google\\Cloud\\AIPlatform\\V1beta1\352\002"
182+
+ "\"Google::Cloud::AIPlatform::V1beta1b\006proto3"
181183
};
182184
descriptor =
183185
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -269,6 +271,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
269271
"MachineSpec",
270272
"ReplicaCount",
271273
"NfsMounts",
274+
"LustreMounts",
272275
"DiskSpec",
273276
"Task",
274277
});

0 commit comments

Comments
 (0)