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 Apr 4, 2024
1 parent 8b36c86 commit f0ad215
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions api-index-v1.json
Expand Up @@ -28269,6 +28269,112 @@
],
"nameInServiceConfig": "automl.googleapis.com"
},
{
"id": "google.cloud.backupdr.v1",
"directory": "google/cloud/backupdr/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "backupdr.googleapis.com",
"title": "Backup and DR Service API",
"description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
"importDirectories": [
"google/api",
"google/longrunning",
"google/protobuf"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.BackupDR.V1": 1
}
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/backupdr/apiv1/backupdrpb;backupdrpb": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.backupdr.v1": 1
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\BackupDR\\V1": 1
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::BackupDR::V1": 1
}
}
},
"services": [
{
"shortName": "BackupDR",
"fullName": "google.cloud.backupdr.v1.BackupDR",
"methods": [
{
"shortName": "CreateManagementServer",
"fullName": "google.cloud.backupdr.v1.BackupDR.CreateManagementServer",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/managementServers"
}
]
},
{
"shortName": "DeleteManagementServer",
"fullName": "google.cloud.backupdr.v1.BackupDR.DeleteManagementServer",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/managementServers/*}"
}
]
},
{
"shortName": "GetManagementServer",
"fullName": "google.cloud.backupdr.v1.BackupDR.GetManagementServer",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/managementServers/*}"
}
]
},
{
"shortName": "ListManagementServers",
"fullName": "google.cloud.backupdr.v1.BackupDR.ListManagementServers",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/managementServers"
}
]
}
]
}
],
"configFile": "backupdr_v1.yaml",
"serviceConfigApiNames": [
"google.cloud.backupdr.v1.BackupDR",
"google.cloud.location.Locations",
"google.iam.v1.IAMPolicy",
"google.longrunning.Operations"
],
"nameInServiceConfig": "backupdr.googleapis.com"
},
{
"id": "google.cloud.baremetalsolution.v2",
"directory": "google/cloud/baremetalsolution/v2",
Expand Down

0 comments on commit f0ad215

Please sign in to comment.