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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/[email protected].1
- uses: googleapis/sdk-platform-java/.github/[email protected].2
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
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.62.1
googleapis_commitish: 9978d435df71bb16ecadd1e4421640748d0bf533
libraries_bom_version: 26.67.0
gapic_generator_version: 2.62.2
googleapis_commitish: 3acfdb6166a7101691cdf812bf8f8a67a2084fde
libraries_bom_version: 26.68.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.67.0</version>
<version>26.68.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.74.0</version>
<version>2.75.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-accessapproval:2.74.0'
implementation 'com.google.cloud:google-cloud-accessapproval:2.75.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.74.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.75.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.74.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.75.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.67.0</version>
<version>26.68.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.74.0</version>
<version>1.75.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.74.0'
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.75.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.74.0"
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.75.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.74.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.75.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.67.0</version>
<version>26.68.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.32.0</version>
<version>0.33.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.api-ads:ad-manager:0.32.0'
implementation 'com.google.api-ads:ad-manager:0.33.0'
```

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

```Scala
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.32.0"
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.33.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.32.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.33.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.67.0</version>
<version>26.68.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.62.0</version>
<version>0.63.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.62.0'
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.63.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.62.0"
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.63.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.62.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.63.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.67.0</version>
<version>26.68.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.74.0</version>
<version>3.75.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:3.74.0'
implementation 'com.google.cloud:google-cloud-aiplatform:3.75.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.74.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.75.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.74.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.75.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 @@ -138,6 +138,7 @@ public void createEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -213,6 +214,7 @@ public void createEndpointTest2() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -288,6 +290,7 @@ public void createEndpointTest3() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -366,6 +369,7 @@ public void createEndpointTest4() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -444,6 +448,7 @@ public void getEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -510,6 +515,7 @@ public void getEndpointTest2() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -662,6 +668,7 @@ public void updateEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -729,6 +736,7 @@ public void updateEndpointLongRunningTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public void createEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -213,6 +214,7 @@ public void createEndpointTest2() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -288,6 +290,7 @@ public void createEndpointTest3() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -366,6 +369,7 @@ public void createEndpointTest4() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -444,6 +448,7 @@ public void getEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -510,6 +515,7 @@ public void getEndpointTest2() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -662,6 +668,7 @@ public void updateEndpointTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
mockEndpointService.addResponse(expectedResponse);

Expand Down Expand Up @@ -729,6 +736,7 @@ public void updateEndpointLongRunningTest() throws Exception {
.setSatisfiesPzs(true)
.setSatisfiesPzi(true)
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
.setPrivateModelServerEnabled(true)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down
Loading
Loading