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
-1
votes
1 answer

deploy multiple enpoint api google app engine

I have 2 json files, I want to deploy on GCloud With this command: gcloud endpoints services deploy first_file.json gcloud endpoints services deploy second_file.json But after second file deploys the first one is removed. Why?
Python logix
  • 359
  • 4
  • 15
-1
votes
1 answer

using Google cloud endpoint framework 2.0 with custom domain

Im hosting a mobile backend (written in Java) in App engine standard environment using Cloud endpoint framework 2.0, which I can access by this URL https://api-dot-[projectId]-appspot.com/_ah/api/myApi/v1/path now Im trying to use a custom domain…
Tamer Saleh
  • 473
  • 9
  • 21
-1
votes
1 answer

How to access google endpoints 2 with iOS

I had a working app on both iOS and android. I have since migrated my endpoints to version 2 using android studio and my android app is still working. However my iOS one is no longer working but I can not find any documentation explaining how to…
Baz M
  • 75
  • 1
  • 10
-1
votes
1 answer

How to add javascript code to google functions

I want to write a google cloud function that will respond to POST requests. I want to write it in Javascript. I've found Google's tutorial on how to do it, but at the beginning of the tutorial it says that this is a deprecated thing, and I have to…
-1
votes
1 answer

Google app engine Endpoints, Objectify Register

I start google app engine with endpoints, I use objectify for persistence and I have an little question.(I hope !) All my apiMethod start like it : @ApiMethod(path = "getAccount", httpMethod = HttpMethod.GET) public Account…
fabiitch
  • 41
  • 1
  • 3
-2
votes
1 answer

Enabling Firewall for Google Cloud Endpoints

I have an API which is deployed in GKE and exposed via Cloud Endpoints with ESPv2. I have secured the API using API key as of now and its available via internet. Is there any possible way I can apply some firewall rules that the endpoint is…
Kris
  • 8,680
  • 4
  • 39
  • 67
1 2 3
13
14