chore: Add header checker config (#1171)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/fa6ff9f1-e296-4e28-98a3-5ddf90650592/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/573f7655311b553a937f9123bee17bf78497db95
diff --git a/.github/header-checker-lint.yml b/.github/header-checker-lint.yml
new file mode 100644
index 0000000..fc281c0
--- /dev/null
+++ b/.github/header-checker-lint.yml
@@ -0,0 +1,15 @@
+{"allowedCopyrightHolders": ["Google LLC"],
+ "allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
+ "ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt"],
+ "sourceFileExtensions": [
+ "ts",
+ "js",
+ "java",
+ "sh",
+ "Dockerfile",
+ "yaml",
+ "py",
+ "html",
+ "txt"
+ ]
+}
\ No newline at end of file
diff --git a/docs/dyn/index.md b/docs/dyn/index.md
index 7a29690..93bd9e5 100644
--- a/docs/dyn/index.md
+++ b/docs/dyn/index.md
@@ -564,6 +564,7 @@
## memcache
+* [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/memcache_v1.html)
* [v1beta2](http://googleapis.github.io/google-api-python-client/docs/dyn/memcache_v1beta2.html)
@@ -651,6 +652,7 @@
## realtimebidding
* [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/realtimebidding_v1.html)
+* [v1alpha](http://googleapis.github.io/google-api-python-client/docs/dyn/realtimebidding_v1alpha.html)
## recommendationengine
diff --git a/synth.metadata b/synth.metadata
index 1539ae5..907aa6f 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-python-client.git",
- "sha": "cc94ec86e652769e9d3d5cb6d6491efb8d76dd21"
+ "sha": "4576f024c5c021e50e912ea5768213ab293c2593"
}
},
{
@@ -18,7 +18,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "fb53b6fb373b7c3edf4e55f3e8036bc6d73fa483"
+ "sha": "573f7655311b553a937f9123bee17bf78497db95"
}
}
],
@@ -28,6 +28,7 @@
".github/ISSUE_TEMPLATE/feature_request.md",
".github/ISSUE_TEMPLATE/support_request.md",
".github/PULL_REQUEST_TEMPLATE.md",
+ ".github/header-checker-lint.yml",
".github/release-please.yml",
".github/snippet-bot.yml",
".kokoro/build.sh",