Add Datastore & Error Reporting. Update other packages and docs. (#220)
This commit is contained in:
parent
622cee9155
commit
6e325ad2ba
24
PACKAGES.md
24
PACKAGES.md
|
|
@ -20,8 +20,8 @@ found. Currently, package delivery is only being done for Python.
|
|||
- Documentation: TBD
|
||||
|
||||
### [Cloud Datastore](https://cloud.google.com/datastore/)
|
||||
- GAPIC: TBD
|
||||
- gRPC: TBD
|
||||
- [GAPIC](https://pypi.python.org/pypi/gapic-google-cloud-datastore-v1)
|
||||
- [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-datastore-v1)
|
||||
- Documentation: TBD
|
||||
|
||||
### [Cloud Identity and Access Management (IAM)](https://cloud.google.com/iam/)
|
||||
|
|
@ -38,15 +38,14 @@ found. Currently, package delivery is only being done for Python.
|
|||
- Documentation: TBD
|
||||
|
||||
### [Cloud Pub/Sub](https://cloud.google.com/pubsub/)
|
||||
- [GAPIC](https://pypi.python.org/pypi/gapic-google-pubsub-v1)
|
||||
- [gRPC](https://pypi.python.org/pypi/grpc-google-pubsub-v1)
|
||||
- [GAPIC](https://pypi.python.org/pypi/gapic-google-cloud-pubsub-v1)
|
||||
- [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-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*
|
||||
- [GAPIC](https://pypi.python.org/pypi/gapic-google-cloud-speech-v1)
|
||||
- [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-speech-v1)
|
||||
- [GAPIC](https://pypi.python.org/pypi/gapic-google-cloud-speech-v1beta1)
|
||||
- [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-speech-v1beta1)
|
||||
- Documentation: TBD
|
||||
|
||||
### [Cloud Vision](https://cloud.google.com/vision/)
|
||||
|
|
@ -61,15 +60,14 @@ found. Currently, package delivery is only being done for Python.
|
|||
- Documentation: TBD
|
||||
|
||||
### [Stackdriver Error Reporting](https://cloud.google.com/error-reporting/)
|
||||
- GAPIC: TBD
|
||||
- gRPC: TBD
|
||||
- [GAPIC](https://pypi.python.org/pypi/gapic-google-cloud-error-reporting-v1beta1)
|
||||
- [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-error-reporting-v1beta1)
|
||||
- Documentation: TBD
|
||||
|
||||
### [Stackdriver Logging](https://cloud.google.com/logging/)
|
||||
- [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/):
|
||||
For old `gax` namespace... will be updated soon for `gapic` namespace.
|
||||
- [GAPIC](https://pypi.python.org/pypi/gapic-google-cloud-logging-v2)
|
||||
- [gRPC](https://pypi.python.org/pypi/grpc-google-cloud-logging-v2)
|
||||
- [Documentation](http://gapic-google-cloud-logging-v2.readthedocs.io)
|
||||
|
||||
### [Stackdriver Monitoring](https://cloud.google.com/monitoring/)
|
||||
- [GAPIC](https://pypi.python.org/pypi/gapic-google-monitoring-v3)
|
||||
|
|
|
|||
Loading…
Reference in New Issue