Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Regenerate websecurityscanner client (#6481)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Oct 10, 2019
1 parent 992860b commit 8c6054a
Show file tree
Hide file tree
Showing 67 changed files with 1,940 additions and 2,024 deletions.

Large diffs are not rendered by default.

Expand Up @@ -30,9 +30,9 @@
* <pre>
* <code>
* try (WebSecurityScannerClient webSecurityScannerClient = WebSecurityScannerClient.create()) {
* String formattedParent = WebSecurityScannerClient.formatProjectName("[PROJECT]");
* ProjectName parent = ProjectName.of("[PROJECT]");
* ScanConfig scanConfig = ScanConfig.newBuilder().build();
* ScanConfig response = webSecurityScannerClient.createScanConfig(formattedParent, scanConfig);
* ScanConfig response = webSecurityScannerClient.createScanConfig(parent, scanConfig);
* }
* </code>
* </pre>
Expand Down
Expand Up @@ -642,7 +642,7 @@ private static Builder initDefaults(Builder builder) {

builder
.deleteScanConfigSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));

builder
Expand Down

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions google-cloud-websecurityscanner/synth.metadata
@@ -1,19 +1,19 @@
{
"updateTime": "2019-10-01T07:56:27.923813Z",
"updateTime": "2019-10-10T08:01:23.190207Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.37.1",
"dockerImage": "googleapis/artman@sha256:6068f67900a3f0bdece596b97bda8fc70406ca0e137a941f4c81d3217c994a80"
"version": "0.38.0",
"dockerImage": "googleapis/artman@sha256:0d2f8d429110aeb8d82df6550ef4ede59d40df9062d260a1580fce688b0512bf"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "ce3c574d1266026cebea3a893247790bd68191c2",
"internalRef": "272147209"
"sha": "10f91fa12f70e8e0209a45fc10807ed1f77c7e4e",
"internalRef": "273826591"
}
}
],
Expand Down

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

Expand Up @@ -255,7 +255,7 @@ message GetScanRunRequest {
string name = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
type: "websecurityscanner.googleapis.com/ScanConfig"
type: "websecurityscanner.googleapis.com/ScanRun"
}
];
}
Expand Down

0 comments on commit 8c6054a

Please sign in to comment.