Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(all): bulk gen (#4484)
Bulk generate APIs.

Changes:

feat(iap): start generating apiv1

feat(datafusion): start generating apiv1
  • Loading branch information
codyoss committed Jul 22, 2021
1 parent a126004 commit e55a016
Show file tree
Hide file tree
Showing 12 changed files with 2,619 additions and 1 deletion.
846 changes: 846 additions & 0 deletions datafusion/apiv1/data_fusion_client.go

Large diffs are not rendered by default.

200 changes: 200 additions & 0 deletions datafusion/apiv1/data_fusion_client_example_test.go

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

124 changes: 124 additions & 0 deletions datafusion/apiv1/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 datafusion/apiv1/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.datafusion.v1",
"libraryPackage": "cloud.google.com/go/datafusion/apiv1",
"services": {
"DataFusion": {
"clients": {
"grpc": {
"libraryClient": "Client",
"rpcs": {
"CreateInstance": {
"methods": [
"CreateInstance"
]
},
"DeleteInstance": {
"methods": [
"DeleteInstance"
]
},
"GetInstance": {
"methods": [
"GetInstance"
]
},
"ListAvailableVersions": {
"methods": [
"ListAvailableVersions"
]
},
"ListInstances": {
"methods": [
"ListInstances"
]
},
"RestartInstance": {
"methods": [
"RestartInstance"
]
},
"UpdateInstance": {
"methods": [
"UpdateInstance"
]
}
}
}
}
}
}
}

0 comments on commit e55a016

Please sign in to comment.