--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/dd7367ee-0768-4060-b134-de39bc73fba4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That is exactly what I was looking for, and that worked, thank you!
Doc wise, I am totally missing something. I don’t see that laid out in the docs in as simple of a way as you have it here.
~Erik Lindblom
- name: programme_id in: path description: Programme ID required: true schema: type: integer format: int64 - name: language_id in: path description: Language ID required: true schema: type: string format: str
/programme/{programme_id}/language/{language_id}:
/programme/{programme_id}/language/{language_id}:
/programme/{programme_id}/language/{language_id}:
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/dd7367ee-0768-4060-b134-de39bc73fba4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/dd7367ee-0768-4060-b134-de39bc73fba4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/81fc08b6-abe7-4d7b-9608-90ddf9a54959%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/dd7367ee-0768-4060-b134-de39bc73fba4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/81fc08b6-abe7-4d7b-9608-90ddf9a54959%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/dd7367ee-0768-4060-b134-de39bc73fba4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/81fc08b6-abe7-4d7b-9608-90ddf9a54959%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/4d809544-5cbd-47ae-981c-bcd6ffa3141d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I’ve just tested it out and it seems to be working for me. Awesome that this just got rolled out, thank you!
From: 'Mike McDonald' via Google Cloud Endpoints <google-clou...@googlegroups.com>
Reply-To: Mike McDonald <mpmcd...@google.com>
Date: Thursday, July 11, 2019 at 2:35 PM
To: Solomon Leung <solomo...@tvb.com>
Cc: Google Cloud Endpoints <google-clou...@googlegroups.com>
--
You received this message because you are subscribed to a topic in the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/google-cloud-endpoints/DehPzXAOzxI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-cloud-endpoints/CANC_gMoUcD%2BMxS2pgPt5odHWeVa%2BQVhA%2B1_Qs5uGMyRc5kGDzg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
swagger: "2.0"
info:
title: "ecoserve"
description: "Send user data "
version: "1.0.0"
host: "ecoserve-dot-solex-mvp-2.appspot.com"
x-google-endpoints:
- name: "ecoserve-dot-solex-mvp-2.appspot.com"
allowCors: True
x-google-backend:
address: "https://solex-mvp-2.oa.r.appspot.com"
service: default
runtime: custom
env: flex
entrypoint: gunicorn -t 600 -c gunicorn.conf.py -b :$PORT main:app
runtime_config:
python_version: 3.6
resources:
cpu: 4
memory_gb: 15.6
automatic_scaling:
min_num_instances: 1
max_num_instances: 4
endpoints_api_service:
name: ecoserve-dot-solex-mvp-2.appspot.com
rollout_strategy: managed
#config_id: 2020-06-14r0
swagger: "2.0"
info:
title: "apipreprod"
description: "Send user data for pv plant design simulation and receive results"
version: "1.1"
host: "apipreprod-dot-solex-mvp-2.appspot.com"
x-google-endpoints:
- name: "apipreprod-dot-solex-mvp-2.appspot.com"
allowCors: True
x-google-backend:
address: "https://app-preprod-dot-solex-mvp-2.oa.r.appspot.com"
service: app-preprod
runtime: custom
env: flex
entrypoint: gunicorn -t 600 -c gunicorn.conf.py -b :$PORT main:app
runtime_config:
python_version: 3.6
resources:
cpu: 1
memory_gb: 4
automatic_scaling:
min_num_instances: 1
max_num_instances: 2
endpoints_api_service:
name: apipreprod-dot-solex-mvp-2.appspot.com
rollout_strategy: managed
#config_id: 2020-07-05r0
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/dd7367ee-0768-4060-b134-de39bc73fba4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Michael McDonald | Product Manager, Serverless | mpmcd...@google.com | 1-844-THE-FIRE
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/81fc08b6-abe7-4d7b-9608-90ddf9a54959%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/4d809544-5cbd-47ae-981c-bcd6ffa3141d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-cloud-endpoints/DehPzXAOzxI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/CANC_gMoUcD%2BMxS2pgPt5odHWeVa%2BQVhA%2B1_Qs5uGMyRc5kGDzg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/e7f21028-9047-4156-88ca-e9654e9329c4n%40googlegroups.com.