Erforderlich. Ressourcenname des angeforderten Ziels. Diese Ressource kann entweder ein Eintrag oder ein DataExchange sein. z.B. projects/123/locations/US/dataExchanges/456 ODER z.B. projects/123/locations/US/dataExchanges/456/listings/789
Abfrageparameter
Parameter
includeDeletedSubscriptions
boolean
Wenn diese Option ausgewählt ist, werden gelöschte Abos in die Antwort aufgenommen (bis zu 63 Tage nach dem Löschen).
pageSize
integer
Die maximale Anzahl von Ergebnissen, die auf einer einzelnen Antwortseite zurückgegeben werden sollen.
pageToken
string
Seitentoken, das von einem vorherigen Aufruf zurückgegeben wurde.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-05-23 (UTC)."],[[["\u003cp\u003eThis webpage details how to list subscriptions on a Data Exchange or Listing using an HTTP GET request with a specific URL structure.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a resource path parameter specifying either a Data Exchange or Listing and supports query parameters like \u003ccode\u003eincludeDeletedSubscriptions\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e for filtering and pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP GET request does not require a request body to be provided and returns a \u003ccode\u003eListSharedResourceSubscriptionsResponse\u003c/code\u003e upon successful execution.\u003c/p\u003e\n"],["\u003cp\u003eTo successfully make this request, the caller must have either the \u003ccode\u003ehttps://www.googleapis.com/auth/bigquery\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.dataExchanges.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/*}: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)."]]