Skip to content

Commit 4c2dc69

Browse files
chore: Update generation configuration at Tue Jun 3 02:32:30 UTC 2025 (#11595)
* chore: Update generation configuration at Sat May 24 02:30:23 UTC 2025 * chore: generate libraries at Sat May 24 02:32:39 UTC 2025 * chore: Update generation configuration at Tue May 27 02:31:46 UTC 2025 * chore: generate libraries at Tue May 27 02:33:57 UTC 2025 * chore: Update generation configuration at Wed May 28 02:31:58 UTC 2025 * chore: generate libraries at Wed May 28 02:34:09 UTC 2025 * chore: Update generation configuration at Thu May 29 02:31:56 UTC 2025 * chore: generate libraries at Thu May 29 02:34:08 UTC 2025 * chore: Update generation configuration at Sat May 31 02:31:07 UTC 2025 * chore: generate libraries at Sat May 31 02:33:20 UTC 2025 * chore: Update generation configuration at Sun Jun 1 02:44:13 UTC 2025 * chore: Update generation configuration at Tue Jun 3 02:32:30 UTC 2025 * chore: generate libraries at Tue Jun 3 02:34:51 UTC 2025
1 parent ab263bc commit 4c2dc69

File tree

748 files changed

+122917
-16818
lines changed

Some content is hidden

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

748 files changed

+122917
-16818
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.59.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.58.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,6 +1,6 @@
11
gapic_generator_version: 2.58.0
2-
googleapis_commitish: fa3a7b6b12a521d51592417c1dca174dbb17cfe2
3-
libraries_bom_version: 26.60.0
2+
googleapis_commitish: 5e49af896d45b0a0aa06de04354db58c05c79aca
3+
libraries_bom_version: 26.61.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.60.0</version>
23+
<version>26.61.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.63.0</version>
45+
<version>2.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-accessapproval:2.63.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.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-accessapproval" % "2.63.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.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-accessapproval.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.63.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.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-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.60.0</version>
23+
<version>26.61.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.63.0</version>
45+
<version>1.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-identity-accesscontextmanager:1.63.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.64.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.63.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.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-identity-accesscontextmanager.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.63.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.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-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.60.0</version>
26+
<version>26.61.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.21.0</version>
48+
<version>0.22.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.21.0'
55+
implementation 'com.google.api-ads:ad-manager:0.22.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.21.0"
61+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.22.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.21.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.22.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.60.0</version>
23+
<version>26.61.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.51.0</version>
45+
<version>0.52.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.51.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.52.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.51.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.52.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.51.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.52.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: 1 addition & 1 deletion
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.60.0</version>
23+
<version>26.61.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexServiceClient.java

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,21 @@
117117
* </td>
118118
* </tr>
119119
* <tr>
120+
* <td><p> ImportIndex</td>
121+
* <td><p> Imports an Index from an external source (e.g., BigQuery).</td>
122+
* <td>
123+
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
124+
* <ul>
125+
* <li><p> importIndexAsync(ImportIndexRequest request)
126+
* </ul>
127+
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
128+
* <ul>
129+
* <li><p> importIndexOperationCallable()
130+
* <li><p> importIndexCallable()
131+
* </ul>
132+
* </td>
133+
* </tr>
134+
* <tr>
120135
* <td><p> ListIndexes</td>
121136
* <td><p> Lists Indexes in a Location.</td>
122137
* <td>
@@ -641,6 +656,97 @@ public final UnaryCallable<GetIndexRequest, Index> getIndexCallable() {
641656
return stub.getIndexCallable();
642657
}
643658

659+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
660+
/**
661+
* Imports an Index from an external source (e.g., BigQuery).
662+
*
663+
* <p>Sample code:
664+
*
665+
* <pre>{@code
666+
* // This snippet has been automatically generated and should be regarded as a code template only.
667+
* // It will require modifications to work:
668+
* // - It may require correct/in-range values for request initialization.
669+
* // - It may require specifying regional endpoints when creating the service client as shown in
670+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
671+
* try (IndexServiceClient indexServiceClient = IndexServiceClient.create()) {
672+
* ImportIndexRequest request =
673+
* ImportIndexRequest.newBuilder()
674+
* .setName(IndexName.of("[PROJECT]", "[LOCATION]", "[INDEX]").toString())
675+
* .setIsCompleteOverwrite(true)
676+
* .setConfig(ImportIndexRequest.ConnectorConfig.newBuilder().build())
677+
* .build();
678+
* Index response = indexServiceClient.importIndexAsync(request).get();
679+
* }
680+
* }</pre>
681+
*
682+
* @param request The request object containing all of the parameters for the API call.
683+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
684+
*/
685+
public final OperationFuture<Index, ImportIndexOperationMetadata> importIndexAsync(
686+
ImportIndexRequest request) {
687+
return importIndexOperationCallable().futureCall(request);
688+
}
689+
690+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
691+
/**
692+
* Imports an Index from an external source (e.g., BigQuery).
693+
*
694+
* <p>Sample code:
695+
*
696+
* <pre>{@code
697+
* // This snippet has been automatically generated and should be regarded as a code template only.
698+
* // It will require modifications to work:
699+
* // - It may require correct/in-range values for request initialization.
700+
* // - It may require specifying regional endpoints when creating the service client as shown in
701+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
702+
* try (IndexServiceClient indexServiceClient = IndexServiceClient.create()) {
703+
* ImportIndexRequest request =
704+
* ImportIndexRequest.newBuilder()
705+
* .setName(IndexName.of("[PROJECT]", "[LOCATION]", "[INDEX]").toString())
706+
* .setIsCompleteOverwrite(true)
707+
* .setConfig(ImportIndexRequest.ConnectorConfig.newBuilder().build())
708+
* .build();
709+
* OperationFuture<Index, ImportIndexOperationMetadata> future =
710+
* indexServiceClient.importIndexOperationCallable().futureCall(request);
711+
* // Do something.
712+
* Index response = future.get();
713+
* }
714+
* }</pre>
715+
*/
716+
public final OperationCallable<ImportIndexRequest, Index, ImportIndexOperationMetadata>
717+
importIndexOperationCallable() {
718+
return stub.importIndexOperationCallable();
719+
}
720+
721+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
722+
/**
723+
* Imports an Index from an external source (e.g., BigQuery).
724+
*
725+
* <p>Sample code:
726+
*
727+
* <pre>{@code
728+
* // This snippet has been automatically generated and should be regarded as a code template only.
729+
* // It will require modifications to work:
730+
* // - It may require correct/in-range values for request initialization.
731+
* // - It may require specifying regional endpoints when creating the service client as shown in
732+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
733+
* try (IndexServiceClient indexServiceClient = IndexServiceClient.create()) {
734+
* ImportIndexRequest request =
735+
* ImportIndexRequest.newBuilder()
736+
* .setName(IndexName.of("[PROJECT]", "[LOCATION]", "[INDEX]").toString())
737+
* .setIsCompleteOverwrite(true)
738+
* .setConfig(ImportIndexRequest.ConnectorConfig.newBuilder().build())
739+
* .build();
740+
* ApiFuture<Operation> future = indexServiceClient.importIndexCallable().futureCall(request);
741+
* // Do something.
742+
* Operation response = future.get();
743+
* }
744+
* }</pre>
745+
*/
746+
public final UnaryCallable<ImportIndexRequest, Operation> importIndexCallable() {
747+
return stub.importIndexCallable();
748+
}
749+
644750
// AUTO-GENERATED DOCUMENTATION AND METHOD.
645751
/**
646752
* Lists Indexes in a Location.

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/IndexServiceSettings.java

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,17 @@ public UnaryCallSettings<GetIndexRequest, Index> getIndexSettings() {
141141
return ((IndexServiceStubSettings) getStubSettings()).getIndexSettings();
142142
}
143143

144+
/** Returns the object with the settings used for calls to importIndex. */
145+
public UnaryCallSettings<ImportIndexRequest, Operation> importIndexSettings() {
146+
return ((IndexServiceStubSettings) getStubSettings()).importIndexSettings();
147+
}
148+
149+
/** Returns the object with the settings used for calls to importIndex. */
150+
public OperationCallSettings<ImportIndexRequest, Index, ImportIndexOperationMetadata>
151+
importIndexOperationSettings() {
152+
return ((IndexServiceStubSettings) getStubSettings()).importIndexOperationSettings();
153+
}
154+
144155
/** Returns the object with the settings used for calls to listIndexes. */
145156
public PagedCallSettings<ListIndexesRequest, ListIndexesResponse, ListIndexesPagedResponse>
146157
listIndexesSettings() {
@@ -320,6 +331,17 @@ public UnaryCallSettings.Builder<GetIndexRequest, Index> getIndexSettings() {
320331
return getStubSettingsBuilder().getIndexSettings();
321332
}
322333

334+
/** Returns the builder for the settings used for calls to importIndex. */
335+
public UnaryCallSettings.Builder<ImportIndexRequest, Operation> importIndexSettings() {
336+
return getStubSettingsBuilder().importIndexSettings();
337+
}
338+
339+
/** Returns the builder for the settings used for calls to importIndex. */
340+
public OperationCallSettings.Builder<ImportIndexRequest, Index, ImportIndexOperationMetadata>
341+
importIndexOperationSettings() {
342+
return getStubSettingsBuilder().importIndexOperationSettings();
343+
}
344+
323345
/** Returns the builder for the settings used for calls to listIndexes. */
324346
public PagedCallSettings.Builder<
325347
ListIndexesRequest, ListIndexesResponse, ListIndexesPagedResponse>

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/gapic_metadata.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,9 @@
787787
"GetLocation": {
788788
"methods": ["getLocation", "getLocationCallable"]
789789
},
790+
"ImportIndex": {
791+
"methods": ["importIndexAsync", "importIndexOperationCallable", "importIndexCallable"]
792+
},
790793
"ListIndexes": {
791794
"methods": ["listIndexes", "listIndexes", "listIndexes", "listIndexesPagedCallable", "listIndexesCallable"]
792795
},

0 commit comments

Comments
 (0)