Atualiza uma assinatura em uma troca de dados. Uma troca de dados pode ficar obsoleta quando um editor adiciona ou remove dados. Essa é uma operação de longa duração que pode criar vários conjuntos de dados vinculados.
Solicitação HTTP
POST https://analyticshub.googleapis.com/v1/{name=projects/*/locations/*/subscriptions/*}:refresh
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-05-23 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`."]]],[]]