Skip to content

Commit 60bab8d

Browse files
fix: better support for fallback mode (#135)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 468790263 Source-Link: googleapis/googleapis@873ab45 Source-Link: googleapis/googleapis-gen@cb6f37a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2I2ZjM3YWVmZjJhMzQ3MmU0MGE3YmJhY2U4YzY3ZDc1ZTI0YmVlNSJ9
1 parent eeed9cb commit 60bab8d

File tree

48 files changed

+449
-330
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+449
-330
lines changed

packages/google-cloud-websecurityscanner/samples/generated/v1/snippet_metadata.google.cloud.websecurityscanner.v1.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"segments": [
2323
{
2424
"start": 25,
25-
"end": 54,
25+
"end": 57,
2626
"type": "FULL"
2727
}
2828
],
@@ -66,7 +66,7 @@
6666
"segments": [
6767
{
6868
"start": 25,
69-
"end": 50,
69+
"end": 53,
7070
"type": "FULL"
7171
}
7272
],
@@ -106,7 +106,7 @@
106106
"segments": [
107107
{
108108
"start": 25,
109-
"end": 50,
109+
"end": 53,
110110
"type": "FULL"
111111
}
112112
],
@@ -146,7 +146,7 @@
146146
"segments": [
147147
{
148148
"start": 25,
149-
"end": 64,
149+
"end": 67,
150150
"type": "FULL"
151151
}
152152
],
@@ -194,7 +194,7 @@
194194
"segments": [
195195
{
196196
"start": 25,
197-
"end": 57,
197+
"end": 60,
198198
"type": "FULL"
199199
}
200200
],
@@ -238,7 +238,7 @@
238238
"segments": [
239239
{
240240
"start": 25,
241-
"end": 50,
241+
"end": 53,
242242
"type": "FULL"
243243
}
244244
],
@@ -278,7 +278,7 @@
278278
"segments": [
279279
{
280280
"start": 25,
281-
"end": 51,
281+
"end": 54,
282282
"type": "FULL"
283283
}
284284
],
@@ -318,7 +318,7 @@
318318
"segments": [
319319
{
320320
"start": 25,
321-
"end": 64,
321+
"end": 67,
322322
"type": "FULL"
323323
}
324324
],
@@ -366,7 +366,7 @@
366366
"segments": [
367367
{
368368
"start": 25,
369-
"end": 51,
369+
"end": 54,
370370
"type": "FULL"
371371
}
372372
],
@@ -406,7 +406,7 @@
406406
"segments": [
407407
{
408408
"start": 25,
409-
"end": 65,
409+
"end": 68,
410410
"type": "FULL"
411411
}
412412
],
@@ -454,7 +454,7 @@
454454
"segments": [
455455
{
456456
"start": 25,
457-
"end": 51,
457+
"end": 54,
458458
"type": "FULL"
459459
}
460460
],
@@ -494,7 +494,7 @@
494494
"segments": [
495495
{
496496
"start": 25,
497-
"end": 72,
497+
"end": 75,
498498
"type": "FULL"
499499
}
500500
],
@@ -546,7 +546,7 @@
546546
"segments": [
547547
{
548548
"start": 25,
549-
"end": 51,
549+
"end": 54,
550550
"type": "FULL"
551551
}
552552
],

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.create_scan_config.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_CreateScanConfig_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.delete_scan_config.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_DeleteScanConfig_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.get_finding.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_GetFinding_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.get_scan_config.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_GetScanConfig_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.get_scan_run.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_GetScanRun_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_crawled_urls.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_ListCrawledUrls_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_finding_type_stats.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_ListFindingTypeStats_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_findings.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_ListFindings_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_scan_configs.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_ListScanConfigs_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_scan_runs.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_ListScanRuns_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.start_scan_run.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_StartScanRun_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.stop_scan_run.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_StopScanRun_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.update_scan_config.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START websecurityscanner_v1_generated_WebSecurityScanner_UpdateScanConfig_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1alpha/snippet_metadata.google.cloud.websecurityscanner.v1alpha.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"segments": [
2323
{
2424
"start": 25,
25-
"end": 56,
25+
"end": 59,
2626
"type": "FULL"
2727
}
2828
],
@@ -66,7 +66,7 @@
6666
"segments": [
6767
{
6868
"start": 25,
69-
"end": 51,
69+
"end": 54,
7070
"type": "FULL"
7171
}
7272
],
@@ -106,7 +106,7 @@
106106
"segments": [
107107
{
108108
"start": 25,
109-
"end": 51,
109+
"end": 54,
110110
"type": "FULL"
111111
}
112112
],
@@ -146,7 +146,7 @@
146146
"segments": [
147147
{
148148
"start": 25,
149-
"end": 65,
149+
"end": 68,
150150
"type": "FULL"
151151
}
152152
],
@@ -194,7 +194,7 @@
194194
"segments": [
195195
{
196196
"start": 25,
197-
"end": 59,
197+
"end": 62,
198198
"type": "FULL"
199199
}
200200
],
@@ -238,7 +238,7 @@
238238
"segments": [
239239
{
240240
"start": 25,
241-
"end": 51,
241+
"end": 54,
242242
"type": "FULL"
243243
}
244244
],
@@ -278,7 +278,7 @@
278278
"segments": [
279279
{
280280
"start": 25,
281-
"end": 52,
281+
"end": 55,
282282
"type": "FULL"
283283
}
284284
],
@@ -318,7 +318,7 @@
318318
"segments": [
319319
{
320320
"start": 25,
321-
"end": 65,
321+
"end": 68,
322322
"type": "FULL"
323323
}
324324
],
@@ -366,7 +366,7 @@
366366
"segments": [
367367
{
368368
"start": 25,
369-
"end": 52,
369+
"end": 55,
370370
"type": "FULL"
371371
}
372372
],
@@ -406,7 +406,7 @@
406406
"segments": [
407407
{
408408
"start": 25,
409-
"end": 66,
409+
"end": 69,
410410
"type": "FULL"
411411
}
412412
],
@@ -454,7 +454,7 @@
454454
"segments": [
455455
{
456456
"start": 25,
457-
"end": 52,
457+
"end": 55,
458458
"type": "FULL"
459459
}
460460
],
@@ -494,7 +494,7 @@
494494
"segments": [
495495
{
496496
"start": 25,
497-
"end": 74,
497+
"end": 77,
498498
"type": "FULL"
499499
}
500500
],
@@ -546,7 +546,7 @@
546546
"segments": [
547547
{
548548
"start": 25,
549-
"end": 52,
549+
"end": 55,
550550
"type": "FULL"
551551
}
552552
],

packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.create_scan_config.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent, scanConfig) {
2424
// [START websecurityscanner_v1alpha_generated_WebSecurityScanner_CreateScanConfig_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.delete_scan_config.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START websecurityscanner_v1alpha_generated_WebSecurityScanner_DeleteScanConfig_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.get_finding.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START websecurityscanner_v1alpha_generated_WebSecurityScanner_GetFinding_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

0 commit comments

Comments
 (0)