Skip to content

Commit 36e9ea9

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent b08a6a2 commit 36e9ea9

1 file changed

Lines changed: 223 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 223 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23638,6 +23638,229 @@
2363823638
],
2363923639
"configFile": "bigqueryconnection_v1beta1.yaml"
2364023640
},
23641+
{
23642+
"id": "google.cloud.bigquery.dataexchange.v1beta1",
23643+
"directory": "google/cloud/bigquery/dataexchange/v1beta1",
23644+
"version": "v1beta1",
23645+
"majorVersion": "v1",
23646+
"hostName": "analyticshub.googleapis.com",
23647+
"title": "Analytics Hub API",
23648+
"description": "Exchange data and analytics assets securely and efficiently.",
23649+
"importDirectories": [
23650+
"google/api",
23651+
"google/cloud/bigquery/dataexchange/common",
23652+
"google/iam/v1",
23653+
"google/protobuf"
23654+
],
23655+
"options": {
23656+
"csharp_namespace": {
23657+
"valueCounts": {
23658+
"Google.Cloud.BigQuery.DataExchange.V1Beta1": 1
23659+
}
23660+
},
23661+
"go_package": {
23662+
"valueCounts": {
23663+
"google.golang.org/genproto/googleapis/cloud/bigquery/dataexchange/v1beta1;dataexchange": 1
23664+
}
23665+
},
23666+
"java_multiple_files": {
23667+
"valueCounts": {
23668+
"true": 1
23669+
}
23670+
},
23671+
"java_package": {
23672+
"valueCounts": {
23673+
"com.google.cloud.bigquery.dataexchange.v1beta1": 1
23674+
}
23675+
}
23676+
},
23677+
"services": [
23678+
{
23679+
"shortName": "AnalyticsHubService",
23680+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService",
23681+
"methods": [
23682+
{
23683+
"shortName": "CreateDataExchange",
23684+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.CreateDataExchange",
23685+
"mode": "UNARY",
23686+
"bindings": [
23687+
{
23688+
"httpMethod": "POST",
23689+
"path": "/v1beta1/{parent=projects/*/locations/*}/dataExchanges"
23690+
}
23691+
]
23692+
},
23693+
{
23694+
"shortName": "CreateListing",
23695+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.CreateListing",
23696+
"mode": "UNARY",
23697+
"bindings": [
23698+
{
23699+
"httpMethod": "POST",
23700+
"path": "/v1beta1/{parent=projects/*/locations/*/dataExchanges/*}/listings"
23701+
}
23702+
]
23703+
},
23704+
{
23705+
"shortName": "DeleteDataExchange",
23706+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.DeleteDataExchange",
23707+
"mode": "UNARY",
23708+
"bindings": [
23709+
{
23710+
"httpMethod": "DELETE",
23711+
"path": "/v1beta1/{name=projects/*/locations/*/dataExchanges/*}"
23712+
}
23713+
]
23714+
},
23715+
{
23716+
"shortName": "DeleteListing",
23717+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.DeleteListing",
23718+
"mode": "UNARY",
23719+
"bindings": [
23720+
{
23721+
"httpMethod": "DELETE",
23722+
"path": "/v1beta1/{name=projects/*/locations/*/dataExchanges/*/listings/*}"
23723+
}
23724+
]
23725+
},
23726+
{
23727+
"shortName": "GetDataExchange",
23728+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.GetDataExchange",
23729+
"mode": "UNARY",
23730+
"bindings": [
23731+
{
23732+
"httpMethod": "GET",
23733+
"path": "/v1beta1/{name=projects/*/locations/*/dataExchanges/*}"
23734+
}
23735+
]
23736+
},
23737+
{
23738+
"shortName": "GetIamPolicy",
23739+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.GetIamPolicy",
23740+
"mode": "UNARY",
23741+
"bindings": [
23742+
{
23743+
"httpMethod": "POST",
23744+
"path": "/v1beta1/{resource=projects/*/locations/*/dataExchanges/*}:getIamPolicy"
23745+
},
23746+
{
23747+
"httpMethod": "POST",
23748+
"path": "/v1beta1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:getIamPolicy"
23749+
}
23750+
]
23751+
},
23752+
{
23753+
"shortName": "GetListing",
23754+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.GetListing",
23755+
"mode": "UNARY",
23756+
"bindings": [
23757+
{
23758+
"httpMethod": "GET",
23759+
"path": "/v1beta1/{name=projects/*/locations/*/dataExchanges/*/listings/*}"
23760+
}
23761+
]
23762+
},
23763+
{
23764+
"shortName": "ListDataExchanges",
23765+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.ListDataExchanges",
23766+
"mode": "UNARY",
23767+
"bindings": [
23768+
{
23769+
"httpMethod": "GET",
23770+
"path": "/v1beta1/{parent=projects/*/locations/*}/dataExchanges"
23771+
}
23772+
]
23773+
},
23774+
{
23775+
"shortName": "ListListings",
23776+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.ListListings",
23777+
"mode": "UNARY",
23778+
"bindings": [
23779+
{
23780+
"httpMethod": "GET",
23781+
"path": "/v1beta1/{parent=projects/*/locations/*/dataExchanges/*}/listings"
23782+
}
23783+
]
23784+
},
23785+
{
23786+
"shortName": "ListOrgDataExchanges",
23787+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.ListOrgDataExchanges",
23788+
"mode": "UNARY",
23789+
"bindings": [
23790+
{
23791+
"httpMethod": "GET",
23792+
"path": "/v1beta1/{organization=organizations/*/locations/*}/dataExchanges"
23793+
}
23794+
]
23795+
},
23796+
{
23797+
"shortName": "SetIamPolicy",
23798+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.SetIamPolicy",
23799+
"mode": "UNARY",
23800+
"bindings": [
23801+
{
23802+
"httpMethod": "POST",
23803+
"path": "/v1beta1/{resource=projects/*/locations/*/dataExchanges/*}:setIamPolicy"
23804+
},
23805+
{
23806+
"httpMethod": "POST",
23807+
"path": "/v1beta1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:setIamPolicy"
23808+
}
23809+
]
23810+
},
23811+
{
23812+
"shortName": "SubscribeListing",
23813+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.SubscribeListing",
23814+
"mode": "UNARY",
23815+
"bindings": [
23816+
{
23817+
"httpMethod": "POST",
23818+
"path": "/v1beta1/{name=projects/*/locations/*/dataExchanges/*/listings/*}:subscribe"
23819+
}
23820+
]
23821+
},
23822+
{
23823+
"shortName": "TestIamPermissions",
23824+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.TestIamPermissions",
23825+
"mode": "UNARY",
23826+
"bindings": [
23827+
{
23828+
"httpMethod": "POST",
23829+
"path": "/v1beta1/{resource=projects/*/locations/*/dataExchanges/*}:testIamPermissions"
23830+
},
23831+
{
23832+
"httpMethod": "POST",
23833+
"path": "/v1beta1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:testIamPermissions"
23834+
}
23835+
]
23836+
},
23837+
{
23838+
"shortName": "UpdateDataExchange",
23839+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.UpdateDataExchange",
23840+
"mode": "UNARY",
23841+
"bindings": [
23842+
{
23843+
"httpMethod": "PATCH",
23844+
"path": "/v1beta1/{data_exchange.name=projects/*/locations/*/dataExchanges/*}"
23845+
}
23846+
]
23847+
},
23848+
{
23849+
"shortName": "UpdateListing",
23850+
"fullName": "google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.UpdateListing",
23851+
"mode": "UNARY",
23852+
"bindings": [
23853+
{
23854+
"httpMethod": "PATCH",
23855+
"path": "/v1beta1/{listing.name=projects/*/locations/*/dataExchanges/*/listings/*}"
23856+
}
23857+
]
23858+
}
23859+
]
23860+
}
23861+
],
23862+
"configFile": "analyticshub_v1beta1.yaml"
23863+
},
2364123864
{
2364223865
"id": "google.cloud.bigquery.datatransfer.v1",
2364323866
"directory": "google/cloud/bigquery/datatransfer/v1",

0 commit comments

Comments
 (0)