[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-14 Thread 'Alex (Cloud Platform Support)' via Google App Engine


Thanks a lot for providing your reproduction. You’ll be glad to know that I 
have forwarded your observations to the backline team from this Cloud 
Platform SDK’s Public Issue Tracker thread 
. Feel 
free to follow this issue's resolution and post any comments there.

Regards,
Alex

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b4d8012e-90d1-40f7-b74c-bf0bbede163c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-10 Thread Eric Wasserman
Hi Alex,

See the example 
here: https://github.com/redi-wassere/google-discovery-doc-example


On Friday, February 10, 2017 at 12:21:40 PM UTC-5, Alex (Cloud Platform 
Support) wrote:
>
> Hi Eric,
>
> Prior proceeding with filing a defect request, I will need to reproduce 
> this issue. Would it be possible for you to provide a minimal working 
> example  
> demonstrating this issue? To do so, you can attach a sample of the code you 
> used to generate the discovery doc in your reply. Let me know in case you 
> would prefer to be contacted in private so to provide your reproduction.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f4b6cf07-fe93-4596-8941-94677f194a60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-10 Thread 'Alex (Cloud Platform Support)' via Google App Engine


Hi Eric,

Prior proceeding with filing a defect request, I will need to reproduce 
this issue. Would it be possible for you to provide a minimal working 
example  
demonstrating this issue? To do so, you can attach a sample of the code you 
used to generate the discovery doc in your reply. Let me know in case you 
would prefer to be contacted in private so to provide your reproduction.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b3d8eeea-6a36-4409-8d15-d7ac68ef4146%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-09 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Thanks for providing additional details, it does seem to be a bug for which 
I will make a defect report on the google-cloud-platform Issue Tracker. 
Further details will be posted here on how to follow this issue’s 
resolution.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/65161482-eb8a-4ce3-9d3a-41a71fdcc18a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-08 Thread Eric Wasserman
Thanks for the reply, Alex. I wasnt clear in my question, but I have also 
upgraded my iOS code to use the new libraries generated by the service 
generator off of the REST discovery docs. To make the library generation 
work I was forced to manually add the "format": "double" key/value to all 
double number types. Any idea why the discovery doc generation is leaving 
that pair out?

See my related question 
here: 
http://stackoverflow.com/questions/42081267/google-cloud-endpoints-rest-discovery-document-missing-format


On Wednesday, February 8, 2017 at 1:47:15 PM UTC-5, Alex (Cloud Platform 
Support) wrote:
>
> Hi Eric,
>
> As part of the Cloud Endpoints Framework 2.0, the JSON-RPC protocol, which 
> is required for legacy iOS clients and automatic kind fields features are 
> not currently available. See Currently excluded features and tools for 
> Cloud Endpoints 2.0 documentation 
> 
>  
> for more details. In case you require any of these features, migration to 
> Cloud Endpoints 2.0 is currently not recommended.
>
> More on the topic of RPC functionality, you may be interested in the Cloud 
> Endpoints for gRPC APIs concepts 
>  which would serve as the 
> new and faster method for directly calling methods on a server application 
> on a different machine. More details on how to use this new feature are 
> provided on the  Configuring a gRPC API Service guide 
> . Note that 
> this is a Beta release of Google Cloud Endpoints. This feature is not 
> covered by any SLA or deprecation policy and may be subject to 
> backward-incompatible changes.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4dce1f99-886d-4260-b4b1-c7e21b1094ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-08 Thread 'Alex (Cloud Platform Support)' via Google App Engine


Hi Eric,

As part of the Cloud Endpoints Framework 2.0, the JSON-RPC protocol, which 
is required for legacy iOS clients and automatic kind fields features are 
not currently available. See Currently excluded features and tools for 
Cloud Endpoints 2.0 documentation 

 
for more details. In case you require any of these features, migration to 
Cloud Endpoints 2.0 is currently not recommended.

More on the topic of RPC functionality, you may be interested in the Cloud 
Endpoints for gRPC APIs concepts 
 which would serve as the new 
and faster method for directly calling methods on a server application on a 
different machine. More details on how to use this new feature are provided 
on the  Configuring a gRPC API Service guide 
. Note that 
this is a Beta release of Google Cloud Endpoints. This feature is not 
covered by any SLA or deprecation policy and may be subject to 
backward-incompatible changes.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/411ee6b3-6ad4-4af9-a1e5-0272c33b2f88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.