Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: start generating bigquery/migration v2 #5848

Merged
merged 7 commits into from Apr 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"
]
}
}
}
}
}
}
}