Skip to content

Commit ba2ed6a

Browse files
chore: Update generation configuration at Fri Oct 17 02:29:56 UTC 2025 (#11769)
This pull request is generated with proto changes between [googleapis/googleapis@6821943](googleapis/googleapis@6821943) (exclusive) and [googleapis/googleapis@979af4b](googleapis/googleapis@979af4b) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT fix(deps): update the Java code generator (gapic-generator-java) to 2.63.0 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [maps-routeoptimization] add experimental Load Costs feature feat: [maps-routeoptimization] add experimental U-turn Avoidance feature feat: [maps-routeoptimization] add OptimizeToursLongRunning method feat: [maps-routeoptimization] add OptimizeToursUri method docs: [maps-routeoptimization] A comment for field `duration_distance_matrices` in message `.google.maps.routeoptimization.v1.ShipmentModel` is changed docs: [maps-routeoptimization] A comment for field `precedence_rules` in message `.google.maps.routeoptimization.v1.ShipmentModel` is changed docs: [maps-routeoptimization] A comment for enum `TravelMode` is changed docs: [maps-routeoptimization] A comment for field `place_id` in message `.google.maps.routeoptimization.v1.Waypoint` is changed PiperOrigin-RevId: 819788002 Source Link: [googleapis/googleapis@4c5d582](googleapis/googleapis@4c5d582) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [aiplatform] add aspect_ratio and image_config for v1 version PiperOrigin-RevId: 819372136 Source Link: [googleapis/googleapis@7e90a53](googleapis/googleapis@7e90a53) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [container] Add SwapConfig to enable and configure swap memory for node pools feat: [container] Add NodeKernelModuleLoading to configure kernel module loading policies for nodes feat: [container] Add WritableCgroups to the containerd config feat: [container] Add network_tier_config and accelerator_network_profile to NodePool feat: [container] Add cluster-level network_tier_config feat: [container] Add SecretSyncConfig to sync secrets from Secret Manager feat: [container] Add 'enabled' field to AutoIpamConfig to enable/disable Auto IPAM feat: [container] Add 'wait_for_drain_duration' to AutoscaledRolloutPolicy in BlueGreenSettings feat: [container] Add 'end_time_behavior' to MaintenanceExclusionOptions feat: [container] Add PrivilegedAdmissionConfig for Autopilot clusters feat: [container] Add MembershipType to Fleet config feat: [container] Add fields to DNSEndpointConfig to control k8s token and cert authentication via DNS docs: [container] updated comments for various types, messages, and fields. PiperOrigin-RevId: 819353076 Source Link: [googleapis/googleapis@63281f4](googleapis/googleapis@63281f4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [aiplatform] Add support for Inline source based deployment docs: [aiplatform] A comment for message `ReasoningEngineSpec` is changed docs: [aiplatform] A comment for field `package_spec` in message `.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec` is changed PiperOrigin-RevId: 819349769 Source Link: [googleapis/googleapis@bd5f32d](googleapis/googleapis@bd5f32d) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [aiplatform] Add support for Inline source based deployment docs: [aiplatform] A comment for message `ReasoningEngineSpec` is changed docs: [aiplatform] A comment for field `package_spec` in message `.google.cloud.aiplatform.v1.ReasoningEngineSpec` is changed PiperOrigin-RevId: 819343785 Source Link: [googleapis/googleapis@3403a38](googleapis/googleapis@3403a38) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [aiplatform] add aspect_ratio and image_config for v1beta1 version PiperOrigin-RevId: 818839226 Source Link: [googleapis/googleapis@db61975](googleapis/googleapis@db61975) END_NESTED_COMMIT END_COMMIT_OVERRIDE
1 parent 3cdcf49 commit ba2ed6a

File tree

431 files changed

+51524
-6691
lines changed

Some content is hidden

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

431 files changed

+51524
-6691
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.62.3
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.63.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.62.3
2-
googleapis_commitish: 6821943108fe3284f483defc9b60774a3752de2b
1+
gapic_generator_version: 2.63.0
2+
googleapis_commitish: 979af4bd0c12f882dfeb87e89461aa7ccd1ea4b4
33
libraries_bom_version: 26.70.0
44

55
# the libraries are ordered with respect to library name, which is

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.77.0</version>
45+
<version>2.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-accessapproval:2.77.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.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-accessapproval" % "2.77.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.78.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.77.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.78.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: 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.77.0</version>
45+
<version>1.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-identity-accesscontextmanager:1.77.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.78.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.77.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.78.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.77.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.78.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: 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.api-ads</groupId>
4747
<artifactId>ad-manager</artifactId>
48-
<version>0.35.0</version>
48+
<version>0.36.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.35.0'
55+
implementation 'com.google.api-ads:ad-manager:0.36.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.35.0"
61+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.36.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.35.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.36.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: 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.65.0</version>
45+
<version>0.66.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.65.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.66.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.65.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.66.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.65.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.66.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: 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.77.0</version>
45+
<version>3.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-aiplatform:3.77.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.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-aiplatform" % "3.77.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.78.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.77.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.78.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.v1/reflect-config.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9422,6 +9422,24 @@
94229422
"allDeclaredClasses": true,
94239423
"allPublicClasses": true
94249424
},
9425+
{
9426+
"name": "com.google.cloud.aiplatform.v1.ImageConfig",
9427+
"queryAllDeclaredConstructors": true,
9428+
"queryAllPublicConstructors": true,
9429+
"queryAllDeclaredMethods": true,
9430+
"allPublicMethods": true,
9431+
"allDeclaredClasses": true,
9432+
"allPublicClasses": true
9433+
},
9434+
{
9435+
"name": "com.google.cloud.aiplatform.v1.ImageConfig$Builder",
9436+
"queryAllDeclaredConstructors": true,
9437+
"queryAllPublicConstructors": true,
9438+
"queryAllDeclaredMethods": true,
9439+
"allPublicMethods": true,
9440+
"allDeclaredClasses": true,
9441+
"allPublicClasses": true
9442+
},
94259443
{
94269444
"name": "com.google.cloud.aiplatform.v1.ImportDataConfig",
94279445
"queryAllDeclaredConstructors": true,
@@ -16847,6 +16865,60 @@
1684716865
"allDeclaredClasses": true,
1684816866
"allPublicClasses": true
1684916867
},
16868+
{
16869+
"name": "com.google.cloud.aiplatform.v1.ReasoningEngineSpec$SourceCodeSpec",
16870+
"queryAllDeclaredConstructors": true,
16871+
"queryAllPublicConstructors": true,
16872+
"queryAllDeclaredMethods": true,
16873+
"allPublicMethods": true,
16874+
"allDeclaredClasses": true,
16875+
"allPublicClasses": true
16876+
},
16877+
{
16878+
"name": "com.google.cloud.aiplatform.v1.ReasoningEngineSpec$SourceCodeSpec$Builder",
16879+
"queryAllDeclaredConstructors": true,
16880+
"queryAllPublicConstructors": true,
16881+
"queryAllDeclaredMethods": true,
16882+
"allPublicMethods": true,
16883+
"allDeclaredClasses": true,
16884+
"allPublicClasses": true
16885+
},
16886+
{
16887+
"name": "com.google.cloud.aiplatform.v1.ReasoningEngineSpec$SourceCodeSpec$InlineSource",
16888+
"queryAllDeclaredConstructors": true,
16889+
"queryAllPublicConstructors": true,
16890+
"queryAllDeclaredMethods": true,
16891+
"allPublicMethods": true,
16892+
"allDeclaredClasses": true,
16893+
"allPublicClasses": true
16894+
},
16895+
{
16896+
"name": "com.google.cloud.aiplatform.v1.ReasoningEngineSpec$SourceCodeSpec$InlineSource$Builder",
16897+
"queryAllDeclaredConstructors": true,
16898+
"queryAllPublicConstructors": true,
16899+
"queryAllDeclaredMethods": true,
16900+
"allPublicMethods": true,
16901+
"allDeclaredClasses": true,
16902+
"allPublicClasses": true
16903+
},
16904+
{
16905+
"name": "com.google.cloud.aiplatform.v1.ReasoningEngineSpec$SourceCodeSpec$PythonSpec",
16906+
"queryAllDeclaredConstructors": true,
16907+
"queryAllPublicConstructors": true,
16908+
"queryAllDeclaredMethods": true,
16909+
"allPublicMethods": true,
16910+
"allDeclaredClasses": true,
16911+
"allPublicClasses": true
16912+
},
16913+
{
16914+
"name": "com.google.cloud.aiplatform.v1.ReasoningEngineSpec$SourceCodeSpec$PythonSpec$Builder",
16915+
"queryAllDeclaredConstructors": true,
16916+
"queryAllPublicConstructors": true,
16917+
"queryAllDeclaredMethods": true,
16918+
"allPublicMethods": true,
16919+
"allDeclaredClasses": true,
16920+
"allPublicClasses": true
16921+
},
1685016922
{
1685116923
"name": "com.google.cloud.aiplatform.v1.RebaseTunedModelOperationMetadata",
1685216924
"queryAllDeclaredConstructors": true,

java-aiplatform/google-cloud-aiplatform/src/main/resources/META-INF/native-image/com.google.cloud.aiplatform.v1beta1/reflect-config.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11762,6 +11762,24 @@
1176211762
"allDeclaredClasses": true,
1176311763
"allPublicClasses": true
1176411764
},
11765+
{
11766+
"name": "com.google.cloud.aiplatform.v1beta1.ImageConfig",
11767+
"queryAllDeclaredConstructors": true,
11768+
"queryAllPublicConstructors": true,
11769+
"queryAllDeclaredMethods": true,
11770+
"allPublicMethods": true,
11771+
"allDeclaredClasses": true,
11772+
"allPublicClasses": true
11773+
},
11774+
{
11775+
"name": "com.google.cloud.aiplatform.v1beta1.ImageConfig$Builder",
11776+
"queryAllDeclaredConstructors": true,
11777+
"queryAllPublicConstructors": true,
11778+
"queryAllDeclaredMethods": true,
11779+
"allPublicMethods": true,
11780+
"allDeclaredClasses": true,
11781+
"allPublicClasses": true
11782+
},
1176511783
{
1176611784
"name": "com.google.cloud.aiplatform.v1beta1.ImportDataConfig",
1176711785
"queryAllDeclaredConstructors": true,
@@ -21059,6 +21077,60 @@
2105921077
"allDeclaredClasses": true,
2106021078
"allPublicClasses": true
2106121079
},
21080+
{
21081+
"name": "com.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec$SourceCodeSpec",
21082+
"queryAllDeclaredConstructors": true,
21083+
"queryAllPublicConstructors": true,
21084+
"queryAllDeclaredMethods": true,
21085+
"allPublicMethods": true,
21086+
"allDeclaredClasses": true,
21087+
"allPublicClasses": true
21088+
},
21089+
{
21090+
"name": "com.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec$SourceCodeSpec$Builder",
21091+
"queryAllDeclaredConstructors": true,
21092+
"queryAllPublicConstructors": true,
21093+
"queryAllDeclaredMethods": true,
21094+
"allPublicMethods": true,
21095+
"allDeclaredClasses": true,
21096+
"allPublicClasses": true
21097+
},
21098+
{
21099+
"name": "com.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec$SourceCodeSpec$InlineSource",
21100+
"queryAllDeclaredConstructors": true,
21101+
"queryAllPublicConstructors": true,
21102+
"queryAllDeclaredMethods": true,
21103+
"allPublicMethods": true,
21104+
"allDeclaredClasses": true,
21105+
"allPublicClasses": true
21106+
},
21107+
{
21108+
"name": "com.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec$SourceCodeSpec$InlineSource$Builder",
21109+
"queryAllDeclaredConstructors": true,
21110+
"queryAllPublicConstructors": true,
21111+
"queryAllDeclaredMethods": true,
21112+
"allPublicMethods": true,
21113+
"allDeclaredClasses": true,
21114+
"allPublicClasses": true
21115+
},
21116+
{
21117+
"name": "com.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec$SourceCodeSpec$PythonSpec",
21118+
"queryAllDeclaredConstructors": true,
21119+
"queryAllPublicConstructors": true,
21120+
"queryAllDeclaredMethods": true,
21121+
"allPublicMethods": true,
21122+
"allDeclaredClasses": true,
21123+
"allPublicClasses": true
21124+
},
21125+
{
21126+
"name": "com.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec$SourceCodeSpec$PythonSpec$Builder",
21127+
"queryAllDeclaredConstructors": true,
21128+
"queryAllPublicConstructors": true,
21129+
"queryAllDeclaredMethods": true,
21130+
"allPublicMethods": true,
21131+
"allDeclaredClasses": true,
21132+
"allPublicClasses": true
21133+
},
2106221134
{
2106321135
"name": "com.google.cloud.aiplatform.v1beta1.RebaseTunedModelOperationMetadata",
2106421136
"queryAllDeclaredConstructors": true,

java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ReasoningEngineServiceClientTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public void createReasoningEngineTest() throws Exception {
120120
.setUpdateTime(Timestamp.newBuilder().build())
121121
.setEtag("etag3123477")
122122
.setEncryptionSpec(EncryptionSpec.newBuilder().build())
123+
.putAllLabels(new HashMap<String, String>())
123124
.build();
124125
Operation resultOperation =
125126
Operation.newBuilder()
@@ -179,6 +180,7 @@ public void createReasoningEngineTest2() throws Exception {
179180
.setUpdateTime(Timestamp.newBuilder().build())
180181
.setEtag("etag3123477")
181182
.setEncryptionSpec(EncryptionSpec.newBuilder().build())
183+
.putAllLabels(new HashMap<String, String>())
182184
.build();
183185
Operation resultOperation =
184186
Operation.newBuilder()
@@ -238,6 +240,7 @@ public void getReasoningEngineTest() throws Exception {
238240
.setUpdateTime(Timestamp.newBuilder().build())
239241
.setEtag("etag3123477")
240242
.setEncryptionSpec(EncryptionSpec.newBuilder().build())
243+
.putAllLabels(new HashMap<String, String>())
241244
.build();
242245
mockReasoningEngineService.addResponse(expectedResponse);
243246

@@ -286,6 +289,7 @@ public void getReasoningEngineTest2() throws Exception {
286289
.setUpdateTime(Timestamp.newBuilder().build())
287290
.setEtag("etag3123477")
288291
.setEncryptionSpec(EncryptionSpec.newBuilder().build())
292+
.putAllLabels(new HashMap<String, String>())
289293
.build();
290294
mockReasoningEngineService.addResponse(expectedResponse);
291295

@@ -422,6 +426,7 @@ public void updateReasoningEngineTest() throws Exception {
422426
.setUpdateTime(Timestamp.newBuilder().build())
423427
.setEtag("etag3123477")
424428
.setEncryptionSpec(EncryptionSpec.newBuilder().build())
429+
.putAllLabels(new HashMap<String, String>())
425430
.build();
426431
Operation resultOperation =
427432
Operation.newBuilder()

0 commit comments

Comments
 (0)