[v1-google-cloud-discoveryengine]: Still receiving as gRpc struct even use HttpJsonTransportProvider #10971
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
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 json, btw i always receive struct which is not json response. So i go to read this documentation https://cloud.google.com/java/docs/reference/google-cloud-discoveryengine/latest/com.google.cloud.discoveryengine.v1.SearchServiceClient, they said that use
SearchServiceSettings searchServiceSettings = SearchServiceSettings.newHttpJsonBuilder().build();
but i still get struct response.
can u help me solve this problem? or tell me what i did wrong
this is my code
this is some part of my response
note* i try v1, v1beta, and v1alpha already
Java Version: java 22.0.1
Quarkus Version: 3.11.1
Thanks!
The text was updated successfully, but these errors were encountered: