Skip to content

Commit d418985

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 84762fa commit d418985

1 file changed

Lines changed: 128 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24148,6 +24148,134 @@
2414824148
],
2414924149
"configFile": "bigquerydatatransfer_v1.yaml"
2415024150
},
24151+
{
24152+
"id": "google.cloud.bigquery.migration.v2",
24153+
"directory": "google/cloud/bigquery/migration/v2",
24154+
"version": "v2",
24155+
"majorVersion": "v2",
24156+
"hostName": "bigquerymigration.googleapis.com",
24157+
"title": "BigQuery Migration API",
24158+
"description": "The migration service, exposing apis for migration jobs operations, and agent management.",
24159+
"importDirectories": [
24160+
"google/api",
24161+
"google/cloud/bigquery/migration/v2",
24162+
"google/protobuf",
24163+
"google/rpc"
24164+
],
24165+
"options": {
24166+
"csharp_namespace": {
24167+
"valueCounts": {
24168+
"Google.Cloud.BigQuery.Migration.V2": 5
24169+
}
24170+
},
24171+
"go_package": {
24172+
"valueCounts": {
24173+
"google.golang.org/genproto/googleapis/cloud/bigquery/migration/v2;migration": 5
24174+
}
24175+
},
24176+
"java_multiple_files": {
24177+
"valueCounts": {
24178+
"true": 5
24179+
}
24180+
},
24181+
"java_package": {
24182+
"valueCounts": {
24183+
"com.google.cloud.bigquery.migration.v2": 5
24184+
}
24185+
},
24186+
"php_namespace": {
24187+
"valueCounts": {
24188+
"Google\\Cloud\\BigQuery\\Migration\\V2": 5
24189+
}
24190+
}
24191+
},
24192+
"services": [
24193+
{
24194+
"shortName": "MigrationService",
24195+
"fullName": "google.cloud.bigquery.migration.v2.MigrationService",
24196+
"methods": [
24197+
{
24198+
"shortName": "CreateMigrationWorkflow",
24199+
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.CreateMigrationWorkflow",
24200+
"mode": "UNARY",
24201+
"bindings": [
24202+
{
24203+
"httpMethod": "POST",
24204+
"path": "/v2/{parent=projects/*/locations/*}/workflows"
24205+
}
24206+
]
24207+
},
24208+
{
24209+
"shortName": "DeleteMigrationWorkflow",
24210+
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.DeleteMigrationWorkflow",
24211+
"mode": "UNARY",
24212+
"bindings": [
24213+
{
24214+
"httpMethod": "DELETE",
24215+
"path": "/v2/{name=projects/*/locations/*/workflows/*}"
24216+
}
24217+
]
24218+
},
24219+
{
24220+
"shortName": "GetMigrationSubtask",
24221+
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.GetMigrationSubtask",
24222+
"mode": "UNARY",
24223+
"bindings": [
24224+
{
24225+
"httpMethod": "GET",
24226+
"path": "/v2/{name=projects/*/locations/*/workflows/*/subtasks/*}"
24227+
}
24228+
]
24229+
},
24230+
{
24231+
"shortName": "GetMigrationWorkflow",
24232+
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.GetMigrationWorkflow",
24233+
"mode": "UNARY",
24234+
"bindings": [
24235+
{
24236+
"httpMethod": "GET",
24237+
"path": "/v2/{name=projects/*/locations/*/workflows/*}"
24238+
}
24239+
]
24240+
},
24241+
{
24242+
"shortName": "ListMigrationSubtasks",
24243+
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.ListMigrationSubtasks",
24244+
"mode": "UNARY",
24245+
"bindings": [
24246+
{
24247+
"httpMethod": "GET",
24248+
"path": "/v2/{parent=projects/*/locations/*/workflows/*}/subtasks"
24249+
}
24250+
]
24251+
},
24252+
{
24253+
"shortName": "ListMigrationWorkflows",
24254+
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.ListMigrationWorkflows",
24255+
"mode": "UNARY",
24256+
"bindings": [
24257+
{
24258+
"httpMethod": "GET",
24259+
"path": "/v2/{parent=projects/*/locations/*}/workflows"
24260+
}
24261+
]
24262+
},
24263+
{
24264+
"shortName": "StartMigrationWorkflow",
24265+
"fullName": "google.cloud.bigquery.migration.v2.MigrationService.StartMigrationWorkflow",
24266+
"mode": "UNARY",
24267+
"bindings": [
24268+
{
24269+
"httpMethod": "POST",
24270+
"path": "/v2/{name=projects/*/locations/*/workflows/*}:start"
24271+
}
24272+
]
24273+
}
24274+
]
24275+
}
24276+
],
24277+
"configFile": "bigquerymigration_v2.yaml"
24278+
},
2415124279
{
2415224280
"id": "google.cloud.bigquery.migration.v2alpha",
2415324281
"directory": "google/cloud/bigquery/migration/v2alpha",

0 commit comments

Comments
 (0)