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

feat(bigquery/analyticshub): start generating apiv1 #6707

Merged
merged 2 commits into from Sep 20, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2,169 changes: 2,169 additions & 0 deletions bigquery/analyticshub/apiv1/analytics_hub_client.go

Large diffs are not rendered by default.

449 changes: 449 additions & 0 deletions bigquery/analyticshub/apiv1/analytics_hub_client_example_test.go

Large diffs are not rendered by default.

3,433 changes: 3,433 additions & 0 deletions bigquery/analyticshub/apiv1/analyticshubpb/analyticshub.pb.go

Large diffs are not rendered by default.

200 changes: 200 additions & 0 deletions bigquery/analyticshub/apiv1/doc.go

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

173 changes: 173 additions & 0 deletions bigquery/analyticshub/apiv1/gapic_metadata.json
@@ -0,0 +1,173 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
"language": "go",
"protoPackage": "google.cloud.bigquery.analyticshub.v1",
"libraryPackage": "cloud.google.com/go/bigquery/analyticshub/apiv1",
"services": {
"AnalyticsHubService": {
"clients": {
"grpc": {
"libraryClient": "Client",
"rpcs": {
"CreateDataExchange": {
"methods": [
"CreateDataExchange"
]
},
"CreateListing": {
"methods": [
"CreateListing"
]
},
"DeleteDataExchange": {
"methods": [
"DeleteDataExchange"
]
},
"DeleteListing": {
"methods": [
"DeleteListing"
]
},
"GetDataExchange": {
"methods": [
"GetDataExchange"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
]
},
"GetListing": {
"methods": [
"GetListing"
]
},
"ListDataExchanges": {
"methods": [
"ListDataExchanges"
]
},
"ListListings": {
"methods": [
"ListListings"
]
},
"ListOrgDataExchanges": {
"methods": [
"ListOrgDataExchanges"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
]
},
"SubscribeListing": {
"methods": [
"SubscribeListing"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
]
},
"UpdateDataExchange": {
"methods": [
"UpdateDataExchange"
]
},
"UpdateListing": {
"methods": [
"UpdateListing"
]
}
}
},
"rest": {
"libraryClient": "Client",
"rpcs": {
"CreateDataExchange": {
"methods": [
"CreateDataExchange"
]
},
"CreateListing": {
"methods": [
"CreateListing"
]
},
"DeleteDataExchange": {
"methods": [
"DeleteDataExchange"
]
},
"DeleteListing": {
"methods": [
"DeleteListing"
]
},
"GetDataExchange": {
"methods": [
"GetDataExchange"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
]
},
"GetListing": {
"methods": [
"GetListing"
]
},
"ListDataExchanges": {
"methods": [
"ListDataExchanges"
]
},
"ListListings": {
"methods": [
"ListListings"
]
},
"ListOrgDataExchanges": {
"methods": [
"ListOrgDataExchanges"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
]
},
"SubscribeListing": {
"methods": [
"SubscribeListing"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
]
},
"UpdateDataExchange": {
"methods": [
"UpdateDataExchange"
]
},
"UpdateListing": {
"methods": [
"UpdateListing"
]
}
}
}
}
}
}
}
23 changes: 23 additions & 0 deletions bigquery/analyticshub/apiv1/version.go

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