Skip to content

Commit c1ef755

Browse files
committed
bring back config for java-bigtable
1 parent 0e2f22b commit c1ef755

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

library_generation/test/integration_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ def __get_config_files(cls, path: str) -> Dict[str, str]:
125125
config_files = {}
126126
for sub_dir in Path(path).resolve().iterdir():
127127
repo = sub_dir.name
128-
if repo == "golden":
128+
# skip the split repo.
129+
if repo == "golden" or repo == "java-bigtable":
129130
continue
130131
config = f"{sub_dir}/{config_name}"
131132
config_files[repo] = config
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
gapic_generator_version: 2.32.0
2+
grpc_version: 1.61.0
3+
protobuf_version: 23.2
4+
googleapis_commitish: 4512234113a18c1fda1fb0d0ceac8f4b4efe9801
5+
owlbot_cli_image: sha256:623647ee79ac605858d09e60c1382a716c125fb776f69301b72de1cd35d49409
6+
synthtool_commitish: 6612ab8f3afcd5e292aecd647f0fa68812c9f5b5
7+
destination_path: java-bigtable
8+
libraries:
9+
- api_shortname: bigtable
10+
name_pretty: Cloud Bigtable
11+
library_type: GAPIC_COMBO
12+
GAPICs:
13+
- proto_path: google/bigtable/admin/v2
14+
- proto_path: google/bigtable/v2

0 commit comments

Comments
 (0)