33 {
44 "git": {
55 "name": ".",
6- "remote": "git@ github.com: googleapis/python-org-policy.git",
7- "sha": "3f311b3105c60324bf64219d1402713d33f62fb9 "
6+ "remote": "https:// github.com/ googleapis/python-org-policy.git",
7+ "sha": "5d1f86c3121c778f71205364af43e1f26f4c12c9 "
88 }
99 },
1010 {
1111 "git": {
1212 "name": "googleapis",
1313 "remote": "https://github.com/googleapis/googleapis.git",
14- "sha": "95dd24960cf9f794ef583e59ad9f1fabe1c4a924 ",
15- "internalRef": "365882072 "
14+ "sha": "915925089600094e72e4bfa8cf586c170e6b7109 ",
15+ "internalRef": "366152684 "
1616 }
1717 },
1818 {
1919 "git": {
2020 "name": "synthtool",
2121 "remote": "https://github.com/googleapis/synthtool.git",
22- "sha": "551dd78ca04f7989abc9e63e392f8b8cfa1a0ef9 "
22+ "sha": "a22531f8364582f51485e4e9db85872d93514ab1 "
2323 }
2424 },
2525 {
2626 "git": {
2727 "name": "synthtool",
2828 "remote": "https://github.com/googleapis/synthtool.git",
29- "sha": "551dd78ca04f7989abc9e63e392f8b8cfa1a0ef9 "
29+ "sha": "a22531f8364582f51485e4e9db85872d93514ab1 "
3030 }
3131 }
3232 ],
4040 "generator": "bazel"
4141 }
4242 }
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/multiprocessing.rst",
105+ "docs/orgpolicy_v2/org_policy.rst",
106+ "docs/orgpolicy_v2/services.rst",
107+ "docs/orgpolicy_v2/types.rst",
108+ "google/cloud/orgpolicy/__init__.py",
109+ "google/cloud/orgpolicy/py.typed",
110+ "google/cloud/orgpolicy_v2/__init__.py",
111+ "google/cloud/orgpolicy_v2/py.typed",
112+ "google/cloud/orgpolicy_v2/services/__init__.py",
113+ "google/cloud/orgpolicy_v2/services/org_policy/__init__.py",
114+ "google/cloud/orgpolicy_v2/services/org_policy/async_client.py",
115+ "google/cloud/orgpolicy_v2/services/org_policy/client.py",
116+ "google/cloud/orgpolicy_v2/services/org_policy/pagers.py",
117+ "google/cloud/orgpolicy_v2/services/org_policy/transports/__init__.py",
118+ "google/cloud/orgpolicy_v2/services/org_policy/transports/base.py",
119+ "google/cloud/orgpolicy_v2/services/org_policy/transports/grpc.py",
120+ "google/cloud/orgpolicy_v2/services/org_policy/transports/grpc_asyncio.py",
121+ "google/cloud/orgpolicy_v2/types/__init__.py",
122+ "google/cloud/orgpolicy_v2/types/constraint.py",
123+ "google/cloud/orgpolicy_v2/types/orgpolicy.py",
124+ "mypy.ini",
125+ "noxfile.py",
126+ "renovate.json",
127+ "scripts/decrypt-secrets.sh",
128+ "scripts/fixup_orgpolicy_v2_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/orgpolicy_v2/__init__.py",
138+ "tests/unit/gapic/orgpolicy_v2/test_org_policy.py"
43139 ]
44140}
0 commit comments