Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb9536e

Browse files
chore: Update generation configuration at Fri Dec 13 16:02:15 UTC 2024 (#11311)
* chore: Update generation configuration at Sat Nov 16 02:25:47 UTC 2024* chore: Update generation configuration at Mon Nov 18 02:27:52 UTC 2024* chore: Update generation configuration at Tue Nov 19 02:26:53 UTC 2024* chore: generate libraries at Tue Nov 19 02:30:20 UTC 2024* chore: Update generation configuration at Wed Nov 20 02:26:27 UTC 2024* chore: generate libraries at Wed Nov 20 02:29:57 UTC 2024* chore: Update generation configuration at Thu Nov 21 02:26:23 UTC 2024* chore: generate libraries at Thu Nov 21 02:30:04 UTC 2024* chore: Update generation configuration at Fri Nov 22 02:27:03 UTC 2024* chore: generate libraries at Fri Nov 22 02:30:33 UTC 2024* chore: Update generation configuration at Sat Nov 23 02:24:58 UTC 2024* chore: generate libraries at Sat Nov 23 02:29:08 UTC 2024* chore: Update generation configuration at Tue Nov 26 02:27:17 UTC 2024* chore: generate libraries at Tue Nov 26 02:30:47 UTC 2024* chore: Update generation configuration at Tue Nov 26 14:59:14 UTC 2024* chore: generate libraries at Tue Nov 26 15:02:40 UTC 2024* chore: Update generation configuration at Wed Nov 27 02:28:07 UTC 2024* chore: generate libraries at Wed Nov 27 02:31:34 UTC 2024* chore: Update generation configuration at Thu Nov 28 02:27:48 UTC 2024* chore: generate libraries at Thu Nov 28 02:31:15 UTC 2024* chore: Update generation configuration at Fri Nov 29 02:27:51 UTC 2024* chore: generate libraries at Fri Nov 29 02:31:17 UTC 2024* chore: Update generation configuration at Tue Dec 3 02:28:30 UTC 2024* chore: generate libraries at Tue Dec 3 02:32:02 UTC 2024* chore: Update generation configuration at Wed Dec 4 02:28:42 UTC 2024* chore: generate libraries at Wed Dec 4 02:32:36 UTC 2024* chore: Update generation configuration at Thu Dec 5 02:28:49 UTC 2024* chore: generate libraries at Thu Dec 5 02:32:21 UTC 2024* chore: Update generation configuration at Fri Dec 6 02:28:13 UTC 2024* chore: Update generation configuration at Sat Dec 7 02:27:42 UTC 2024* chore: Update generation configuration at Tue Dec 10 02:29:13 UTC 2024* chore: Update generation configuration at Wed Dec 11 02:28:26 UTC 2024* chore: Update generation configuration at Thu Dec 12 02:28:20 UTC 2024* chore: Update generation configuration at Fri Dec 13 02:29:03 UTC 2024* chore: generate libraries at Fri Dec 13 02:32:34 UTC 2024* chore: Update generation configuration at Fri Dec 13 16:02:15 UTC 2024---------Co-authored-by: Joe Wang <joewa@google.com>
1 parent430a8de commitbb9536e

File tree

1,568 files changed

+386482
-35182
lines changed

Some content is hidden

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

1,568 files changed

+386482
-35182
lines changed

‎generation_config.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version:2.50.0
2-
googleapis_commitish:14e5759e6036ea42178a7e9cf2490d72cb6813a2
3-
libraries_bom_version:26.50.0
1+
gapic_generator_version:2.51.0
2+
googleapis_commitish:7d0c6bee2517d77635beb2a1dd6d6e7d4d943512
3+
libraries_bom_version:26.51.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.50.0</version>
23+
<version>26.51.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.54.0</version>
45+
<version>2.55.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.54.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.55.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.54.0"
58+
libraryDependencies+="com.google.cloud"%"google-cloud-accessapproval"%"2.55.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.54.0
197+
[maven-version-link]:https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.55.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.50.0</version>
23+
<version>26.51.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.54.0</version>
45+
<version>1.55.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.54.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.55.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.54.0"
58+
libraryDependencies+="com.google.cloud"%"google-identity-accesscontextmanager"%"1.55.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.54.0
197+
[maven-version-link]:https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.55.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.50.0</version>
26+
<version>26.51.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.12.0</version>
48+
<version>0.13.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.12.0'
55+
implementation 'com.google.api-ads:ad-manager:0.13.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.12.0"
61+
libraryDependencies+="com.google.api-ads"%"ad-manager"%"0.13.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.12.0
203+
[maven-version-link]:https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.13.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.50.0</version>
23+
<version>26.51.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.42.0</version>
45+
<version>0.43.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.42.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.43.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.42.0"
58+
libraryDependencies+="com.google.cloud"%"google-cloud-advisorynotifications"%"0.43.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.42.0
197+
[maven-version-link]:https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.43.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.50.0</version>
23+
<version>26.51.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.54.0</version>
45+
<version>3.55.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.54.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.55.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.54.0"
58+
libraryDependencies+="com.google.cloud"%"google-cloud-aiplatform"%"3.55.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.54.0
197+
[maven-version-link]:https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.55.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/java/com/google/cloud/aiplatform/v1/EndpointServiceClient.java‎

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,25 @@
159159
* </td>
160160
* </tr>
161161
* <tr>
162+
* <td><p> UpdateEndpointLongRunning</td>
163+
* <td><p> Updates an Endpoint with a long running operation.</td>
164+
* <td>
165+
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
166+
* <ul>
167+
* <li><p> updateEndpointLongRunningAsync(UpdateEndpointLongRunningRequest request)
168+
* </ul>
169+
* <p>Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.</p>
170+
* <ul>
171+
* <li><p> updateEndpointLongRunningAsync(Endpoint endpoint)
172+
* </ul>
173+
* <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>
174+
* <ul>
175+
* <li><p> updateEndpointLongRunningOperationCallable()
176+
* <li><p> updateEndpointLongRunningCallable()
177+
* </ul>
178+
* </td>
179+
* </tr>
180+
* <tr>
162181
* <td><p> DeleteEndpoint</td>
163182
* <td><p> Deletes an Endpoint.</td>
164183
* <td>
@@ -1047,6 +1066,124 @@ public final UnaryCallable<UpdateEndpointRequest, Endpoint> updateEndpointCallab
10471066
returnstub.updateEndpointCallable();
10481067
}
10491068

1069+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1070+
/**
1071+
* Updates an Endpoint with a long running operation.
1072+
*
1073+
* <p>Sample code:
1074+
*
1075+
* <pre>{@code
1076+
* // This snippet has been automatically generated and should be regarded as a code template only.
1077+
* // It will require modifications to work:
1078+
* // - It may require correct/in-range values for request initialization.
1079+
* // - It may require specifying regional endpoints when creating the service client as shown in
1080+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
1081+
* try (EndpointServiceClient endpointServiceClient = EndpointServiceClient.create()) {
1082+
* Endpoint endpoint = Endpoint.newBuilder().build();
1083+
* Endpoint response = endpointServiceClient.updateEndpointLongRunningAsync(endpoint).get();
1084+
* }
1085+
* }</pre>
1086+
*
1087+
* @param endpoint Required. The Endpoint which replaces the resource on the server. Currently we
1088+
* only support updating the `client_connection_config` field, all the other fields' update
1089+
* will be blocked.
1090+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1091+
*/
1092+
publicfinalOperationFuture<Endpoint,UpdateEndpointOperationMetadata>
1093+
updateEndpointLongRunningAsync(Endpointendpoint) {
1094+
UpdateEndpointLongRunningRequestrequest =
1095+
UpdateEndpointLongRunningRequest.newBuilder().setEndpoint(endpoint).build();
1096+
returnupdateEndpointLongRunningAsync(request);
1097+
}
1098+
1099+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1100+
/**
1101+
* Updates an Endpoint with a long running operation.
1102+
*
1103+
* <p>Sample code:
1104+
*
1105+
* <pre>{@code
1106+
* // This snippet has been automatically generated and should be regarded as a code template only.
1107+
* // It will require modifications to work:
1108+
* // - It may require correct/in-range values for request initialization.
1109+
* // - It may require specifying regional endpoints when creating the service client as shown in
1110+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
1111+
* try (EndpointServiceClient endpointServiceClient = EndpointServiceClient.create()) {
1112+
* UpdateEndpointLongRunningRequest request =
1113+
* UpdateEndpointLongRunningRequest.newBuilder()
1114+
* .setEndpoint(Endpoint.newBuilder().build())
1115+
* .build();
1116+
* Endpoint response = endpointServiceClient.updateEndpointLongRunningAsync(request).get();
1117+
* }
1118+
* }</pre>
1119+
*
1120+
* @param request The request object containing all of the parameters for the API call.
1121+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1122+
*/
1123+
publicfinalOperationFuture<Endpoint,UpdateEndpointOperationMetadata>
1124+
updateEndpointLongRunningAsync(UpdateEndpointLongRunningRequestrequest) {
1125+
returnupdateEndpointLongRunningOperationCallable().futureCall(request);
1126+
}
1127+
1128+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1129+
/**
1130+
* Updates an Endpoint with a long running operation.
1131+
*
1132+
* <p>Sample code:
1133+
*
1134+
* <pre>{@code
1135+
* // This snippet has been automatically generated and should be regarded as a code template only.
1136+
* // It will require modifications to work:
1137+
* // - It may require correct/in-range values for request initialization.
1138+
* // - It may require specifying regional endpoints when creating the service client as shown in
1139+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
1140+
* try (EndpointServiceClient endpointServiceClient = EndpointServiceClient.create()) {
1141+
* UpdateEndpointLongRunningRequest request =
1142+
* UpdateEndpointLongRunningRequest.newBuilder()
1143+
* .setEndpoint(Endpoint.newBuilder().build())
1144+
* .build();
1145+
* OperationFuture<Endpoint, UpdateEndpointOperationMetadata> future =
1146+
* endpointServiceClient.updateEndpointLongRunningOperationCallable().futureCall(request);
1147+
* // Do something.
1148+
* Endpoint response = future.get();
1149+
* }
1150+
* }</pre>
1151+
*/
1152+
publicfinalOperationCallable<
1153+
UpdateEndpointLongRunningRequest,Endpoint,UpdateEndpointOperationMetadata>
1154+
updateEndpointLongRunningOperationCallable() {
1155+
returnstub.updateEndpointLongRunningOperationCallable();
1156+
}
1157+
1158+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1159+
/**
1160+
* Updates an Endpoint with a long running operation.
1161+
*
1162+
* <p>Sample code:
1163+
*
1164+
* <pre>{@code
1165+
* // This snippet has been automatically generated and should be regarded as a code template only.
1166+
* // It will require modifications to work:
1167+
* // - It may require correct/in-range values for request initialization.
1168+
* // - It may require specifying regional endpoints when creating the service client as shown in
1169+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
1170+
* try (EndpointServiceClient endpointServiceClient = EndpointServiceClient.create()) {
1171+
* UpdateEndpointLongRunningRequest request =
1172+
* UpdateEndpointLongRunningRequest.newBuilder()
1173+
* .setEndpoint(Endpoint.newBuilder().build())
1174+
* .build();
1175+
* ApiFuture<Operation> future =
1176+
* endpointServiceClient.updateEndpointLongRunningCallable().futureCall(request);
1177+
* // Do something.
1178+
* Operation response = future.get();
1179+
* }
1180+
* }</pre>
1181+
*/
1182+
publicfinalUnaryCallable<UpdateEndpointLongRunningRequest,Operation>
1183+
updateEndpointLongRunningCallable() {
1184+
returnstub.updateEndpointLongRunningCallable();
1185+
}
1186+
10501187
// AUTO-GENERATED DOCUMENTATION AND METHOD.
10511188
/**
10521189
* Deletes an Endpoint.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp