Actualiza una suscripción a un intercambio de datos. Un intercambio de datos puede quedar inactivo cuando un publicador agrega o quita datos. Esta es una operación de larga duración, ya que puede crear muchos conjuntos de datos vinculados.
Solicitud HTTP
POST https://analyticshub.googleapis.com/v1/{name=projects/*/locations/*/subscriptions/*}:refresh
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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`."]]],[]]