4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/python-bigquery.git",
7
- "sha": "fbbe0cb0ea22161d81f1e5504bb89b55e4198634 "
7
+ "sha": "31644d380b35a76a9147801a4b6b0271c246fd0c "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "0dc0a6c0f1a9f979bc0690f0caa5fbafa3000c2c",
15
- "internalRef": "327026955"
14
+ "sha": "c941026e5e3d600817a20e9ab4d4be03dff21a68",
15
+ "internalRef": "334645418"
16
+ }
17
+ },
18
+ {
19
+ "git": {
20
+ "name": "synthtool",
21
+ "remote": "https://github.com/googleapis/synthtool.git",
22
+ "sha": "f3c04883d6c43261ff13db1f52d03a283be06871"
16
23
}
17
24
},
18
25
{
33
40
"generator": "bazel"
34
41
}
35
42
}
43
+ ],
44
+ "generatedFiles": [
45
+ ".flake8",
46
+ ".github/CONTRIBUTING.md",
47
+ ".github/ISSUE_TEMPLATE/bug_report.md",
48
+ ".github/ISSUE_TEMPLATE/feature_request.md",
49
+ ".github/ISSUE_TEMPLATE/support_request.md",
50
+ ".github/PULL_REQUEST_TEMPLATE.md",
51
+ ".github/release-please.yml",
52
+ ".github/snippet-bot.yml",
53
+ ".gitignore",
54
+ ".kokoro/build.sh",
55
+ ".kokoro/continuous/common.cfg",
56
+ ".kokoro/continuous/continuous.cfg",
57
+ ".kokoro/docker/docs/Dockerfile",
58
+ ".kokoro/docker/docs/fetch_gpg_keys.sh",
59
+ ".kokoro/docs/common.cfg",
60
+ ".kokoro/docs/docs-presubmit.cfg",
61
+ ".kokoro/docs/docs.cfg",
62
+ ".kokoro/populate-secrets.sh",
63
+ ".kokoro/presubmit/common.cfg",
64
+ ".kokoro/presubmit/presubmit.cfg",
65
+ ".kokoro/presubmit/system-3.8.cfg",
66
+ ".kokoro/publish-docs.sh",
67
+ ".kokoro/release.sh",
68
+ ".kokoro/release/common.cfg",
69
+ ".kokoro/release/release.cfg",
70
+ ".kokoro/samples/lint/common.cfg",
71
+ ".kokoro/samples/lint/continuous.cfg",
72
+ ".kokoro/samples/lint/periodic.cfg",
73
+ ".kokoro/samples/lint/presubmit.cfg",
74
+ ".kokoro/samples/python3.6/common.cfg",
75
+ ".kokoro/samples/python3.6/continuous.cfg",
76
+ ".kokoro/samples/python3.6/periodic.cfg",
77
+ ".kokoro/samples/python3.6/presubmit.cfg",
78
+ ".kokoro/samples/python3.7/common.cfg",
79
+ ".kokoro/samples/python3.7/continuous.cfg",
80
+ ".kokoro/samples/python3.7/periodic.cfg",
81
+ ".kokoro/samples/python3.7/presubmit.cfg",
82
+ ".kokoro/samples/python3.8/common.cfg",
83
+ ".kokoro/samples/python3.8/continuous.cfg",
84
+ ".kokoro/samples/python3.8/periodic.cfg",
85
+ ".kokoro/samples/python3.8/presubmit.cfg",
86
+ ".kokoro/test-samples.sh",
87
+ ".kokoro/trampoline.sh",
88
+ ".kokoro/trampoline_v2.sh",
89
+ ".trampolinerc",
90
+ "CODE_OF_CONDUCT.md",
91
+ "CONTRIBUTING.rst",
92
+ "LICENSE",
93
+ "MANIFEST.in",
94
+ "docs/_static/custom.css",
95
+ "docs/_templates/layout.html",
96
+ "docs/bigquery_v2/services.rst",
97
+ "docs/bigquery_v2/types.rst",
98
+ "docs/conf.py",
99
+ "google/cloud/bigquery_v2/__init__.py",
100
+ "google/cloud/bigquery_v2/proto/encryption_config.proto",
101
+ "google/cloud/bigquery_v2/proto/model.proto",
102
+ "google/cloud/bigquery_v2/proto/model_reference.proto",
103
+ "google/cloud/bigquery_v2/proto/standard_sql.proto",
104
+ "google/cloud/bigquery_v2/py.typed",
105
+ "google/cloud/bigquery_v2/types/__init__.py",
106
+ "google/cloud/bigquery_v2/types/encryption_config.py",
107
+ "google/cloud/bigquery_v2/types/model.py",
108
+ "google/cloud/bigquery_v2/types/model_reference.py",
109
+ "google/cloud/bigquery_v2/types/standard_sql.py",
110
+ "mypy.ini",
111
+ "renovate.json",
112
+ "samples/AUTHORING_GUIDE.md",
113
+ "samples/CONTRIBUTING.md",
114
+ "scripts/decrypt-secrets.sh",
115
+ "scripts/fixup_bigquery_v2_keywords.py",
116
+ "scripts/readme-gen/readme_gen.py",
117
+ "scripts/readme-gen/templates/README.tmpl.rst",
118
+ "scripts/readme-gen/templates/auth.tmpl.rst",
119
+ "scripts/readme-gen/templates/auth_api_key.tmpl.rst",
120
+ "scripts/readme-gen/templates/install_deps.tmpl.rst",
121
+ "scripts/readme-gen/templates/install_portaudio.tmpl.rst",
122
+ "setup.cfg",
123
+ "testing/.gitignore"
36
124
]
37
125
}
0 commit comments