Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
39d5336
chore: Update generation configuration at Sat Aug 9 02:33:36 UTC 2025
cloud-java-bot Aug 9, 2025
db198ad
chore: generate libraries at Sat Aug 9 02:35:57 UTC 2025
cloud-java-bot Aug 9, 2025
89f3076
chore: Update generation configuration at Sun Aug 10 02:44:56 UTC 2025
cloud-java-bot Aug 10, 2025
7d08165
chore: Update generation configuration at Mon Aug 11 02:43:06 UTC 2025
cloud-java-bot Aug 11, 2025
f54fe1b
chore: generate libraries at Mon Aug 11 02:45:18 UTC 2025
cloud-java-bot Aug 11, 2025
f1e1e22
chore: merge main into generate-libraries-main
cloud-java-bot Aug 12, 2025
02aecd5
chore: Update generation configuration at Tue Aug 12 02:34:01 UTC 2025
cloud-java-bot Aug 12, 2025
5e5b510
chore: generate libraries at Tue Aug 12 02:36:22 UTC 2025
cloud-java-bot Aug 12, 2025
8b6a238
chore: merge main into generate-libraries-main
cloud-java-bot Aug 13, 2025
5f527f1
chore: Update generation configuration at Wed Aug 13 02:34:23 UTC 2025
cloud-java-bot Aug 13, 2025
a67d2ce
chore: generate libraries at Wed Aug 13 02:36:41 UTC 2025
cloud-java-bot Aug 13, 2025
7d665ad
chore: merge main into generate-libraries-main
cloud-java-bot Aug 14, 2025
bd8c546
chore: Update generation configuration at Thu Aug 14 02:36:21 UTC 2025
cloud-java-bot Aug 14, 2025
b7a8fc9
chore: generate libraries at Thu Aug 14 02:39:01 UTC 2025
cloud-java-bot Aug 14, 2025
c97a112
chore: Update generation configuration at Fri Aug 15 02:35:37 UTC 2025
cloud-java-bot Aug 15, 2025
bfa693f
chore: generate libraries at Fri Aug 15 02:37:54 UTC 2025
cloud-java-bot Aug 15, 2025
7ad9850
chore: Update generation configuration at Sat Aug 16 02:32:19 UTC 2025
cloud-java-bot Aug 16, 2025
47cbeb9
chore: generate libraries at Sat Aug 16 02:34:31 UTC 2025
cloud-java-bot Aug 16, 2025
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
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.61.0
googleapis_commitish: c5334a83d6966439a2273a4ef64e6779ffba97a1
libraries_bom_version: 26.65.0
googleapis_commitish: d869249c5d3da60af39dc7968140468ef7d1fdd6
libraries_bom_version: 26.66.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.65.0</version>
<version>26.66.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.71.0</version>
<version>2.73.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-accessapproval:2.71.0'
implementation 'com.google.cloud:google-cloud-accessapproval:2.73.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.71.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.73.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.71.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.73.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.65.0</version>
<version>26.66.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.71.0</version>
<version>1.73.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.71.0'
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.73.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.71.0"
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.73.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.71.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.73.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.65.0</version>
<version>26.66.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.29.0</version>
<version>0.31.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.api-ads:ad-manager:0.29.0'
implementation 'com.google.api-ads:ad-manager:0.31.0'
```

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

```Scala
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.29.0"
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.31.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.29.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.31.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.65.0</version>
<version>26.66.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.59.0</version>
<version>0.61.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.59.0'
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.61.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.59.0"
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.61.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.59.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.61.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.65.0</version>
<version>26.66.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.71.0</version>
<version>3.73.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:3.71.0'
implementation 'com.google.cloud:google-cloud-aiplatform:3.73.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.71.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.73.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.71.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.73.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 @@ -453,6 +453,20 @@
* </td>
* </tr>
* <tr>
* <td><p> RecommendSpec</td>
* <td><p> Gets a Model's spec recommendations.</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> recommendSpec(RecommendSpecRequest request)
* </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> recommendSpecCallable()
* </ul>
* </td>
* </tr>
* <tr>
* <td><p> ListLocations</td>
* <td><p> Lists information about the supported locations for this service.</td>
* <td>
Expand Down Expand Up @@ -3606,6 +3620,68 @@ public final ListModelEvaluationSlicesPagedResponse listModelEvaluationSlices(
return stub.listModelEvaluationSlicesCallable();
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Gets a Model's spec recommendations.
*
* <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 (ModelServiceClient modelServiceClient = ModelServiceClient.create()) {
* RecommendSpecRequest request =
* RecommendSpecRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setGcsUri("gcsUri-1251224875")
* .setCheckMachineAvailability(true)
* .setCheckUserQuota(true)
* .build();
* RecommendSpecResponse response = modelServiceClient.recommendSpec(request);
* }
* }</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 RecommendSpecResponse recommendSpec(RecommendSpecRequest request) {
return recommendSpecCallable().call(request);
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Gets a Model's spec recommendations.
*
* <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 (ModelServiceClient modelServiceClient = ModelServiceClient.create()) {
* RecommendSpecRequest request =
* RecommendSpecRequest.newBuilder()
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setGcsUri("gcsUri-1251224875")
* .setCheckMachineAvailability(true)
* .setCheckUserQuota(true)
* .build();
* ApiFuture<RecommendSpecResponse> future =
* modelServiceClient.recommendSpecCallable().futureCall(request);
* // Do something.
* RecommendSpecResponse response = future.get();
* }
* }</pre>
*/
public final UnaryCallable<RecommendSpecRequest, RecommendSpecResponse> recommendSpecCallable() {
return stub.recommendSpecCallable();
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Lists information about the supported locations for this service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,11 @@ public UnaryCallSettings<CopyModelRequest, Operation> copyModelSettings() {
return ((ModelServiceStubSettings) getStubSettings()).listModelEvaluationSlicesSettings();
}

/** Returns the object with the settings used for calls to recommendSpec. */
public UnaryCallSettings<RecommendSpecRequest, RecommendSpecResponse> recommendSpecSettings() {
return ((ModelServiceStubSettings) getStubSettings()).recommendSpecSettings();
}

/** Returns the object with the settings used for calls to listLocations. */
public PagedCallSettings<ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
listLocationsSettings() {
Expand Down Expand Up @@ -575,6 +580,12 @@ public UnaryCallSettings.Builder<CopyModelRequest, Operation> copyModelSettings(
return getStubSettingsBuilder().listModelEvaluationSlicesSettings();
}

/** Returns the builder for the settings used for calls to recommendSpec. */
public UnaryCallSettings.Builder<RecommendSpecRequest, RecommendSpecResponse>
recommendSpecSettings() {
return getStubSettingsBuilder().recommendSpecSettings();
}

/** Returns the builder for the settings used for calls to listLocations. */
public PagedCallSettings.Builder<
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,9 @@
"MergeVersionAliases": {
"methods": ["mergeVersionAliases", "mergeVersionAliases", "mergeVersionAliases", "mergeVersionAliasesCallable"]
},
"RecommendSpec": {
"methods": ["recommendSpec", "recommendSpecCallable"]
},
"SetIamPolicy": {
"methods": ["setIamPolicy", "setIamPolicyCallable"]
},
Expand Down
Loading
Loading