Questions tagged [google-cloud-endpoints-v2]

Google Cloud Endpoints Frameworks v2 replaces v1. Migration to v2 encouraged now, required as of August 2, 2018.

Google Cloud Endpoints Frameworks v1 is deprecated as of August 2, 2017. Users of v1 are encouraged to migrate to Cloud Endpoints Frameworks v2 at their earliest convenience. The v1 Endpoints Frameworks will cease to serve traffic on August 2, 2018.

Google Cloud Endpoints Frameworks v2 (in both Java and Python) have been generally available since February 2017. They have a streamlined serving path and include several improvements over v1:

  • they reduce warmup time,
  • they reduce latency per-call, and
  • they have a much better local debugging experience.

They also support custom paths and custom domain names, and they optionally allow API management features such as monitoring and API keys. The new versions are also open sourced (Java, Python).

201 questions
0
votes
1 answer

Clarification on Continuous Deployment Using Cloud Endpoints & App Engine

Related Reference Issue: Redeploying OpenAPI spec into App Engine standard environment When using Cloud Endpoints via App Engine, what would be the best way to approach continuous deployments? If the OpenApi spec changes, the backend service tied to…
0
votes
1 answer

Can we authenticate using gmail email-id and password instead of serviceaccount programmatically to access compute engine instances ?

I am writing a python utility to access the compute engine instances across the projects a user has access to. Can we achieve this by authenticating to google cloud platform projects and instances using gmail email and password ? My utility program…
0
votes
1 answer

Google Cloud Endpoints Framework 2 (Java) Error Meaning and Origin?

Migrating to Framework 2. Using Java 8. What is the below error message trying to tell me? What might be wrong with my class annotations or web.xml? I am using Servlets 3.1.0 for other servlets. Does this enter into the…
0
votes
1 answer

Error generating OpenAPI doc using endpoints-framework-tools

I have been trying to add API management to my Google Cloud Endpoints (2.0) API. I have been following Google's documentation here, however when running the endpoints-framework-tools get-openapi-doc command, as…
0
votes
1 answer

Appengine cloud endpoints v2: specify datastore in devserver

I migrated to cloud endpoints v2 following the migration document and v2 example from git repo (https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine/endpoints-frameworks-v2). However, I am not sure on how to set jvmFlag(s)…
junelane
  • 101
  • 3
  • 13
0
votes
2 answers

Example for using Guice with Endpoints Frameworks for App Engine version 2

Does anyone know a good example for using Guice with the new Google Endpoints Frameworks for App Engine Version 2. In the Documentation Migrating to Endpoints Frameworks for App Engine Guice is mentioned at the end of the docu. But i am missing a…
0
votes
1 answer

GCP Endpoints v2: @ApiMethod(name = ) not working when returning a collection

In my GCP endpoints v2 project i have created a service that returns Collection of POJOS. I noticed that when returning a List or a CollectionResponse the @ApiMethod(name = ) does not work. Below an example: @ApiMethod(name = "getCountryList", …
0
votes
1 answer

unable to add additional APIs endpoint classes to GCP endpoints v2

I have started an Google cloud endpoints v2 project using the starter code provided by Google which exposes one API named "echo". My aim is to add another exposed class (one class/api name per business module). Once deployed, all calls to the new…
0
votes
1 answer

Google Cloud Endpoints API-call ServiceException

I have deployed a Cloud Endpoints API to GAE. Everything looks fine, all methods are listed in the API explorer. However, when I try to call any method, I get a 503 error. The following exception is being…
0
votes
1 answer

Google Cloud Endpoints 2.0 with gradle-appengine-plugin

When attempting to upgrade to Google Cloud Endpoints 2.0 using the gradle appengine plugin I run across a conflict with the configuration endpoints. Gradle reports the error: Error:Cannot add a configuration with name 'endpoints' as a configuration…
0
votes
0 answers

Deployment partially failing after updating to Google Cloud Endpoints 2.0

I recently updated my Google AppEngine project to use Cloud Endpoints 2.0. After the migration I tried to deploy my code using appcfg. The deployment is stuck at some point and it keep on retrying. When I check the log, it seems the tool is…
0
votes
1 answer

NoSuchFieldError while implementing Twilio on Google app engine Java

I was following this tutorial for implementing Twilio on Google app engine java project using Google endpoints framework. So, I tried the latest version of Twilio and implemented its 7.1.0 version. The servlet code is `public class SendSmsServlet…
0
votes
2 answers

Error Generating OpenAPI doc using the endpoint-framework-tools (unclear documentation)

(Intro) I am undergoing some tutorials on google cloud endpoint using the google documentation. I have managed to run my first API but i am having an error generating an OpenAPI document using the endpoint-framework-tools (Question/Issue) Long story…
0
votes
1 answer

Google Cloud Endpoints - Authenticating users from internal database

(intro) I am new to Google Cloud Endpoints and I have started to build some HTTP REST services. The purpose of those services is to be consumed directly by the users of my application (Business to Consumer - not business to business). (The…
-1
votes
1 answer

error in add-iam-policy-binding to ESP end point service GCloud

I am trying to create an end point for an API to be deployed into existing GKE cluster by following the instructions in Getting started with Cloud Endpoints for GKE with ESPv2 I clone the sample code in the repo and modified the content of…
Amin Merati
  • 2,221
  • 4
  • 22
  • 38
1 2 3
13
14