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 Sep 23, 2021
1 parent dfaf37b commit d615c19
Showing 1 changed file with 69 additions and 3 deletions.
72 changes: 69 additions & 3 deletions api-index-v1.json
Expand Up @@ -16581,6 +16581,45 @@
}
]
},
{
"id": "google.cloud.bigquery.migration.tasks.assessment.v2alpha",
"directory": "google/cloud/bigquery/migration/tasks/assessment/v2alpha",
"version": "v2alpha",
"majorVersion": "v2",
"hostName": "bigquerymigration.googleapis.com",
"title": "BigQuery Migration API",
"description": "The migration service, exposing apis for migration jobs operations, and agent management.",
"importDirectories": [
"google/api"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.BigQuery.Migration.Tasks.Assessment.V2Alpha": 1
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/bigquery/migration/tasks/assessment/v2alpha;assessment": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.bigquery.migration.tasks.assessment.v2alpha": 1
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\BigQuery\\Migration\\Tasks\\Assessment\\V2alpha": 1
}
}
}
},
{
"id": "google.cloud.bigquery.migration.v2alpha",
"directory": "google/cloud/bigquery/migration/v2alpha",
Expand All @@ -16596,19 +16635,29 @@
"google/rpc"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.BigQuery.Migration.V2Alpha": 5
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/bigquery/migration/v2alpha;migration": 4
"google.golang.org/genproto/googleapis/cloud/bigquery/migration/v2alpha;migration": 5
}
},
"java_multiple_files": {
"valueCounts": {
"true": 4
"true": 5
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.bigquery.migration.v2alpha": 4
"com.google.cloud.bigquery.migration.v2alpha": 5
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\BigQuery\\Migration\\V2alpha": 5
}
}
},
Expand Down Expand Up @@ -16695,6 +16744,23 @@
]
}
]
},
{
"shortName": "SqlTranslationService",
"fullName": "google.cloud.bigquery.migration.v2alpha.SqlTranslationService",
"methods": [
{
"shortName": "TranslateQuery",
"fullName": "google.cloud.bigquery.migration.v2alpha.SqlTranslationService.TranslateQuery",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2alpha/{parent=projects/*/locations/*}:translateQuery"
}
]
}
]
}
]
},
Expand Down

0 comments on commit d615c19

Please sign in to comment.