3
3
{
4
4
"git": {
5
5
"name": ".",
6
- "remote": "git@ github.com: googleapis/python-functions",
7
- "sha": "8588ecb9705d7c345067e09b51798168012341f1 "
6
+ "remote": "https:// github.com/ googleapis/python-functions.git ",
7
+ "sha": "e2660f2c53055560c2e7848fa3969d1440aebb62 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "e3e7e7ddb0fecd7bc61ca03b5a9ddb29cc9b48d8 ",
15
- "internalRef": "342967619 "
14
+ "sha": "3f87da2ed1ddc3566ef0810c4fc06a2682cc9f5f ",
15
+ "internalRef": "343022252 "
16
16
}
17
17
},
18
18
{
40
40
"generator": "bazel"
41
41
}
42
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/publish-docs.sh",
66
+ ".kokoro/release.sh",
67
+ ".kokoro/release/common.cfg",
68
+ ".kokoro/release/release.cfg",
69
+ ".kokoro/samples/lint/common.cfg",
70
+ ".kokoro/samples/lint/continuous.cfg",
71
+ ".kokoro/samples/lint/periodic.cfg",
72
+ ".kokoro/samples/lint/presubmit.cfg",
73
+ ".kokoro/samples/python3.6/common.cfg",
74
+ ".kokoro/samples/python3.6/continuous.cfg",
75
+ ".kokoro/samples/python3.6/periodic.cfg",
76
+ ".kokoro/samples/python3.6/presubmit.cfg",
77
+ ".kokoro/samples/python3.7/common.cfg",
78
+ ".kokoro/samples/python3.7/continuous.cfg",
79
+ ".kokoro/samples/python3.7/periodic.cfg",
80
+ ".kokoro/samples/python3.7/presubmit.cfg",
81
+ ".kokoro/samples/python3.8/common.cfg",
82
+ ".kokoro/samples/python3.8/continuous.cfg",
83
+ ".kokoro/samples/python3.8/periodic.cfg",
84
+ ".kokoro/samples/python3.8/presubmit.cfg",
85
+ ".kokoro/test-samples.sh",
86
+ ".kokoro/trampoline.sh",
87
+ ".kokoro/trampoline_v2.sh",
88
+ ".trampolinerc",
89
+ "CODE_OF_CONDUCT.md",
90
+ "CONTRIBUTING.rst",
91
+ "LICENSE",
92
+ "MANIFEST.in",
93
+ "docs/_static/custom.css",
94
+ "docs/_templates/layout.html",
95
+ "docs/conf.py",
96
+ "docs/functions_v1/services.rst",
97
+ "docs/functions_v1/types.rst",
98
+ "docs/multiprocessing.rst",
99
+ "google/cloud/functions/__init__.py",
100
+ "google/cloud/functions/py.typed",
101
+ "google/cloud/functions_v1/__init__.py",
102
+ "google/cloud/functions_v1/py.typed",
103
+ "google/cloud/functions_v1/services/__init__.py",
104
+ "google/cloud/functions_v1/services/cloud_functions_service/__init__.py",
105
+ "google/cloud/functions_v1/services/cloud_functions_service/async_client.py",
106
+ "google/cloud/functions_v1/services/cloud_functions_service/client.py",
107
+ "google/cloud/functions_v1/services/cloud_functions_service/pagers.py",
108
+ "google/cloud/functions_v1/services/cloud_functions_service/transports/__init__.py",
109
+ "google/cloud/functions_v1/services/cloud_functions_service/transports/base.py",
110
+ "google/cloud/functions_v1/services/cloud_functions_service/transports/grpc.py",
111
+ "google/cloud/functions_v1/services/cloud_functions_service/transports/grpc_asyncio.py",
112
+ "google/cloud/functions_v1/types/__init__.py",
113
+ "google/cloud/functions_v1/types/functions.py",
114
+ "google/cloud/functions_v1/types/operations.py",
115
+ "mypy.ini",
116
+ "noxfile.py",
117
+ "renovate.json",
118
+ "scripts/decrypt-secrets.sh",
119
+ "scripts/fixup_functions_v1_keywords.py",
120
+ "scripts/readme-gen/readme_gen.py",
121
+ "scripts/readme-gen/templates/README.tmpl.rst",
122
+ "scripts/readme-gen/templates/auth.tmpl.rst",
123
+ "scripts/readme-gen/templates/auth_api_key.tmpl.rst",
124
+ "scripts/readme-gen/templates/install_deps.tmpl.rst",
125
+ "scripts/readme-gen/templates/install_portaudio.tmpl.rst",
126
+ "setup.cfg",
127
+ "testing/.gitignore",
128
+ "tests/unit/gapic/functions_v1/__init__.py",
129
+ "tests/unit/gapic/functions_v1/test_cloud_functions_service.py"
43
130
]
44
131
}
0 commit comments