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

docs: Update documentation. #2389

Merged
merged 1 commit into from
Oct 8, 2019
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions WebRisk/src/V1beta1/ComputeThreatListDiffRequest.php

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

8 changes: 4 additions & 4 deletions WebRisk/src/V1beta1/ComputeThreatListDiffResponse.php

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

Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ public function __construct(array $options = [])
* }
* ```
*
* @param int $threatType Required. The ThreatList to update.
* @param int $threatType The ThreatList to update.
* For allowed values, use constants defined on {@see \Google\Cloud\WebRisk\V1beta1\ThreatType}
* @param Constraints $constraints The constraints associated with this request.
* @param Constraints $constraints Required. The constraints associated with this request.
* @param array $optionalArgs {
* Optional.
*
Expand Down Expand Up @@ -241,7 +241,7 @@ public function computeThreatListDiff($threatType, $constraints, array $optional
* }
* ```
*
* @param string $uri The URI to be checked for matches.
* @param string $uri Required. The URI to be checked for matches.
* @param int[] $threatTypes Required. The ThreatLists to search in.
* For allowed values, use constants defined on {@see \Google\Cloud\WebRisk\V1beta1\ThreatType}
* @param array $optionalArgs {
Expand Down
6 changes: 3 additions & 3 deletions WebRisk/src/V1beta1/SearchHashesRequest.php

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

20 changes: 10 additions & 10 deletions WebRisk/src/V1beta1/SearchUrisRequest.php

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

9 changes: 5 additions & 4 deletions WebRisk/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"updateTime": "2019-09-10T10:04:58.767891Z",
"updateTime": "2019-10-08T17:05:43.194844Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.36.2",
"dockerImage": "googleapis/artman@sha256:0e6f3a668cd68afc768ecbe08817cf6e56a0e64fcbdb1c58c3b97492d12418a1"
"version": "0.38.0",
"dockerImage": "googleapis/artman@sha256:0d2f8d429110aeb8d82df6550ef4ede59d40df9062d260a1580fce688b0512bf"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "26e189ad03ba63591fb26eecb6aaade7ad39f57a"
"sha": "6c17e292b659466d344f08d783f2e89255e5eb7b",
"internalRef": "273543992"
}
}
],
Expand Down