aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Geiger <jgeiger@google.com>2016-08-26 09:20:56 -0700
committerGitHub <noreply@github.com>2016-08-26 09:20:56 -0700
commitedcfcdb5e8633d4abf4d41c9e29b4a151ca16a55 (patch)
treedfbfd83d0ea61dceb5682ae0decd87fdc237a40e
parente2aac177e91fe6e87640c76065c389fbc7f02ef7 (diff)
downloadgoogleapis-edcfcdb5e8633d4abf4d41c9e29b4a151ca16a55.tar.gz
Remove longrunning (#105)
Longrunning is already contained in googleapis-common-protos (i.e., the core protos), and just generating packages with artman without special consideration results in shadowing of that package in languages like Python.
-rw-r--r--PACKAGES.md2
-rw-r--r--gapic/api/artman_longrunning.yaml11
2 files changed, 1 insertions, 12 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index 415a840c9..2afbc296a 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -12,7 +12,7 @@ found. Currently, package delivery is only being done for Python.
- [Long-running
operations](https://github.com/googleapis/googleapis/blob/master/google/longrunning/operations.proto)
- GAX: TBD
- - [gRPC](https://pypi.python.org/pypi/grpc-google-longrunning-v2)
+ - gRPC: TBD
- Documentation: TBD
### [Cloud Bigtable](https://cloud.google.com/bigtable/)
diff --git a/gapic/api/artman_longrunning.yaml b/gapic/api/artman_longrunning.yaml
deleted file mode 100644
index 4e0769a69..000000000
--- a/gapic/api/artman_longrunning.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-common:
- api_name: google-longrunning-v2
- import_proto_path:
- - ${REPOROOT}/googleapis
- src_proto_path:
- - ${REPOROOT}/googleapis/google/longrunning
- service_yaml:
- - # No GAPIC configuration currently availabe
- output_dir: ${REPOROOT}/artman/output
- gapic_api_yaml:
- - # No GAPIC configuration currently available