Adding GCCL header for HTTP APIs.#3046
Conversation
daspecster
left a comment
There was a problem hiding this comment.
One small nitpick and question. Not trying to block since @lukesneeringer already approved but just some stuff I noticed.
|
|
||
| """Google Stackdriver Monitoring API wrapper.""" | ||
|
|
||
| from pkg_resources import get_distribution |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
|
|
||
| from pkg_resources import get_distribution | ||
| __version__ = get_distribution('google-cloud-bigquery') |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| """Google Cloud Runtime Configurator API package.""" | ||
|
|
||
| from pkg_resources import get_distribution |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| @@ -14,6 +14,9 @@ | |||
|
|
|||
| """Google Cloud Speech API wrapper.""" | |||
|
|
|||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| from pkg_resources import get_distribution | ||
| __version__ = get_distribution('google-cloud-speech') | ||
|
|
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| """Google Cloud Translation API wrapper.""" | ||
|
|
||
| from pkg_resources import get_distribution |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| @@ -14,4 +14,7 @@ | |||
|
|
|||
| """Google Cloud Vision API package.""" | |||
|
|
|||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
9a74ad0 to
b77ecf6
Compare
b77ecf6 to
579a9cc
Compare
|
OK finally got time back at the keyboard. |
Continuation of #3035. Fixes #3006.
For now just a single commit: "Adding
__version__in packages that need HTTP." because I need to step AFK for a bit.