3
3
{
4
4
"git": {
5
5
"name": ".",
6
- "remote": "git@ github.com:tmatsuo /python-bigquery.git",
7
- "sha": "5ed817523a85a6f332951e10c0bf7dbb86d7e1cf "
6
+ "remote": "https:// github.com/googleapis /python-bigquery.git",
7
+ "sha": "a125160696d1453b04a66c967819f90e70e03a52 "
8
8
}
9
9
},
10
10
{
14
14
"sha": "868615a5c1c1059c636bb3d82a555edb1d5a251e",
15
15
"internalRef": "324294521"
16
16
}
17
+ },
18
+ {
19
+ "git": {
20
+ "name": "synthtool",
21
+ "remote": "https://github.com/googleapis/synthtool.git",
22
+ "sha": "32c758f11b8c578f515a746c9d263b82a615a77c"
23
+ }
24
+ },
25
+ {
26
+ "git": {
27
+ "name": "synthtool",
28
+ "remote": "https://github.com/googleapis/synthtool.git",
29
+ "sha": "32c758f11b8c578f515a746c9d263b82a615a77c"
30
+ }
17
31
}
18
32
],
19
33
"destinations": [
26
40
"generator": "bazel"
27
41
}
28
42
}
43
+ ],
44
+ "generatedFiles": [
45
+ ".coveragerc",
46
+ ".flake8",
47
+ ".github/CONTRIBUTING.md",
48
+ ".github/ISSUE_TEMPLATE/bug_report.md",
49
+ ".github/ISSUE_TEMPLATE/feature_request.md",
50
+ ".github/ISSUE_TEMPLATE/support_request.md",
51
+ ".github/PULL_REQUEST_TEMPLATE.md",
52
+ ".github/release-please.yml",
53
+ ".github/snippet-bot.yml",
54
+ ".gitignore",
55
+ ".kokoro/build.sh",
56
+ ".kokoro/continuous/common.cfg",
57
+ ".kokoro/continuous/continuous.cfg",
58
+ ".kokoro/docker/docs/Dockerfile",
59
+ ".kokoro/docker/docs/fetch_gpg_keys.sh",
60
+ ".kokoro/docs/common.cfg",
61
+ ".kokoro/docs/docs-presubmit.cfg",
62
+ ".kokoro/docs/docs.cfg",
63
+ ".kokoro/presubmit/common.cfg",
64
+ ".kokoro/presubmit/presubmit.cfg",
65
+ ".kokoro/presubmit/system-2.7.cfg",
66
+ ".kokoro/presubmit/system-3.8.cfg",
67
+ ".kokoro/publish-docs.sh",
68
+ ".kokoro/release.sh",
69
+ ".kokoro/release/common.cfg",
70
+ ".kokoro/release/release.cfg",
71
+ ".kokoro/samples/lint/common.cfg",
72
+ ".kokoro/samples/lint/continuous.cfg",
73
+ ".kokoro/samples/lint/periodic.cfg",
74
+ ".kokoro/samples/lint/presubmit.cfg",
75
+ ".kokoro/samples/python3.6/common.cfg",
76
+ ".kokoro/samples/python3.6/continuous.cfg",
77
+ ".kokoro/samples/python3.6/periodic.cfg",
78
+ ".kokoro/samples/python3.6/presubmit.cfg",
79
+ ".kokoro/samples/python3.7/common.cfg",
80
+ ".kokoro/samples/python3.7/continuous.cfg",
81
+ ".kokoro/samples/python3.7/periodic.cfg",
82
+ ".kokoro/samples/python3.7/presubmit.cfg",
83
+ ".kokoro/samples/python3.8/common.cfg",
84
+ ".kokoro/samples/python3.8/continuous.cfg",
85
+ ".kokoro/samples/python3.8/periodic.cfg",
86
+ ".kokoro/samples/python3.8/presubmit.cfg",
87
+ ".kokoro/test-samples.sh",
88
+ ".kokoro/trampoline.sh",
89
+ ".kokoro/trampoline_v2.sh",
90
+ ".trampolinerc",
91
+ "CODE_OF_CONDUCT.md",
92
+ "CONTRIBUTING.rst",
93
+ "LICENSE",
94
+ "MANIFEST.in",
95
+ "docs/_static/custom.css",
96
+ "docs/_templates/layout.html",
97
+ "docs/conf.py",
98
+ "google/cloud/bigquery_v2/gapic/enums.py",
99
+ "google/cloud/bigquery_v2/proto/encryption_config.proto",
100
+ "google/cloud/bigquery_v2/proto/encryption_config_pb2.py",
101
+ "google/cloud/bigquery_v2/proto/encryption_config_pb2_grpc.py",
102
+ "google/cloud/bigquery_v2/proto/model.proto",
103
+ "google/cloud/bigquery_v2/proto/model_pb2.py",
104
+ "google/cloud/bigquery_v2/proto/model_pb2_grpc.py",
105
+ "google/cloud/bigquery_v2/proto/model_reference.proto",
106
+ "google/cloud/bigquery_v2/proto/model_reference_pb2.py",
107
+ "google/cloud/bigquery_v2/proto/model_reference_pb2_grpc.py",
108
+ "google/cloud/bigquery_v2/proto/standard_sql.proto",
109
+ "google/cloud/bigquery_v2/proto/standard_sql_pb2.py",
110
+ "google/cloud/bigquery_v2/proto/standard_sql_pb2_grpc.py",
111
+ "google/cloud/bigquery_v2/types.py",
112
+ "renovate.json",
113
+ "samples/AUTHORING_GUIDE.md",
114
+ "samples/CONTRIBUTING.md",
115
+ "samples/snippets/README.rst",
116
+ "samples/snippets/noxfile.py",
117
+ "scripts/decrypt-secrets.sh",
118
+ "scripts/readme-gen/readme_gen.py",
119
+ "scripts/readme-gen/templates/README.tmpl.rst",
120
+ "scripts/readme-gen/templates/auth.tmpl.rst",
121
+ "scripts/readme-gen/templates/auth_api_key.tmpl.rst",
122
+ "scripts/readme-gen/templates/install_deps.tmpl.rst",
123
+ "scripts/readme-gen/templates/install_portaudio.tmpl.rst",
124
+ "setup.cfg",
125
+ "testing/.gitignore"
29
126
]
30
127
}
0 commit comments