Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Nov 19, 2021
1 parent be8f988 commit 96a1b13
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions api-index-v1.json
Expand Up @@ -55078,32 +55078,32 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.SecurityCenter.V1": 14
"Google.Cloud.SecurityCenter.V1": 15
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/securitycenter/v1;securitycenter": 14
"google.golang.org/genproto/googleapis/cloud/securitycenter/v1;securitycenter": 15
}
},
"java_multiple_files": {
"valueCounts": {
"true": 14
"true": 15
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.securitycenter.v1": 14
"com.google.cloud.securitycenter.v1": 15
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\SecurityCenter\\V1": 14
"Google\\Cloud\\SecurityCenter\\V1": 15
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::SecurityCenter::V1": 14
"Google::Cloud::SecurityCenter::V1": 15
}
}
},
Expand Down Expand Up @@ -55472,6 +55472,25 @@
}
]
},
{
"shortName": "UpdateExternalSystem",
"fullName": "google.cloud.securitycenter.v1.SecurityCenter.UpdateExternalSystem",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{external_system.name=organizations/*/sources/*/findings/*/externalSystems/*}"
},
{
"httpMethod": "PATCH",
"path": "/v1/{external_system.name=folders/*/sources/*/findings/*/externalSystems/*}"
},
{
"httpMethod": "PATCH",
"path": "/v1/{external_system.name=projects/*/sources/*/findings/*/externalSystems/*}"
}
]
},
{
"shortName": "UpdateFinding",
"fullName": "google.cloud.securitycenter.v1.SecurityCenter.UpdateFinding",
Expand Down

0 comments on commit 96a1b13

Please sign in to comment.