aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian J. Watson <brianwatson@google.com>2016-09-21 16:08:59 -0700
committerGitHub <noreply@github.com>2016-09-21 16:08:59 -0700
commitb57a5367ca467e5af8c96e7aa666a258e23e2625 (patch)
tree6ce336f70a57536252470986402642d2a83ef9ce
parentaee949ddddea97b2e89695d5e956a09e67a4cf67 (diff)
downloadgoogleapis-b57a5367ca467e5af8c96e7aa666a258e23e2625.tar.gz
Change GAX to GAPIC, which is more appropriate (#140)
-rw-r--r--PACKAGES.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index ace5a2a64..9f49094c4 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