This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
chore: upgrade gapic-generator-python to 0.46.3 (#57)
* chore: upgrade gapic-generator-python to 0.46.3 PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: googleapis/googleapis-gen@0a3c7d2 * 🦉 Updates from OwlBot Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> fix: add async client to %name_%version/init.py chore: add autogenerated snippets chore: remove auth, policy, and options from the reserved names list feat: support self-signed JWT flow for service accounts chore: enable GAPIC metadata generation chore: sort subpackages in %namespace/%name/init.py
- Loading branch information
1 parent
86296d1
commit 3091749
Showing
78 changed files
with
2,829 additions
and
2,600 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.websecurityscanner_v1", | ||
"protoPackage": "google.cloud.websecurityscanner.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"WebSecurityScanner": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "WebSecurityScannerClient", | ||
"rpcs": { | ||
"CreateScanConfig": { | ||
"methods": [ | ||
"create_scan_config" | ||
] | ||
}, | ||
"DeleteScanConfig": { | ||
"methods": [ | ||
"delete_scan_config" | ||
] | ||
}, | ||
"GetFinding": { | ||
"methods": [ | ||
"get_finding" | ||
] | ||
}, | ||
"GetScanConfig": { | ||
"methods": [ | ||
"get_scan_config" | ||
] | ||
}, | ||
"GetScanRun": { | ||
"methods": [ | ||
"get_scan_run" | ||
] | ||
}, | ||
"ListCrawledUrls": { | ||
"methods": [ | ||
"list_crawled_urls" | ||
] | ||
}, | ||
"ListFindingTypeStats": { | ||
"methods": [ | ||
"list_finding_type_stats" | ||
] | ||
}, | ||
"ListFindings": { | ||
"methods": [ | ||
"list_findings" | ||
] | ||
}, | ||
"ListScanConfigs": { | ||
"methods": [ | ||
"list_scan_configs" | ||
] | ||
}, | ||
"ListScanRuns": { | ||
"methods": [ | ||
"list_scan_runs" | ||
] | ||
}, | ||
"StartScanRun": { | ||
"methods": [ | ||
"start_scan_run" | ||
] | ||
}, | ||
"StopScanRun": { | ||
"methods": [ | ||
"stop_scan_run" | ||
] | ||
}, | ||
"UpdateScanConfig": { | ||
"methods": [ | ||
"update_scan_config" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "WebSecurityScannerAsyncClient", | ||
"rpcs": { | ||
"CreateScanConfig": { | ||
"methods": [ | ||
"create_scan_config" | ||
] | ||
}, | ||
"DeleteScanConfig": { | ||
"methods": [ | ||
"delete_scan_config" | ||
] | ||
}, | ||
"GetFinding": { | ||
"methods": [ | ||
"get_finding" | ||
] | ||
}, | ||
"GetScanConfig": { | ||
"methods": [ | ||
"get_scan_config" | ||
] | ||
}, | ||
"GetScanRun": { | ||
"methods": [ | ||
"get_scan_run" | ||
] | ||
}, | ||
"ListCrawledUrls": { | ||
"methods": [ | ||
"list_crawled_urls" | ||
] | ||
}, | ||
"ListFindingTypeStats": { | ||
"methods": [ | ||
"list_finding_type_stats" | ||
] | ||
}, | ||
"ListFindings": { | ||
"methods": [ | ||
"list_findings" | ||
] | ||
}, | ||
"ListScanConfigs": { | ||
"methods": [ | ||
"list_scan_configs" | ||
] | ||
}, | ||
"ListScanRuns": { | ||
"methods": [ | ||
"list_scan_runs" | ||
] | ||
}, | ||
"StartScanRun": { | ||
"methods": [ | ||
"start_scan_run" | ||
] | ||
}, | ||
"StopScanRun": { | ||
"methods": [ | ||
"stop_scan_run" | ||
] | ||
}, | ||
"UpdateScanConfig": { | ||
"methods": [ | ||
"update_scan_config" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.