Skip to content

Commit 7309449

Browse files
committed
Removing custom generated long-running operations.
1 parent d1dd186 commit 7309449

7 files changed

Lines changed: 13 additions & 548 deletions

File tree

Makefile.bigtable_v2

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,14 @@ generate:
4444
# Copy over the *.proto files into our library.
4545
cp $(GOOGLEAPIS_PROTOS_DIR)/google/bigtable/v2/*.proto $(BIGTABLE_DIR)
4646
cp $(GOOGLEAPIS_PROTOS_DIR)/google/bigtable/admin/v2/*.proto $(BIGTABLE_DIR)
47-
cp $(GOOGLEAPIS_PROTOS_DIR)/google/longrunning/operations.proto $(BIGTABLE_DIR)
4847
# Rename all *.proto files in our library with an
4948
# underscore and remove executable bit.
5049
cd $(BIGTABLE_DIR) && \
5150
for filename in *.proto; do \
5251
chmod -x $$filename ; \
5352
mv $$filename _$$filename ; \
5453
done
55-
# Separate the gRPC parts of the operations service from the
56-
# non-gRPC parts so that the protos from `googleapis-common-protos`
57-
# can be used without gRPC.
5854
GRPCIO_VIRTUALENV="$(GRPCIO_VIRTUALENV)" \
59-
GENERATED_SUBDIR=$(GENERATED_SUBDIR) \
60-
python scripts/make_operations_grpc.py
6155
# Rewrite the imports in the generated *_pb2.py files.
6256
python scripts/rewrite_imports.py $(BIGTABLE_DIR)/*pb2.py
6357

bigtable/google/cloud/bigtable/_generated/_operations.proto

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)