Refreshes a Subscription to a Data Exchange. A Data Exchange can become stale when a publisher adds or removes data. This is a long-running operation as it may create many linked datasets.
HTTP request
POST https://analyticshub.googleapis.com/v1/{name=projects/*/locations/*/subscriptions/*}:refresh
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-12 UTC."],[[["This webpage details how to refresh a subscription to a Data Exchange, which is necessary when a publisher modifies the data."],["The refresh operation is initiated using a POST request to a specific URL, which includes the resource name of the subscription to be refreshed."],["The request body for this operation must be empty, and upon successful completion, the response body will contain an `Operation` instance."],["This operation requires specific OAuth scopes (`https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`) and the `analyticshub.subscriptions.update` IAM permission."],["The Path parameter, `name` is required, to identify the name of the subscription to refresh, in the format of `projects/subscriberproject/locations/US/subscriptions/123`."]]],[]]