Skip to content

Commit

Permalink
Bigtable: remove regen scripts in favor of utilities/generate_api.py (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 authored Jul 23, 2018
1 parent 5be3515 commit 0a1b8d9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 368 deletions.
8 changes: 3 additions & 5 deletions google-cloud-clients/google-cloud-bigtable/DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ The Cloud Bigtable client is composed of two layers:
### Generated GAPIC base layer

The GAPIC layer is generated from a combination of protobuf and GAPIC yaml definitions found in
[googleapis](https://github.com/googleapis/googleapis/tree/master/google/bigtable). This layer is
split into 2 parts: admin and data apis. The admin part is straightforward enough to be consumed
directly by the consumer. However the data client is too protocol focused and is too low level to
be consumed by an application directly. Instead, it's intended to be an implementation detail of the
handwritten layer.
[googleapis](https://github.com/googleapis/googleapis/tree/master/google/bigtable). However the
API is too protocol focused and is too low level to be consumed by an application directly.
Instead, it's intended to be an implementation detail of the handwritten layer.


### Handwritten layer
Expand Down
26 changes: 0 additions & 26 deletions google-cloud-clients/google-cloud-bigtable/autogen_files.lst

This file was deleted.

84 changes: 0 additions & 84 deletions google-cloud-clients/google-cloud-bigtable/handwritten_files.lst

This file was deleted.

14 changes: 0 additions & 14 deletions google-cloud-clients/google-cloud-bigtable/scripts/README.md

This file was deleted.

144 changes: 0 additions & 144 deletions google-cloud-clients/google-cloud-bigtable/scripts/regenerate.sh

This file was deleted.

95 changes: 0 additions & 95 deletions google-cloud-clients/google-cloud-bigtable/scripts/update-deps.sh

This file was deleted.

0 comments on commit 0a1b8d9

Please sign in to comment.