3
3
{
4
4
"git": {
5
5
"name": ".",
6
- "remote": "git@ github.com: googleapis/python-functions",
7
- "sha": "d95bb94ee31c64a8b6859e29941e61bcc96bd43d "
6
+ "remote": "https:// github.com/ googleapis/python-functions.git ",
7
+ "sha": "8c7db919535193151ed52465a3038d3ac72d701e "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "915925089600094e72e4bfa8cf586c170e6b7109 ",
15
- "internalRef": "366152684 "
14
+ "sha": "56fc6d43fed71188d7e18f3ca003544646c4ab35 ",
15
+ "internalRef": "366346972 "
16
16
}
17
17
},
18
18
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "6d76df2138f8f841e5a5b9ac427f81def520c15f "
22
+ "sha": "ff39353f34a36e7643b86e97724e4027ab466dc6 "
23
23
}
24
24
},
25
25
{
26
26
"git": {
27
27
"name": "synthtool",
28
28
"remote": "https://github.com/googleapis/synthtool.git",
29
- "sha": "6d76df2138f8f841e5a5b9ac427f81def520c15f "
29
+ "sha": "ff39353f34a36e7643b86e97724e4027ab466dc6 "
30
30
}
31
31
}
32
32
],
40
40
"generator": "bazel"
41
41
}
42
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/header-checker-lint.yml",
53
+ ".github/release-please.yml",
54
+ ".github/snippet-bot.yml",
55
+ ".gitignore",
56
+ ".kokoro/build.sh",
57
+ ".kokoro/continuous/common.cfg",
58
+ ".kokoro/continuous/continuous.cfg",
59
+ ".kokoro/docker/docs/Dockerfile",
60
+ ".kokoro/docker/docs/fetch_gpg_keys.sh",
61
+ ".kokoro/docs/common.cfg",
62
+ ".kokoro/docs/docs-presubmit.cfg",
63
+ ".kokoro/docs/docs.cfg",
64
+ ".kokoro/populate-secrets.sh",
65
+ ".kokoro/presubmit/common.cfg",
66
+ ".kokoro/presubmit/presubmit.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-head.cfg",
78
+ ".kokoro/samples/python3.6/periodic.cfg",
79
+ ".kokoro/samples/python3.6/presubmit.cfg",
80
+ ".kokoro/samples/python3.7/common.cfg",
81
+ ".kokoro/samples/python3.7/continuous.cfg",
82
+ ".kokoro/samples/python3.7/periodic-head.cfg",
83
+ ".kokoro/samples/python3.7/periodic.cfg",
84
+ ".kokoro/samples/python3.7/presubmit.cfg",
85
+ ".kokoro/samples/python3.8/common.cfg",
86
+ ".kokoro/samples/python3.8/continuous.cfg",
87
+ ".kokoro/samples/python3.8/periodic-head.cfg",
88
+ ".kokoro/samples/python3.8/periodic.cfg",
89
+ ".kokoro/samples/python3.8/presubmit.cfg",
90
+ ".kokoro/test-samples-against-head.sh",
91
+ ".kokoro/test-samples-impl.sh",
92
+ ".kokoro/test-samples.sh",
93
+ ".kokoro/trampoline.sh",
94
+ ".kokoro/trampoline_v2.sh",
95
+ ".pre-commit-config.yaml",
96
+ ".trampolinerc",
97
+ "CODE_OF_CONDUCT.md",
98
+ "CONTRIBUTING.rst",
99
+ "LICENSE",
100
+ "MANIFEST.in",
101
+ "docs/_static/custom.css",
102
+ "docs/_templates/layout.html",
103
+ "docs/conf.py",
104
+ "docs/functions_v1/cloud_functions_service.rst",
105
+ "docs/functions_v1/services.rst",
106
+ "docs/functions_v1/types.rst",
107
+ "docs/multiprocessing.rst",
108
+ "google/cloud/functions/__init__.py",
109
+ "google/cloud/functions/py.typed",
110
+ "google/cloud/functions_v1/__init__.py",
111
+ "google/cloud/functions_v1/py.typed",
112
+ "google/cloud/functions_v1/services/__init__.py",
113
+ "google/cloud/functions_v1/services/cloud_functions_service/__init__.py",
114
+ "google/cloud/functions_v1/services/cloud_functions_service/async_client.py",
115
+ "google/cloud/functions_v1/services/cloud_functions_service/client.py",
116
+ "google/cloud/functions_v1/services/cloud_functions_service/pagers.py",
117
+ "google/cloud/functions_v1/services/cloud_functions_service/transports/__init__.py",
118
+ "google/cloud/functions_v1/services/cloud_functions_service/transports/base.py",
119
+ "google/cloud/functions_v1/services/cloud_functions_service/transports/grpc.py",
120
+ "google/cloud/functions_v1/services/cloud_functions_service/transports/grpc_asyncio.py",
121
+ "google/cloud/functions_v1/types/__init__.py",
122
+ "google/cloud/functions_v1/types/functions.py",
123
+ "google/cloud/functions_v1/types/operations.py",
124
+ "mypy.ini",
125
+ "noxfile.py",
126
+ "renovate.json",
127
+ "scripts/decrypt-secrets.sh",
128
+ "scripts/fixup_functions_v1_keywords.py",
129
+ "scripts/readme-gen/readme_gen.py",
130
+ "scripts/readme-gen/templates/README.tmpl.rst",
131
+ "scripts/readme-gen/templates/auth.tmpl.rst",
132
+ "scripts/readme-gen/templates/auth_api_key.tmpl.rst",
133
+ "scripts/readme-gen/templates/install_deps.tmpl.rst",
134
+ "scripts/readme-gen/templates/install_portaudio.tmpl.rst",
135
+ "setup.cfg",
136
+ "testing/.gitignore",
137
+ "tests/unit/gapic/functions_v1/__init__.py",
138
+ "tests/unit/gapic/functions_v1/test_cloud_functions_service.py"
43
139
]
44
140
}
0 commit comments