Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1620

Merged
merged 1 commit into from
Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion bigtableadmin/v2/bigtableadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@
}
}
},
"revision": "20220614",
"revision": "20220706",
"rootUrl": "https://bigtableadmin.googleapis.com/",
"schemas": {
"AppProfile": {
Expand Down Expand Up @@ -2629,6 +2629,11 @@
"description": "The unique name of the instance. Values are of the form `projects/{project}/instances/a-z+[a-z0-9]`.",
"type": "string"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"state": {
"description": "Output only. The current state of the instance.",
"enum": [
Expand Down
3 changes: 3 additions & 0 deletions bigtableadmin/v2/bigtableadmin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dlp/v2/dlp-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3412,7 +3412,7 @@
}
}
},
"revision": "20220612",
"revision": "20220708",
"rootUrl": "https://dlp.googleapis.com/",
"schemas": {
"GooglePrivacyDlpV2Action": {
Expand Down Expand Up @@ -5252,7 +5252,7 @@
},
"proximity": {
"$ref": "GooglePrivacyDlpV2Proximity",
"description": "Proximity of the finding within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. Note that the finding itself will be included in the window, so that hotwords may be used to match substrings of the finding itself. For example, the certainty of a phone number regex \"\\(\\d{3}\\) \\d{3}-\\d{4}\" could be adjusted upwards if the area code is known to be the local area code of a company office using the hotword regex \"\\(xxx\\)\", where \"xxx\" is the area code in question."
"description": "Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex \"\\(\\d{3}\\) \\d{3}-\\d{4}\" if the area code is known to be the area code of a company's office. In this case, use the hotword regex \"\\(xxx\\)\", where \"xxx\" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values)."
}
},
"type": "object"
Expand Down Expand Up @@ -6784,7 +6784,7 @@
"type": "integer"
},
"windowBefore": {
"description": "Number of characters before the finding to consider.",
"description": "Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).",
"format": "int32",
"type": "integer"
}
Expand Down
23 changes: 15 additions & 8 deletions dlp/v2/dlp-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions run/v1alpha1/run-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
}
}
},
"revision": "20220617",
"revision": "20220710",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"ConfigMapEnvSource": {
Expand Down Expand Up @@ -1188,7 +1188,7 @@
"id": "SecretVolumeSource",
"properties": {
"defaultMode": {
"description": "Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default to 0644. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
"description": "Integer representation of mode bits to use on created files by default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will default to 0444. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
"format": "int32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion run/v1alpha1/run-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions webrisk/v1/webrisk-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE",
"HIGH_RECALL"
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform.",
"High Recall Social Engineering list targeting any platform."
"Extended Coverage Social Engineering list targeting any platform."
],
"location": "query",
"repeated": true,
Expand Down Expand Up @@ -377,14 +377,14 @@
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE",
"HIGH_RECALL"
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform.",
"High Recall Social Engineering list targeting any platform."
"Extended Coverage Social Engineering list targeting any platform."
],
"location": "query",
"type": "string"
Expand Down Expand Up @@ -422,14 +422,14 @@
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE",
"HIGH_RECALL"
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform.",
"High Recall Social Engineering list targeting any platform."
"Extended Coverage Social Engineering list targeting any platform."
],
"location": "query",
"repeated": true,
Expand All @@ -452,7 +452,7 @@
}
}
},
"revision": "20220625",
"revision": "20220708",
"rootUrl": "https://webrisk.googleapis.com/",
"schemas": {
"GoogleCloudWebriskV1ComputeThreatListDiffResponse": {
Expand Down Expand Up @@ -608,14 +608,14 @@
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE",
"HIGH_RECALL"
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform.",
"High Recall Social Engineering list targeting any platform."
"Extended Coverage Social Engineering list targeting any platform."
],
"type": "string"
},
Expand Down Expand Up @@ -651,14 +651,14 @@
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE",
"HIGH_RECALL"
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform.",
"High Recall Social Engineering list targeting any platform."
"Extended Coverage Social Engineering list targeting any platform."
],
"type": "string"
},
Expand All @@ -679,14 +679,14 @@
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE",
"HIGH_RECALL"
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform.",
"High Recall Social Engineering list targeting any platform."
"Extended Coverage Social Engineering list targeting any platform."
],
"type": "string"
},
Expand Down
36 changes: 18 additions & 18 deletions webrisk/v1/webrisk-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.