Skip to content

Commit 23eedb3

Browse files
authored
Merge branch 'main' into bump-firestore-3.43.1
2 parents 4436ac8 + c127538 commit 23eedb3

157 files changed

Lines changed: 48982 additions & 3077 deletions

File tree

Some content is hidden

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

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
googleapis_commitish: ff15be54722218705740b9fc6223d264c4cdb6dd
1+
googleapis_commitish: 05c4b6d37258ab81054529451cdf804f2918441f
22
libraries_bom_version: 26.83.0
33
is_monorepo: true
44
libraries:

google-cloud-jar-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>com.google.apis</groupId>
144144
<artifactId>google-api-services-bigquery</artifactId>
145-
<version>v2-rev20251012-2.0.0</version>
145+
<version>v2-rev20260429-2.0.0</version>
146146
</dependency>
147147

148148
</dependencies>

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

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,8 +1070,7 @@
10701070
* <tr>
10711071
* <td><p> ListLocations</td>
10721072
* <td><p> Lists information about the supported locations for this service.
1073-
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name] field:
1074-
* <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.
1073+
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: &#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.
10751074
* <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>
10761075
* <td>
10771076
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
@@ -8313,9 +8312,8 @@ public final UnaryCallable<GetChangelogRequest, Changelog> getChangelogCallable(
83138312
* Lists information about the supported locations for this service.
83148313
*
83158314
* <p>This method lists locations based on the resource scope provided inthe
8316-
* [ListLocationsRequest.name] field:
8317-
*
8318-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
8315+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
8316+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
83198317
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
83208318
* `name` follows the format`projects/{project}`, the method lists locations visible to
83218319
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
@@ -8359,9 +8357,8 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
83598357
* Lists information about the supported locations for this service.
83608358
*
83618359
* <p>This method lists locations based on the resource scope provided inthe
8362-
* [ListLocationsRequest.name] field:
8363-
*
8364-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
8360+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
8361+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
83658362
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
83668363
* `name` follows the format`projects/{project}`, the method lists locations visible to
83678364
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
@@ -8406,9 +8403,8 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
84068403
* Lists information about the supported locations for this service.
84078404
*
84088405
* <p>This method lists locations based on the resource scope provided inthe
8409-
* [ListLocationsRequest.name] field:
8410-
*
8411-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
8406+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
8407+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
84128408
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
84138409
* `name` follows the format`projects/{project}`, the method lists locations visible to
84148410
* thatspecific project. This includes public, private, or otherproject-specific locations enabled

0 commit comments

Comments
 (0)