Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.68.0
googleapis_commitish: dfcbe6807e8c0bb8d5abb2b5e875a2a03af8d874
googleapis_commitish: 7e8511aad98db8480de0fd594c1cfd09a32b1cf3
libraries_bom_version: 26.78.0
libraries:
- api_shortname: accessapproval
Expand Down
8 changes: 4 additions & 4 deletions java-biglake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-biglake</artifactId>
<version>0.75.0</version>
<version>0.76.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-biglake:0.75.0'
implementation 'com.google.cloud:google-cloud-biglake:0.76.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-biglake" % "0.75.0"
libraryDependencies += "com.google.cloud" % "google-cloud-biglake" % "0.76.0"
```

## Authentication
Expand Down Expand Up @@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-biglake/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-biglake.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-biglake/0.75.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-biglake/0.76.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
8 changes: 4 additions & 4 deletions java-ces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-ces</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-ces:0.3.0'
implementation 'com.google.cloud:google-cloud-ces:0.4.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-ces" % "0.3.0"
libraryDependencies += "com.google.cloud" % "google-cloud-ces" % "0.4.0"
```

## Authentication
Expand Down Expand Up @@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-ces/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-ces.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ces/0.3.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ces/0.4.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 @@ -1049,8 +1049,10 @@
* </tr>
* <tr>
* <td><p> ListLocations</td>
* <td><p> Lists information about the supported locations for this service.This method can be called in two ways:
* <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>
* <td><p> Lists information about the supported locations for this service.
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name] field:
* <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.
* <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>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand Down Expand Up @@ -1998,6 +2000,8 @@ public final OperationFuture<ExportAppResponse, OperationMetadata> exportAppAsyn
* ExportAppRequest.newBuilder()
* .setName(AppName.of("[PROJECT]", "[LOCATION]", "[APP]").toString())
* .setGcsUri("gcsUri-1251224875")
* .setAppVersion(
* AppVersionName.of("[PROJECT]", "[LOCATION]", "[APP]", "[VERSION]").toString())
* .build();
* ExportAppResponse response = agentServiceClient.exportAppAsync(request).get();
* }
Expand Down Expand Up @@ -2028,6 +2032,8 @@ public final OperationFuture<ExportAppResponse, OperationMetadata> exportAppAsyn
* ExportAppRequest.newBuilder()
* .setName(AppName.of("[PROJECT]", "[LOCATION]", "[APP]").toString())
* .setGcsUri("gcsUri-1251224875")
* .setAppVersion(
* AppVersionName.of("[PROJECT]", "[LOCATION]", "[APP]", "[VERSION]").toString())
* .build();
* OperationFuture<ExportAppResponse, OperationMetadata> future =
* agentServiceClient.exportAppOperationCallable().futureCall(request);
Expand Down Expand Up @@ -2058,6 +2064,8 @@ public final OperationFuture<ExportAppResponse, OperationMetadata> exportAppAsyn
* ExportAppRequest.newBuilder()
* .setName(AppName.of("[PROJECT]", "[LOCATION]", "[APP]").toString())
* .setGcsUri("gcsUri-1251224875")
* .setAppVersion(
* AppVersionName.of("[PROJECT]", "[LOCATION]", "[APP]", "[VERSION]").toString())
* .build();
* ApiFuture<Operation> future = agentServiceClient.exportAppCallable().futureCall(request);
* // Do something.
Expand Down Expand Up @@ -8087,13 +8095,20 @@ public final UnaryCallable<GetChangelogRequest, Changelog> getChangelogCallable(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Lists information about the supported locations for this service.This method can be called in
* two ways:
* Lists information about the supported locations for this service.
*
* <p>This method lists locations based on the resource scope provided inthe
* [ListLocationsRequest.name] field:
*
* <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.
*
* <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.
* <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.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -8126,13 +8141,20 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Lists information about the supported locations for this service.This method can be called in
* two ways:
* Lists information about the supported locations for this service.
*
* <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.
* <p>This method lists locations based on the resource scope provided inthe
* [ListLocationsRequest.name] field:
*
* <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.
*
* <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.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -8166,13 +8188,20 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Lists information about the supported locations for this service.This method can be called in
* two ways:
* Lists information about the supported locations for this service.
*
* <p>This method lists locations based on the resource scope provided inthe
* [ListLocationsRequest.name] field:
*
* <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.
*
* <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.
* <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.
*
* <p>Sample code:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,10 @@
* </tr>
* <tr>
* <td><p> ListLocations</td>
* <td><p> Lists information about the supported locations for this service.This method can be called in two ways:
* <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>
* <td><p> Lists information about the supported locations for this service.
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name] field:
* <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.
* <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>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand Down Expand Up @@ -5398,13 +5400,20 @@ public final TestPersonaVoiceResponse testPersonaVoice(TestPersonaVoiceRequest r

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Lists information about the supported locations for this service.This method can be called in
* two ways:
* Lists information about the supported locations for this service.
*
* <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.
* <p>This method lists locations based on the resource scope provided inthe
* [ListLocationsRequest.name] field:
*
* <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.
*
* <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.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -5437,13 +5446,20 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Lists information about the supported locations for this service.This method can be called in
* two ways:
* Lists information about the supported locations for this service.
*
* <p>This method lists locations based on the resource scope provided inthe
* [ListLocationsRequest.name] field:
*
* <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.
* <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.
*
* <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.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -5477,13 +5493,20 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Lists information about the supported locations for this service.This method can be called in
* two ways:
* Lists information about the supported locations for this service.
*
* <p>This method lists locations based on the resource scope provided inthe
* [ListLocationsRequest.name] field:
*
* <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.
*
* <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.
* <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.
*
* <p>Sample code:
*
Expand Down
Loading
Loading