google-cloud-java
google-cloud-java copied to clipboard
Google Cloud Client Library for Java
API Keys is supported in some services, especially maps. However, it's not clear to customers regarding how to set it up through client libraries. We should document the current way...
[v1-google-cloud-discoveryengine]: Still receiving as gRpc struct even use HttpJsonTransportProvider
First of all, I'm very new with this service google-cloud-discoveryengine. I trying to call https://discoveryengine.googleapis.com/v1 for vertex search with client lib from google cloud and i want the result as...
It is not clear to customers that when to create/close/reuse a client, we should document the best practices in README, similar to how we did it for [RetrySettings](https://github.com/googleapis/google-cloud-java/issues/10587). See related...
docs: add thread safety information to GenerativeModel and ChatSession classes.
[Do Not Merge] PR to show all the Java code differences when generating with https://github.com/googleapis/sdk-platform-java/pull/2840
https://github.com/googleapis/google-cloud-java/blob/main/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/integration/ITAddressesTest.java Failing integration test [check](https://btx.cloud.google.com/invocations/a9cb857f-5c52-4620-a610-634c7f4d39be/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fpresubmit%2Fgraalvm-native-a-presubmit;config=default/log) ``` com.google.cloud.compute.v1.integration.ITAddressesTest 20:21:17:526 [ERROR] com.google.cloud.compute.v1.integration.ITAddressesTest.testList -- Time elapsed: 1.558 s
the javadocs linked for this library are not found: https://cloud.google.com/java/docs/reference/google-maps-places/latest/overview also https://developers.google.com/maps/documentation/places/web-service/get-api-key says that you can use an api key, but don't understand how to use an API key in...