Skip to content

Commit b6b589a

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent e966ac0 commit b6b589a

1 file changed

Lines changed: 156 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36385,6 +36385,162 @@
3638536385
}
3638636386
]
3638736387
},
36388+
{
36389+
"id": "google.cloud.ondemandscanning.v1",
36390+
"directory": "google/cloud/ondemandscanning/v1",
36391+
"version": "v1",
36392+
"majorVersion": "v1",
36393+
"hostName": "ondemandscanning.googleapis.com",
36394+
"title": "On-Demand Scanning API",
36395+
"description": "A service to scan container images for vulnerabilities.",
36396+
"importDirectories": [
36397+
"cloud/containers/workflow/vulnerability/proto",
36398+
"google/api",
36399+
"google/longrunning",
36400+
"google/protobuf",
36401+
"grafeas/v1"
36402+
],
36403+
"options": {
36404+
"java_package": {
36405+
"valueCounts": {
36406+
"com.google.cloud.ondemandscanning.v1": 1
36407+
}
36408+
},
36409+
"java_multiple_files": {
36410+
"valueCounts": {
36411+
"true": 1
36412+
}
36413+
},
36414+
"go_package": {
36415+
"valueCounts": {
36416+
"google.golang.org/genproto/googleapis/cloud/ondemandscanning/v1;ondemandscanning": 1
36417+
}
36418+
},
36419+
"csharp_namespace": {
36420+
"valueCounts": {
36421+
"Google.Cloud.OnDemandScanning.V1": 1
36422+
}
36423+
},
36424+
"php_namespace": {
36425+
"valueCounts": {
36426+
"Google\\Cloud\\OnDemandScanning\\V1": 1
36427+
}
36428+
},
36429+
"ruby_package": {
36430+
"valueCounts": {
36431+
"Google::Cloud::OnDemandScanning::V1": 1
36432+
}
36433+
}
36434+
},
36435+
"services": [
36436+
{
36437+
"shortName": "ScannerService",
36438+
"fullName": "google.cloud.ondemandscanning.v1.ScannerService",
36439+
"methods": [
36440+
{
36441+
"shortName": "AnalyzePackages",
36442+
"fullName": "google.cloud.ondemandscanning.v1.ScannerService.AnalyzePackages",
36443+
"mode": "UNARY",
36444+
"bindings": [
36445+
{
36446+
"httpMethod": "POST",
36447+
"path": "/v1/{parent=projects/*/locations/*}/scans:analyzePackages"
36448+
}
36449+
]
36450+
},
36451+
{
36452+
"shortName": "ListVulnerabilities",
36453+
"fullName": "google.cloud.ondemandscanning.v1.ScannerService.ListVulnerabilities",
36454+
"mode": "UNARY",
36455+
"bindings": [
36456+
{
36457+
"httpMethod": "GET",
36458+
"path": "/v1/{parent=projects/*/locations/*/scans/*}/vulnerabilities"
36459+
}
36460+
]
36461+
}
36462+
]
36463+
}
36464+
]
36465+
},
36466+
{
36467+
"id": "google.cloud.ondemandscanning.v1beta1",
36468+
"directory": "google/cloud/ondemandscanning/v1beta1",
36469+
"version": "v1beta1",
36470+
"majorVersion": "v1",
36471+
"hostName": "ondemandscanning.googleapis.com",
36472+
"title": "On-Demand Scanning API",
36473+
"description": "A service to scan container images for vulnerabilities.",
36474+
"importDirectories": [
36475+
"cloud/containers/workflow/vulnerability/proto",
36476+
"google/api",
36477+
"google/longrunning",
36478+
"google/protobuf",
36479+
"grafeas/v1"
36480+
],
36481+
"options": {
36482+
"java_package": {
36483+
"valueCounts": {
36484+
"com.google.cloud.ondemandscanning.v1beta1": 1
36485+
}
36486+
},
36487+
"java_multiple_files": {
36488+
"valueCounts": {
36489+
"true": 1
36490+
}
36491+
},
36492+
"go_package": {
36493+
"valueCounts": {
36494+
"google.golang.org/genproto/googleapis/cloud/ondemandscanning/v1beta1;ondemandscanning": 1
36495+
}
36496+
},
36497+
"csharp_namespace": {
36498+
"valueCounts": {
36499+
"Google.Cloud.OnDemandScanning.V1Beta1": 1
36500+
}
36501+
},
36502+
"php_namespace": {
36503+
"valueCounts": {
36504+
"Google\\Cloud\\OnDemandScanning\\V1beta1": 1
36505+
}
36506+
},
36507+
"ruby_package": {
36508+
"valueCounts": {
36509+
"Google::Cloud::OnDemandScanning::V1beta1": 1
36510+
}
36511+
}
36512+
},
36513+
"services": [
36514+
{
36515+
"shortName": "ScannerService",
36516+
"fullName": "google.cloud.ondemandscanning.v1beta1.ScannerService",
36517+
"methods": [
36518+
{
36519+
"shortName": "AnalyzePackages",
36520+
"fullName": "google.cloud.ondemandscanning.v1beta1.ScannerService.AnalyzePackages",
36521+
"mode": "UNARY",
36522+
"bindings": [
36523+
{
36524+
"httpMethod": "POST",
36525+
"path": "/v1beta1/{parent=projects/*/locations/*}/scans:analyzePackages"
36526+
}
36527+
]
36528+
},
36529+
{
36530+
"shortName": "ListVulnerabilities",
36531+
"fullName": "google.cloud.ondemandscanning.v1beta1.ScannerService.ListVulnerabilities",
36532+
"mode": "UNARY",
36533+
"bindings": [
36534+
{
36535+
"httpMethod": "GET",
36536+
"path": "/v1beta1/{parent=projects/*/locations/*/scans/*}/vulnerabilities"
36537+
}
36538+
]
36539+
}
36540+
]
36541+
}
36542+
]
36543+
},
3638836544
{
3638936545
"id": "google.cloud.orgpolicy.v2",
3639036546
"directory": "google/cloud/orgpolicy/v2",

0 commit comments

Comments
 (0)