Skip to main content

Questions tagged [google-cloud-endpoints]

Google Cloud Endpoints is a technology developed by Google for use on Google App Engine to allow developers to develop and host APIs easily, and to generate strongly-typed client libraries for Java (Android) and Objective-C (iOS), and dynamically-typed libraries for JavaScript.

google-cloud-endpoints
0 votes
1 answer
24 views

Firestore DB read/write latency is same from public route and private service connect endpoint in GCP

I have firestore DB in GCP. I was accessing the firestore DB via public route and the latency was around 300ms (280-300). I create a private service connect endpoint to reduce the latency and access ...
Amit Yadav's user avatar
0 votes
0 answers
12 views

Return JSON Array as Response Using Google Cloud Endpoints Framework in Java

When I use Cloud Endpoints to return an ArrayList I get a named array ("items") inside an object. (Each Koko is identified by "kokoId".): { "items": [ { "...
Dan Stone's user avatar
0 votes
0 answers
17 views

how to get endpoints framework mobile api request with protorpc message in django restframe work or django view

my code writen in py2.7 in google app engine and i am using endpoint framework for mobile. now my mobile team has endpoint java create lib from py2.7 and they hit the api with the help of that lib I ...
Jaskaran Singh's user avatar
0 votes
0 answers
54 views

Endpoint URL to connect the Dialogflow CX agent to WhatsApp using Twilio

I created an agent in Dialogflow CX and I would like to integrate my bot with WhatsApp using Twilio. For this, I have enabled the Dialogflow API, Service Account, Twilio Account etc., but for the text ...
Gadam Setty Vedapani's user avatar
0 votes
0 answers
197 views

How can I get high availability for an AlertManager that is behind Google Private Service Connect on GKE?

I have two Kubernetes GCP clusters, and I am using Prometheus operator. I am using Google Private Service Connect (PSC) to connect both clusters, and this part is working. Prometheus, which is running ...
MTG's user avatar
  • 571
0 votes
0 answers
130 views

How To Run GCP Cloud Endpoints Locally?

So I am trying to figure out how to run GCP Cloud Endpoints locally. I have followed the instructions on the Github getting started with Cloud Endpoints located here: https://github.com/...
Joe Alvini's user avatar
0 votes
2 answers
896 views

How to authenticate with a Vertex AI endpoint in Postman without manual action?

I created a endpoint on Google Cloud Platform Vertex AI and I managed to consume it with Postman with the following authentication process: Connect to GCP Open a gcloud console and run gcloud auth ...
Maxime Oriol's user avatar
0 votes
0 answers
30 views

Does Google ESP V2 support validating JWT in cookies?

I am looking to validate JWT through cookies. Currently using Extensible Service Proxy (ESP) V1 to validate JWT, which is retrieved through the Authorization header. I am planning to shift to cookies ...
Shubham Gupta's user avatar
0 votes
0 answers
32 views

My program endpoint key specified key does not exists this error

@app.route('/create_model', methods=['POST']) def create_model(): try: user_id = request.form.get('user_id') project_id = request.form.get('project_id') target_column = ...
M Anand's user avatar
1 vote
0 answers
85 views

Why is my Svelte web application using a previous version that I have deleted from App Engine?

The exact URLs/endpoints/etc below have been anonymized. I have built a very simple web application with Svelte/Sveltekit as the frontend, and FastAPI as the backend. I am hosting each service on ...
fngarrett's user avatar
0 votes
1 answer
84 views

How can I use my App Engine API to run an executable on Compute Engine?

My project structure is roughly as follows: Frontend - built with Svelte, SvelteKit, and hosted on App Engine API - built with FastAPI, also hosted on App Engine (*1) Backend - proprietary code/...
fngarrett's user avatar
1 vote
0 answers
131 views

Unsupported gRPC frame flag: 1 in response of Cloud Endpoints OpenAPI for Cloud Run with ESPv2

I have deployed a service in GCP cloud endpoint and in backend calling a GRPC service. In GRPC service I have taken a string type param in proto. When I get big string in response I receive error &...
Mayank Joshi's user avatar
0 votes
0 answers
224 views

VertexAI Endpoint - Unable to coerce value

I have a Custom Class that turns a Pandas Dataframe into a dataset consisting of a list of lists of 7-day periods with a batch size of 32. Giving some context, this is the code: def make_dataset(self, ...
filipe's user avatar
  • 455
0 votes
0 answers
375 views

Failed startup of context c.g.a.r.j.AppEngineWebAppContext due to FeatureNotEnabledException: app_identity_service.GetAccessToken

After adding Google Storage to a Google Endpoints app written in Java, the web instances seem not to be able to start up anymore, when deployed to GAE. However, all works fine when run locally (mvn ...
Mutual Exception's user avatar
2 votes
0 answers
216 views

How to create an endpoint using the model trained by Vertex AI?

I trained a model using Google Cloud Vertex AI. I have a dataset containing different videos and model does the video classification of these videos. In the Google Cloud Platform, I can find accuracy ...
Batuhan Çağan's user avatar

15 30 50 per page
1
2 3 4 5
166