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 Feb 28, 2022
1 parent 43930af commit e9e3c1b
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions api-index-v1.json
Expand Up @@ -14306,6 +14306,93 @@
],
"configFile": "servicecontrol.yaml"
},
{
"id": "google.api.servicecontrol.v2",
"directory": "google/api/servicecontrol/v2",
"version": "v2",
"majorVersion": "v2",
"hostName": "servicecontrol.googleapis.com",
"title": "Service Control API",
"description": "Provides admission control and telemetry reporting for services integrated with Service Infrastructure.",
"importDirectories": [
"google/api",
"google/rpc",
"google/rpc/context"
],
"options": {
"cc_enable_arenas": {
"valueCounts": {
"true": 1
}
},
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.ServiceControl.V2": 1
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/api/servicecontrol/v2;servicecontrol": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"java_package": {
"valueCounts": {
"com.google.api.servicecontrol.v2": 1
}
},
"objc_class_prefix": {
"valueCounts": {
"GASC": 1
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\ServiceControl\\V2": 1
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::ServiceControl::V2": 1
}
}
},
"services": [
{
"shortName": "ServiceController",
"fullName": "google.api.servicecontrol.v2.ServiceController",
"methods": [
{
"shortName": "Check",
"fullName": "google.api.servicecontrol.v2.ServiceController.Check",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2/services/{service_name}:check"
}
]
},
{
"shortName": "Report",
"fullName": "google.api.servicecontrol.v2.ServiceController.Report",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2/services/{service_name}:report"
}
]
}
]
}
],
"configFile": "servicecontrol.yaml"
},
{
"id": "google.api.servicemanagement.v1",
"directory": "google/api/servicemanagement/v1",
Expand Down

0 comments on commit e9e3c1b

Please sign in to comment.