From b57a5367ca467e5af8c96e7aa666a258e23e2625 Mon Sep 17 00:00:00 2001 From: "Brian J. Watson" Date: Wed, 21 Sep 2016 16:08:59 -0700 Subject: [PATCH] Change GAX to GAPIC, which is more appropriate (#140) --- PACKAGES.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/PACKAGES.md b/PACKAGES.md index ace5a2a6..9f49094c 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -11,7 +11,7 @@ found. Currently, package delivery is only being done for Python. - [gRPC for common protos](https://pypi.python.org/pypi/googleapis-common-protos) ([source](https://github.com/googleapis/googleapis)) - [Long-running operations](https://github.com/googleapis/googleapis/blob/master/google/longrunning/operations.proto) - - GAX: TBD + - GAPIC: TBD - gRPC: See [gRPC for common protos](https://pypi.python.org/pypi/googleapis-common-protos) - Documentation: TBD @@ -25,25 +25,27 @@ found. Currently, package delivery is only being done for Python. - TBD ### [Cloud Natural Language](https://cloud.google.com/natural-language/) -- [GAX](https://pypi.python.org/pypi/gax-google-cloud-language-v1beta1) +- [GAPIC](https://pypi.python.org/pypi/gapic-google-cloud-language-v1beta1) - [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-language-v1beta1) - Documentation: TBD ### [Cloud Pub/Sub](https://cloud.google.com/pubsub/) -- [GAX](https://pypi.python.org/pypi/gax-google-pubsub-v1) +- [GAPIC](https://pypi.python.org/pypi/gapic-google-pubsub-v1) - [gRPC](https://pypi.python.org/pypi/grpc-google-pubsub-v1) -- [Documentation](http://pythonhosted.org/gax-google-pubsub-v1/) +- [Documentation](http://pythonhosted.org/gax-google-pubsub-v1/): + For old `gax` namespace... will be updated soon for `gapic` namespace. ### [Cloud Speech](https://cloud.google.com/speech/) - *NOTE: v1 is the wrong version, and these will soon be replaced by v1beta1* -- [GAX](https://pypi.python.org/pypi/gax-google-cloud-speech-v1) +- [GAPIC](https://pypi.python.org/pypi/gapic-google-cloud-speech-v1) - [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-speech-v1) - Documentation: TBD ### [Cloud Vision](https://cloud.google.com/vision/) -- [GAX](https://pypi.python.org/pypi/gax-google-cloud-vision-v1) +- [GAPIC](https://pypi.python.org/pypi/gapic-google-cloud-vision-v1) - [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-vision-v1) -- [Documentation](http://pythonhosted.org/gax-google-cloud-vision-v1/) +- [Documentation](http://pythonhosted.org/gax-google-cloud-vision-v1/): + For old `gax` namespace... will be updated soon for `gapic` namespace. ### [Stackdriver Debugger](https://cloud.google.com/debugger/) - TBD @@ -52,9 +54,10 @@ found. Currently, package delivery is only being done for Python. - TBD ### [Stackdriver Logging](https://cloud.google.com/logging/) -- [GAX](https://pypi.python.org/pypi/gax-google-logging-v2) +- [GAPIC](https://pypi.python.org/pypi/gapic-google-logging-v2) - [gRPC](https://pypi.python.org/pypi/grpc-google-logging-v2) -- [Documentation](http://pythonhosted.org/gax-google-logging-v2/) +- [Documentation](http://pythonhosted.org/gax-google-logging-v2/): + For old `gax` namespace... will be updated soon for `gapic` namespace. ### [Stackdriver Monitoring](https://cloud.google.com/monitoring/) - TBD