3
3
{
4
4
"git": {
5
5
"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 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "95dd24960cf9f794ef583e59ad9f1fabe1c4a924 ",
15
- "internalRef": "365882072 "
14
+ "sha": "915925089600094e72e4bfa8cf586c170e6b7109 ",
15
+ "internalRef": "366152684 "
16
16
}
17
17
},
18
18
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "551dd78ca04f7989abc9e63e392f8b8cfa1a0ef9 "
22
+ "sha": "a22531f8364582f51485e4e9db85872d93514ab1 "
23
23
}
24
24
},
25
25
{
26
26
"git": {
27
27
"name": "synthtool",
28
28
"remote": "https://github.com/googleapis/synthtool.git",
29
- "sha": "551dd78ca04f7989abc9e63e392f8b8cfa1a0ef9 "
29
+ "sha": "
10000
;a22531f8364582f51485e4e9db85872d93514ab1 "
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/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"
43
139
]
44
140
}
0 commit comments