-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bigquery/analyticshub): start generating apiv1 (#6707)
- Loading branch information
Showing
11 changed files
with
6,481 additions
and
11 deletions.
There are no files selected for viewing
2,169 changes: 2,169 additions & 0 deletions
2,169
bigquery/analyticshub/apiv1/analytics_hub_client.go
Large diffs are not rendered by default.
Oops, something went wrong.
449 changes: 449 additions & 0 deletions
449
bigquery/analyticshub/apiv1/analytics_hub_client_example_test.go
Large diffs are not rendered by default.
Oops, something went wrong.
3,433 changes: 3,433 additions & 0 deletions
3,433
bigquery/analyticshub/apiv1/analyticshubpb/analyticshub.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.