Skip to content

Commit 015d9a1

Browse files
chore: Update generation configuration at Fri Mar 20 02:55:28 UTC 2026 (#12120)
This pull request is generated with proto changes between [googleapis/googleapis@dfcbe68](googleapis/googleapis@dfcbe68) (exclusive) and [googleapis/googleapis@c063f49](googleapis/googleapis@c063f49) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT docs: [run] An existing repeated string field custom_audiences is marked deprecated for WorkerPools API PiperOrigin-RevId: 886276550 Source Link: [googleapis/googleapis@c063f49](googleapis/googleapis@c063f49) END_NESTED_COMMIT END_COMMIT_OVERRIDE --------- Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
1 parent cbb2a7a commit 015d9a1

File tree

141 files changed

+20249
-1835
lines changed

Some content is hidden

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

141 files changed

+20249
-1835
lines changed

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gapic_generator_version: 2.68.0
2-
googleapis_commitish: dfcbe6807e8c0bb8d5abb2b5e875a2a03af8d874
2+
googleapis_commitish: 7e8511aad98db8480de0fd594c1cfd09a32b1cf3
33
libraries_bom_version: 26.78.0
44
libraries:
55
- api_shortname: accessapproval

java-biglake/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-biglake</artifactId>
48-
<version>0.75.0</version>
48+
<version>0.76.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-biglake:0.75.0'
55+
implementation 'com.google.cloud:google-cloud-biglake:0.76.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-biglake" % "0.75.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-biglake" % "0.76.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-biglake/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-biglake.svg
184-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-biglake/0.75.0
184+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-biglake/0.76.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-ces/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-ces</artifactId>
48-
<version>0.3.0</version>
48+
<version>0.4.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-ces:0.3.0'
55+
implementation 'com.google.cloud:google-cloud-ces:0.4.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-ces" % "0.3.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-ces" % "0.4.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-ces/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-ces.svg
184-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ces/0.3.0
184+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ces/0.4.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-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1beta/AgentServiceClient.java

Lines changed: 49 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,8 +1049,10 @@
10491049
* </tr>
10501050
* <tr>
10511051
* <td><p> ListLocations</td>
1052-
* <td><p> Lists information about the supported locations for this service.This method can be called in two ways:
1053-
* <p> &#42; &#42;&#42;List all public locations:&#42;&#42; Use the path `GET /v1/locations`.&#42; &#42;&#42;List project-visible locations:&#42;&#42; Use the path`GET /v1/projects/{project_id}/locations`. This may include publiclocations as well as private or other locations specifically visibleto the project.</td>
1052+
* <td><p> Lists information about the supported locations for this service.
1053+
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name] field:
1054+
* <p> &#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If `name` follows the format`projects/{project}`, the method lists locations visible to thatspecific project. This includes public, private, or otherproject-specific locations enabled for the project.
1055+
* <p> For gRPC and client library implementations, the resource name ispassed as the `name` field. For direct service calls, the resourcename isincorporated into the request path based on the specific serviceimplementation and version.</td>
10541056
* <td>
10551057
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
10561058
* <ul>
@@ -1998,6 +2000,8 @@ public final OperationFuture<ExportAppResponse, OperationMetadata> exportAppAsyn
19982000
* ExportAppRequest.newBuilder()
19992001
* .setName(AppName.of("[PROJECT]", "[LOCATION]", "[APP]").toString())
20002002
* .setGcsUri("gcsUri-1251224875")
2003+
* .setAppVersion(
2004+
* AppVersionName.of("[PROJECT]", "[LOCATION]", "[APP]", "[VERSION]").toString())
20012005
* .build();
20022006
* ExportAppResponse response = agentServiceClient.exportAppAsync(request).get();
20032007
* }
@@ -2028,6 +2032,8 @@ public final OperationFuture<ExportAppResponse, OperationMetadata> exportAppAsyn
20282032
* ExportAppRequest.newBuilder()
20292033
* .setName(AppName.of("[PROJECT]", "[LOCATION]", "[APP]").toString())
20302034
* .setGcsUri("gcsUri-1251224875")
2035+
* .setAppVersion(
2036+
* AppVersionName.of("[PROJECT]", "[LOCATION]", "[APP]", "[VERSION]").toString())
20312037
* .build();
20322038
* OperationFuture<ExportAppResponse, OperationMetadata> future =
20332039
* agentServiceClient.exportAppOperationCallable().futureCall(request);
@@ -2058,6 +2064,8 @@ public final OperationFuture<ExportAppResponse, OperationMetadata> exportAppAsyn
20582064
* ExportAppRequest.newBuilder()
20592065
* .setName(AppName.of("[PROJECT]", "[LOCATION]", "[APP]").toString())
20602066
* .setGcsUri("gcsUri-1251224875")
2067+
* .setAppVersion(
2068+
* AppVersionName.of("[PROJECT]", "[LOCATION]", "[APP]", "[VERSION]").toString())
20612069
* .build();
20622070
* ApiFuture<Operation> future = agentServiceClient.exportAppCallable().futureCall(request);
20632071
* // Do something.
@@ -8087,13 +8095,20 @@ public final UnaryCallable<GetChangelogRequest, Changelog> getChangelogCallable(
80878095

80888096
// AUTO-GENERATED DOCUMENTATION AND METHOD.
80898097
/**
8090-
* Lists information about the supported locations for this service.This method can be called in
8091-
* two ways:
8098+
* Lists information about the supported locations for this service.
8099+
*
8100+
* <p>This method lists locations based on the resource scope provided inthe
8101+
* [ListLocationsRequest.name] field:
8102+
*
8103+
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
8104+
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
8105+
* `name` follows the format`projects/{project}`, the method lists locations visible to
8106+
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
8107+
* for the project.
80928108
*
8093-
* <p>&#42; &#42;&#42;List all public locations:&#42;&#42; Use the path `GET /v1/locations`.&#42;
8094-
* &#42;&#42;List project-visible locations:&#42;&#42; Use the path`GET
8095-
* /v1/projects/{project_id}/locations`. This may include publiclocations as well as private or
8096-
* other locations specifically visibleto the project.
8109+
* <p>For gRPC and client library implementations, the resource name ispassed as the `name` field.
8110+
* For direct service calls, the resourcename isincorporated into the request path based on the
8111+
* specific serviceimplementation and version.
80978112
*
80988113
* <p>Sample code:
80998114
*
@@ -8126,13 +8141,20 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
81268141

81278142
// AUTO-GENERATED DOCUMENTATION AND METHOD.
81288143
/**
8129-
* Lists information about the supported locations for this service.This method can be called in
8130-
* two ways:
8144+
* Lists information about the supported locations for this service.
81318145
*
8132-
* <p>&#42; &#42;&#42;List all public locations:&#42;&#42; Use the path `GET /v1/locations`.&#42;
8133-
* &#42;&#42;List project-visible locations:&#42;&#42; Use the path`GET
8134-
* /v1/projects/{project_id}/locations`. This may include publiclocations as well as private or
8135-
* other locations specifically visibleto the project.
8146+
* <p>This method lists locations based on the resource scope provided inthe
8147+
* [ListLocationsRequest.name] field:
8148+
*
8149+
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
8150+
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
8151+
* `name` follows the format`projects/{project}`, the method lists locations visible to
8152+
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
8153+
* for the project.
8154+
*
8155+
* <p>For gRPC and client library implementations, the resource name ispassed as the `name` field.
8156+
* For direct service calls, the resourcename isincorporated into the request path based on the
8157+
* specific serviceimplementation and version.
81368158
*
81378159
* <p>Sample code:
81388160
*
@@ -8166,13 +8188,20 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
81668188

81678189
// AUTO-GENERATED DOCUMENTATION AND METHOD.
81688190
/**
8169-
* Lists information about the supported locations for this service.This method can be called in
8170-
* two ways:
8191+
* Lists information about the supported locations for this service.
8192+
*
8193+
* <p>This method lists locations based on the resource scope provided inthe
8194+
* [ListLocationsRequest.name] field:
8195+
*
8196+
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
8197+
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
8198+
* `name` follows the format`projects/{project}`, the method lists locations visible to
8199+
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
8200+
* for the project.
81718201
*
8172-
* <p>&#42; &#42;&#42;List all public locations:&#42;&#42; Use the path `GET /v1/locations`.&#42;
8173-
* &#42;&#42;List project-visible locations:&#42;&#42; Use the path`GET
8174-
* /v1/projects/{project_id}/locations`. This may include publiclocations as well as private or
8175-
* other locations specifically visibleto the project.
8202+
* <p>For gRPC and client library implementations, the resource name ispassed as the `name` field.
8203+
* For direct service calls, the resourcename isincorporated into the request path based on the
8204+
* specific serviceimplementation and version.
81768205
*
81778206
* <p>Sample code:
81788207
*

java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1beta/EvaluationServiceClient.java

Lines changed: 43 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,10 @@
681681
* </tr>
682682
* <tr>
683683
* <td><p> ListLocations</td>
684-
* <td><p> Lists information about the supported locations for this service.This method can be called in two ways:
685-
* <p> &#42; &#42;&#42;List all public locations:&#42;&#42; Use the path `GET /v1/locations`.&#42; &#42;&#42;List project-visible locations:&#42;&#42; Use the path`GET /v1/projects/{project_id}/locations`. This may include publiclocations as well as private or other locations specifically visibleto the project.</td>
684+
* <td><p> Lists information about the supported locations for this service.
685+
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name] field:
686+
* <p> &#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If `name` follows the format`projects/{project}`, the method lists locations visible to thatspecific project. This includes public, private, or otherproject-specific locations enabled for the project.
687+
* <p> For gRPC and client library implementations, the resource name ispassed as the `name` field. For direct service calls, the resourcename isincorporated into the request path based on the specific serviceimplementation and version.</td>
686688
* <td>
687689
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
688690
* <ul>
@@ -5398,13 +5400,20 @@ public final TestPersonaVoiceResponse testPersonaVoice(TestPersonaVoiceRequest r
53985400

53995401
// AUTO-GENERATED DOCUMENTATION AND METHOD.
54005402
/**
5401-
* Lists information about the supported locations for this service.This method can be called in
5402-
* two ways:
5403+
* Lists information about the supported locations for this service.
54035404
*
5404-
* <p>&#42; &#42;&#42;List all public locations:&#42;&#42; Use the path `GET /v1/locations`.&#42;
5405-
* &#42;&#42;List project-visible locations:&#42;&#42; Use the path`GET
5406-
* /v1/projects/{project_id}/locations`. This may include publiclocations as well as private or
5407-
* other locations specifically visibleto the project.
5405+
* <p>This method lists locations based on the resource scope provided inthe
5406+
* [ListLocationsRequest.name] field:
5407+
*
5408+
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
5409+
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
5410+
* `name` follows the format`projects/{project}`, the method lists locations visible to
5411+
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
5412+
* for the project.
5413+
*
5414+
* <p>For gRPC and client library implementations, the resource name ispassed as the `name` field.
5415+
* For direct service calls, the resourcename isincorporated into the request path based on the
5416+
* specific serviceimplementation and version.
54085417
*
54095418
* <p>Sample code:
54105419
*
@@ -5437,13 +5446,20 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
54375446

54385447
// AUTO-GENERATED DOCUMENTATION AND METHOD.
54395448
/**
5440-
* Lists information about the supported locations for this service.This method can be called in
5441-
* two ways:
5449+
* Lists information about the supported locations for this service.
5450+
*
5451+
* <p>This method lists locations based on the resource scope provided inthe
5452+
* [ListLocationsRequest.name] field:
54425453
*
5443-
* <p>&#42; &#42;&#42;List all public locations:&#42;&#42; Use the path `GET /v1/locations`.&#42;
5444-
* &#42;&#42;List project-visible locations:&#42;&#42; Use the path`GET
5445-
* /v1/projects/{project_id}/locations`. This may include publiclocations as well as private or
5446-
* other locations specifically visibleto the project.
5454+
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
5455+
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
5456+
* `name` follows the format`projects/{project}`, the method lists locations visible to
5457+
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
5458+
* for the project.
5459+
*
5460+
* <p>For gRPC and client library implementations, the resource name ispassed as the `name` field.
5461+
* For direct service calls, the resourcename isincorporated into the request path based on the
5462+
* specific serviceimplementation and version.
54475463
*
54485464
* <p>Sample code:
54495465
*
@@ -5477,13 +5493,20 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
54775493

54785494
// AUTO-GENERATED DOCUMENTATION AND METHOD.
54795495
/**
5480-
* Lists information about the supported locations for this service.This method can be called in
5481-
* two ways:
5496+
* Lists information about the supported locations for this service.
5497+
*
5498+
* <p>This method lists locations based on the resource scope provided inthe
5499+
* [ListLocationsRequest.name] field:
5500+
*
5501+
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
5502+
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
5503+
* `name` follows the format`projects/{project}`, the method lists locations visible to
5504+
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
5505+
* for the project.
54825506
*
5483-
* <p>&#42; &#42;&#42;List all public locations:&#42;&#42; Use the path `GET /v1/locations`.&#42;
5484-
* &#42;&#42;List project-visible locations:&#42;&#42; Use the path`GET
5485-
* /v1/projects/{project_id}/locations`. This may include publiclocations as well as private or
5486-
* other locations specifically visibleto the project.
5507+
* <p>For gRPC and client library implementations, the resource name ispassed as the `name` field.
5508+
* For direct service calls, the resourcename isincorporated into the request path based on the
5509+
* specific serviceimplementation and version.
54875510
*
54885511
* <p>Sample code:
54895512
*

0 commit comments

Comments
 (0)