Skip to content

Commit

Permalink
chore: start generating bigquery/migration v2 (#5848)
Browse files Browse the repository at this point in the history
* chore: start generating bigquery/migration v2
  • Loading branch information
shollyman committed Apr 6, 2022
1 parent 6ffce1d commit f923c40
Show file tree
Hide file tree
Showing 7 changed files with 990 additions and 0 deletions.
162 changes: 162 additions & 0 deletions bigquery/migration/apiv2/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions bigquery/migration/apiv2/gapic_metadata.json
@@ -0,0 +1,53 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
"language": "go",
"protoPackage": "google.cloud.bigquery.migration.v2",
"libraryPackage": "cloud.google.com/go/bigquery/migration/apiv2",
"services": {
"MigrationService": {
"clients": {
"grpc": {
"libraryClient": "Client",
"rpcs": {
"CreateMigrationWorkflow": {
"methods": [
"CreateMigrationWorkflow"
]
},
"DeleteMigrationWorkflow": {
"methods": [
"DeleteMigrationWorkflow"
]
},
"GetMigrationSubtask": {
"methods": [
"GetMigrationSubtask"
]
},
"GetMigrationWorkflow": {
"methods": [
"GetMigrationWorkflow"
]
},
"ListMigrationSubtasks": {
"methods": [
"ListMigrationSubtasks"
]
},
"ListMigrationWorkflows": {
"methods": [
"ListMigrationWorkflows"
]
},
"StartMigrationWorkflow": {
"methods": [
"StartMigrationWorkflow"
]
}
}
}
}
}
}
}

0 comments on commit f923c40

Please sign in to comment.