Skip to content

Commit 5bdec16

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 20173 b: refs/heads/autosynth-redis c: 592d4d3 h: refs/heads/master i: 20171: cf34290
1 parent 7b2e509 commit 5bdec16

9 files changed

Lines changed: 14 additions & 17 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78
136136
refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
137137
refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
138138
refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666
139-
refs/heads/autosynth-redis: 80c02ab5b4ecd67096abc6623a93afe19c96780f
139+
refs/heads/autosynth-redis: 592d4d37baecd419670fabf721e5f3a20ff4bd47
140140
refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260
141141
refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
142142
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232

branches/autosynth-redis/google-api-grpc/proto-google-cloud-websecurityscanner-v1alpha/src/main/proto/google/cloud/websecurityscanner/v1alpha/crawled_url.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ option java_multiple_files = true;
2323
option java_outer_classname = "CrawledUrlProto";
2424
option java_package = "com.google.cloud.websecurityscanner.v1alpha";
2525

26-
2726
// A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web
2827
// Security Scanner Service crawls the web applications, following all links
2928
// within the scope of sites, to find the URLs to test against.

branches/autosynth-redis/google-api-grpc/proto-google-cloud-websecurityscanner-v1alpha/src/main/proto/google/cloud/websecurityscanner/v1alpha/finding.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ option java_multiple_files = true;
2424
option java_outer_classname = "FindingProto";
2525
option java_package = "com.google.cloud.websecurityscanner.v1alpha";
2626

27-
2827
// A Finding resource represents a vulnerability instance identified during a
2928
// ScanRun.
3029
message Finding {

branches/autosynth-redis/google-api-grpc/proto-google-cloud-websecurityscanner-v1alpha/src/main/proto/google/cloud/websecurityscanner/v1alpha/finding_addon.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ option java_multiple_files = true;
2323
option java_outer_classname = "FindingAddonProto";
2424
option java_package = "com.google.cloud.websecurityscanner.v1alpha";
2525

26-
2726
// Information reported for an outdated library.
2827
message OutdatedLibrary {
2928
// The name of the outdated library.

branches/autosynth-redis/google-api-grpc/proto-google-cloud-websecurityscanner-v1alpha/src/main/proto/google/cloud/websecurityscanner/v1alpha/finding_type_stats.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ option java_multiple_files = true;
2424
option java_outer_classname = "FindingTypeStatsProto";
2525
option java_package = "com.google.cloud.websecurityscanner.v1alpha";
2626

27-
2827
// A FindingTypeStats resource represents stats regarding a specific FindingType
2928
// of Findings under a given ScanRun.
3029
message FindingTypeStats {

branches/autosynth-redis/google-api-grpc/proto-google-cloud-websecurityscanner-v1alpha/src/main/proto/google/cloud/websecurityscanner/v1alpha/scan_config.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ option java_multiple_files = true;
2424
option java_outer_classname = "ScanConfigProto";
2525
option java_package = "com.google.cloud.websecurityscanner.v1alpha";
2626

27-
2827
// A ScanConfig resource contains the configurations to launch a scan.
2928
message ScanConfig {
3029
// Scan authentication configuration.

branches/autosynth-redis/google-api-grpc/proto-google-cloud-websecurityscanner-v1alpha/src/main/proto/google/cloud/websecurityscanner/v1alpha/scan_run.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ option java_multiple_files = true;
2424
option java_outer_classname = "ScanRunProto";
2525
option java_package = "com.google.cloud.websecurityscanner.v1alpha";
2626

27-
2827
// A ScanRun is a output-only resource representing an actual run of the scan.
2928
message ScanRun {
3029
// Types of ScanRun execution state.

branches/autosynth-redis/google-api-grpc/proto-google-cloud-websecurityscanner-v1alpha/src/main/proto/google/cloud/websecurityscanner/v1alpha/web_security_scanner.proto

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ option java_multiple_files = true;
3030
option java_outer_classname = "WebSecurityScannerProto";
3131
option java_package = "com.google.cloud.websecurityscanner.v1alpha";
3232

33-
3433
// Cloud Web Security Scanner Service identifies security vulnerabilities in web
3534
// applications hosted on Google Cloud Platform. It crawls your application, and
3635
// attempts to exercise as many user inputs and event handlers as possible.
@@ -44,7 +43,8 @@ service WebSecurityScanner {
4443
}
4544

4645
// Deletes an existing ScanConfig and its child resources.
47-
rpc DeleteScanConfig(DeleteScanConfigRequest) returns (google.protobuf.Empty) {
46+
rpc DeleteScanConfig(DeleteScanConfigRequest)
47+
returns (google.protobuf.Empty) {
4848
option (google.api.http) = {
4949
delete: "/v1alpha/{name=projects/*/scanConfigs/*}"
5050
};
@@ -58,7 +58,8 @@ service WebSecurityScanner {
5858
}
5959

6060
// Lists ScanConfigs under a given project.
61-
rpc ListScanConfigs(ListScanConfigsRequest) returns (ListScanConfigsResponse) {
61+
rpc ListScanConfigs(ListScanConfigsRequest)
62+
returns (ListScanConfigsResponse) {
6263
option (google.api.http) = {
6364
get: "/v1alpha/{parent=projects/*}/scanConfigs"
6465
};
@@ -104,7 +105,8 @@ service WebSecurityScanner {
104105
}
105106

106107
// List CrawledUrls under a given ScanRun.
107-
rpc ListCrawledUrls(ListCrawledUrlsRequest) returns (ListCrawledUrlsResponse) {
108+
rpc ListCrawledUrls(ListCrawledUrlsRequest)
109+
returns (ListCrawledUrlsResponse) {
108110
option (google.api.http) = {
109111
get: "/v1alpha/{parent=projects/*/scanConfigs/*/scanRuns/*}/crawledUrls"
110112
};
@@ -125,7 +127,8 @@ service WebSecurityScanner {
125127
}
126128

127129
// List all FindingTypeStats under a given ScanRun.
128-
rpc ListFindingTypeStats(ListFindingTypeStatsRequest) returns (ListFindingTypeStatsResponse) {
130+
rpc ListFindingTypeStats(ListFindingTypeStatsRequest)
131+
returns (ListFindingTypeStatsResponse) {
129132
option (google.api.http) = {
130133
get: "/v1alpha/{parent=projects/*/scanConfigs/*/scanRuns/*}/findingTypeStats"
131134
};

branches/autosynth-redis/google-cloud-clients/google-cloud-websecurityscanner/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-02-13T08:54:32.908972Z",
2+
"updateTime": "2019-03-01T09:00:03.592153Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.13",
8-
"dockerImage": "googleapis/artman@sha256:5fd9aee1d82a00cebf425c8fa431f5457539562f5867ad9c54370f0ec9a7ccaa"
7+
"version": "0.16.14",
8+
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "ca61898878f0926dd9dcc68ba90764f17133efe4",
16-
"internalRef": "233680013"
15+
"sha": "41d72d444fbe445f4da89e13be02078734fb7875",
16+
"internalRef": "236230004"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)