Obrigatório. Nome do recurso do destino solicitado. Este recurso pode ser uma Listagem ou uma DataExchange. Por exemplo: projects/123/locations/US/dataExchanges/456 OU projects/123/locations/US/dataExchanges/456/listings/789
Parâmetros de consulta
Parâmetros
includeDeletedSubscriptions
boolean
Se selecionada, inclui assinaturas excluídas na resposta (até 63 dias após a exclusão).
pageSize
integer
O número máximo de resultados a serem retornados em uma única página de resposta.
pageToken
string
Token da página, retornado por uma chamada anterior.
[[["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."],[[["\u003cp\u003eThis endpoint retrieves a list of subscriptions associated with a specific Data Exchange or Listing resource using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires a \u003ccode\u003eresource\u003c/code\u003e path parameter that specifies the target Listing or DataExchange in a structured format.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters, such as \u003ccode\u003eincludeDeletedSubscriptions\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e, allow for filtering and pagination of the subscription list.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the response body will contain a \u003ccode\u003eListSharedResourceSubscriptionsResponse\u003c/code\u003e object if the request is successful.\u003c/p\u003e\n"],["\u003cp\u003eTo access this endpoint, you need to include one of the following OAuth scopes: \u003ccode\u003ehttps://www.googleapis.com/auth/bigquery\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.dataExchanges.listings.listSubscriptions\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists all subscriptions on a given Data Exchange or Listing.\n\n### HTTP request\n\n`GET https://analyticshub.googleapis.com/v1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:listSubscriptions`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListSharedResourceSubscriptionsResponse](/bigquery/docs/reference/analytics-hub/rest/v1/ListSharedResourceSubscriptionsResponse).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigquery`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]