Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bigtable: remove regen scripts in favor of utilities/generate_api.py #3495

Merged
merged 1 commit into from
Jul 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.