Skip to content

Commit

Permalink
chore: Update generation configuration at Fri Dec 13 16:02:15 UTC 2024 (
Browse files Browse the repository at this point in the history
#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 <[email protected]>
  • Loading branch information
cloud-java-bot and JoeWang1127 authored Dec 13, 2024
1 parent 430a8de commit bb9536e
Show file tree
Hide file tree
Showing 1,568 changed files with 386,482 additions and 35,182 deletions.
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.50.0
googleapis_commitish: 14e5759e6036ea42178a7e9cf2490d72cb6813a2
libraries_bom_version: 26.50.0
gapic_generator_version: 2.51.0
googleapis_commitish: 7d0c6bee2517d77635beb2a1dd6d6e7d4d943512
libraries_bom_version: 26.51.0

# the libraries are ordered with respect to library name, which is
# java-{library.library_name} or java-{library.api-shortname} when
Expand Down
10 changes: 5 additions & 5 deletions java-accessapproval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.50.0</version>
<version>26.51.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval</artifactId>
<version>2.54.0</version>
<version>2.55.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-accessapproval:2.54.0'
implementation 'com.google.cloud:google-cloud-accessapproval:2.55.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.54.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.55.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.54.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.55.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-accesscontextmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.50.0</version>
<version>26.51.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-identity-accesscontextmanager</artifactId>
<version>1.54.0</version>
<version>1.55.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.54.0'
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.55.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.54.0"
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.55.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.54.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.55.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-admanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.50.0</version>
<version>26.51.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ad-manager</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.api-ads:ad-manager:0.12.0'
implementation 'com.google.api-ads:ad-manager:0.13.0'
```

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

```Scala
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.12.0"
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.13.0"
```

## Authentication
Expand Down Expand Up @@ -200,7 +200,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.12.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.13.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-advisorynotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.50.0</version>
<version>26.51.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-advisorynotifications</artifactId>
<version>0.42.0</version>
<version>0.43.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.42.0'
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.43.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.42.0"
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.43.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.42.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.43.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-aiplatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.50.0</version>
<version>26.51.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.54.0</version>
<version>3.55.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:3.54.0'
implementation 'com.google.cloud:google-cloud-aiplatform:3.55.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.54.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.55.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.54.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.55.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,25 @@
* </td>
* </tr>
* <tr>
* <td><p> UpdateEndpointLongRunning</td>
* <td><p> Updates an Endpoint with a long running operation.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
* <li><p> updateEndpointLongRunningAsync(UpdateEndpointLongRunningRequest request)
* </ul>
* <p>Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.</p>
* <ul>
* <li><p> updateEndpointLongRunningAsync(Endpoint endpoint)
* </ul>
* <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>
* <ul>
* <li><p> updateEndpointLongRunningOperationCallable()
* <li><p> updateEndpointLongRunningCallable()
* </ul>
* </td>
* </tr>
* <tr>
* <td><p> DeleteEndpoint</td>
* <td><p> Deletes an Endpoint.</td>
* <td>
Expand Down Expand Up @@ -1047,6 +1066,124 @@ public final UnaryCallable<UpdateEndpointRequest, Endpoint> updateEndpointCallab
return stub.updateEndpointCallable();
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Updates an Endpoint with a long running operation.
*
* <p>Sample code:
*
* <pre>{@code
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - It may require correct/in-range values for request initialization.
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (EndpointServiceClient endpointServiceClient = EndpointServiceClient.create()) {
* Endpoint endpoint = Endpoint.newBuilder().build();
* Endpoint response = endpointServiceClient.updateEndpointLongRunningAsync(endpoint).get();
* }
* }</pre>
*
* @param endpoint Required. The Endpoint which replaces the resource on the server. Currently we
* only support updating the `client_connection_config` field, all the other fields' update
* will be blocked.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<Endpoint, UpdateEndpointOperationMetadata>
updateEndpointLongRunningAsync(Endpoint endpoint) {
UpdateEndpointLongRunningRequest request =
UpdateEndpointLongRunningRequest.newBuilder().setEndpoint(endpoint).build();
return updateEndpointLongRunningAsync(request);
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Updates an Endpoint with a long running operation.
*
* <p>Sample code:
*
* <pre>{@code
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - It may require correct/in-range values for request initialization.
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (EndpointServiceClient endpointServiceClient = EndpointServiceClient.create()) {
* UpdateEndpointLongRunningRequest request =
* UpdateEndpointLongRunningRequest.newBuilder()
* .setEndpoint(Endpoint.newBuilder().build())
* .build();
* Endpoint response = endpointServiceClient.updateEndpointLongRunningAsync(request).get();
* }
* }</pre>
*
* @param request The request object containing all of the parameters for the API call.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<Endpoint, UpdateEndpointOperationMetadata>
updateEndpointLongRunningAsync(UpdateEndpointLongRunningRequest request) {
return updateEndpointLongRunningOperationCallable().futureCall(request);
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Updates an Endpoint with a long running operation.
*
* <p>Sample code:
*
* <pre>{@code
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - It may require correct/in-range values for request initialization.
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (EndpointServiceClient endpointServiceClient = EndpointServiceClient.create()) {
* UpdateEndpointLongRunningRequest request =
* UpdateEndpointLongRunningRequest.newBuilder()
* .setEndpoint(Endpoint.newBuilder().build())
* .build();
* OperationFuture<Endpoint, UpdateEndpointOperationMetadata> future =
* endpointServiceClient.updateEndpointLongRunningOperationCallable().futureCall(request);
* // Do something.
* Endpoint response = future.get();
* }
* }</pre>
*/
public final OperationCallable<
UpdateEndpointLongRunningRequest, Endpoint, UpdateEndpointOperationMetadata>
updateEndpointLongRunningOperationCallable() {
return stub.updateEndpointLongRunningOperationCallable();
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Updates an Endpoint with a long running operation.
*
* <p>Sample code:
*
* <pre>{@code
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - It may require correct/in-range values for request initialization.
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (EndpointServiceClient endpointServiceClient = EndpointServiceClient.create()) {
* UpdateEndpointLongRunningRequest request =
* UpdateEndpointLongRunningRequest.newBuilder()
* .setEndpoint(Endpoint.newBuilder().build())
* .build();
* ApiFuture<Operation> future =
* endpointServiceClient.updateEndpointLongRunningCallable().futureCall(request);
* // Do something.
* Operation response = future.get();
* }
* }</pre>
*/
public final UnaryCallable<UpdateEndpointLongRunningRequest, Operation>
updateEndpointLongRunningCallable() {
return stub.updateEndpointLongRunningCallable();
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Deletes an Endpoint.
Expand Down
Loading

0 comments on commit bb9536e

Please sign in to comment.