Skip to content

Commit f43b1ba

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate websecurityscanner client (googleapis#547)
1 parent 7fc39ec commit f43b1ba

File tree

6 files changed

+832
-776
lines changed

6 files changed

+832
-776
lines changed

clients/1.26.0/google-api-services-websecurityscanner/v1alpha/com/google/api/services/websecurityscanner/v1alpha/model/ScanConfig.java

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.websecurityscanner.v1alpha.model;
1818

1919
/**
20-
* A ScanConfig resource contains the configurations to launch a scan.
20+
* A ScanConfig resource contains the configurations to launch a scan. next id: 12
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Web Security Scanner API. For a detailed explanation
@@ -53,6 +53,13 @@ public final class ScanConfig extends com.google.api.client.json.GenericJson {
5353
@com.google.api.client.util.Key
5454
private java.lang.String displayName;
5555

56+
/**
57+
* Latest ScanRun if available.
58+
* The value may be {@code null}.
59+
*/
60+
@com.google.api.client.util.Key
61+
private ScanRun latestRun;
62+
5663
/**
5764
* The maximum QPS during scanning. A valid value ranges from 5 to 20 inclusively. If the field is
5865
* unspecified or its value is set 0, server will default to 15. Other values outside of [5, 20]
@@ -154,6 +161,23 @@ public ScanConfig setDisplayName(java.lang.String displayName) {
154161
return this;
155162
}
156163

164+
/**
165+
* Latest ScanRun if available.
166+
* @return value or {@code null} for none
167+
*/
168+
public ScanRun getLatestRun() {
169+
return latestRun;
170+
}
171+
172+
/**
173+
* Latest ScanRun if available.
174+
* @param latestRun latestRun or {@code null} for none
175+
*/
176+
public ScanConfig setLatestRun(ScanRun latestRun) {
177+
this.latestRun = latestRun;
178+
return this;
179+
}
180+
157181
/**
158182
* The maximum QPS during scanning. A valid value ranges from 5 to 20 inclusively. If the field is
159183
* unspecified or its value is set 0, server will default to 15. Other values outside of [5, 20]

clients/1.26.0/google-api-services-websecurityscanner/v1alpha/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-websecurityscanner</artifactId>
11-
<version>v1alpha-rev20181024-1.26.0</version>
12-
<name>Web Security Scanner API v1alpha-rev20181024-1.26.0</name>
11+
<version>v1alpha-rev20190110-1.26.0</version>
12+
<name>Web Security Scanner API v1alpha-rev20190110-1.26.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)