Skip to content

Conversation

@cloud-java-bot
Copy link
Collaborator

Generated by @jinseopkim0 via generate_new_client_hermetic_build.yaml

Command used:

python generation/new_client_hermetic_build/add-new-client-config.py add-new-library --api-shortname "locationfinder" --name-pretty "Cloud Location Finder API" --api-description "Cloud Location Finder is a public API that offers a repository of all Google Cloud and Google Distributed Cloud locations, as well as cloud locations for other cloud providers." --proto-path "google/cloud/locationfinder/v1" --product-docs "https://cloud.google.com/location-finder/docs/overview" --rpc-docs "https://cloud.google.com/locationfinder/docs/reference/rest" 

@cloud-java-bot cloud-java-bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 22, 2025
@cloud-java-bot cloud-java-bot requested a review from a team as a code owner September 22, 2025 15:15
@cloud-java-bot cloud-java-bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 22, 2025
@snippet-bot
Copy link

snippet-bot bot commented Sep 22, 2025

Here is the summary of changes.

You are about to add 21 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@mpeddada1
Copy link
Contributor

Running into:

Error: 4:643 [ERROR]   The project com.google.cloud:google-cloud-locationfinder-parent:0.0.1-SNAPSHOT (/home/runner/work/google-cloud-java/google-cloud-java/java-locationfinder/pom.xml) has 1 error
Error: 4:644 [ERROR]     Non-resolvable parent POM for com.google.cloud:google-cloud-locationfinder-parent:0.0.1-SNAPSHOT: The following artifacts could not be resolved: com.google.cloud:google-cloud-jar-parent:pom:1.69.0-SNAPSHOT (absent): Could not find artifact com.google.cloud:google-cloud-jar-parent:pom:1.69.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 13, column 11 -> [Help 2]
Error: 4:644 [ERROR]   
Error: 4:644 [ERROR]   The project com.google.cloud:gapic-libraries-bom:1.70.0-SNAPSHOT (/home/runner/work/google-cloud-java/google-cloud-java/gapic-libraries-bom/pom.xml) has 1 error
Error: 4:644 [ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: com.google.cloud:google-cloud-locationfinder-bom:pom:0.0.1-SNAPSHOT (absent): com.google.cloud:google-cloud-locationfinder-bom:pom:0.0.1-SNAPSHOT was not found in https://maven-central.storage-download.googleapis.com/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of google-maven-central-copy has elapsed or updates are forced @ line 757, column 19 -> [Help 2]

@mpeddada1 mpeddada1 closed this Oct 6, 2025
@mpeddada1 mpeddada1 reopened this Oct 6, 2025
@mpeddada1
Copy link
Contributor

The current version is 1.70.0-SNAPSHOT:#11753

@mpeddada1 mpeddada1 merged commit afc6de4 into main Oct 6, 2025
34 checks passed
@mpeddada1 mpeddada1 deleted the new-library/locationfinder-GihXm branch October 6, 2025 18:53
mpeddada1 added a commit that referenced this pull request Oct 7, 2025
🤖 I have created a release *beep* *boop*
---


<details><summary>1.70.0</summary>

##
[1.70.0](v1.69.0...v1.70.0)
(2025-10-07)


### Features

* [aiplatform] A new value `NVIDIA_RTX_PRO_6000` is added to enum
`AcceleratorType`
([ae3a4ae](ae3a4ae))
* [aiplatform] A new value `NVIDIA_RTX_PRO_6000` is added to enum
`AcceleratorType`
([ae3a4ae](ae3a4ae))
* [aiplatform] add DeploymentTier enum to DeployedIndex
([ae3a4ae](ae3a4ae))
* [aiplatform] Add enable_widget option in Google Maps and additional
grounding information
([ae3a4ae](ae3a4ae))
* [aiplatform] Add labels field for Predict API for Imagen use case
(v1beta and v1)
([ae3a4ae](ae3a4ae))
* [aiplatform] Add labels field for Predict API for Imagen use case
(v1beta)
([ae3a4ae](ae3a4ae))
* [aiplatform] Auto-generated CL for
//google/cloud/aiplatform:aiplatform_v1_public_proto_gen
([ae3a4ae](ae3a4ae))
* [aiplatform]Auto-generated CL for
//google/cloud/aiplatform:aiplatform_v1beta1_public_proto_gen
([ae3a4ae](ae3a4ae))
* [alloydb] add CRUD APIs on Databases
([ae3a4ae](ae3a4ae))
* [alloydb] add CRUD APIs on Databases
([ae3a4ae](ae3a4ae))
* [alloydb] add CRUD APIs on Databases
([ae3a4ae](ae3a4ae))
* [bigqueryreservation] Add new `BACKGROUND_CHANGE_DATA_CAPTURE`,
`BACKGROUND_COLUMN_METADATA_INDEX`, and
`BACKGROUND_SEARCH_INDEX_REFRESH` reservation assignment types
([ae3a4ae](ae3a4ae))
* [compute] Update Compute Engine v1 API to revision 20250909
([ae3a4ae](ae3a4ae))
* [dataproc] Added support for JUPYTER_KERNEL_GATEWAY component
([ae3a4ae](ae3a4ae))
* [locationfinder] new module for locationfinder
([#11751](#11751))
([afc6de4](afc6de4))
* [shopping-merchant-products] Include CarrierShipping field inside the
Products attribute
([ae3a4ae](ae3a4ae))
* [texttospeech] add Gemini TTS Multispeaker API fields
([ae3a4ae](ae3a4ae))


### Bug Fixes

* **deps:** update the Java code generator (gapic-generator-java) to
2.62.3
([ae3a4ae](ae3a4ae))
* update dependency com.google.cloud:sdk-platform-java-config to v3.52.3
([#11755](#11755))
([b117bc3](b117bc3))


### Documentation

* [aiplatform] remove legacy internal lint directives
([ae3a4ae](ae3a4ae))
* [eventarc-publishing] Update comment in Eventarc Publishing API
([ae3a4ae](ae3a4ae))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: yoshi-code-bot <[email protected]>
Co-authored-by: Mridula <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

owlbot:run Add this label to trigger the Owlbot post processor.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants