Method: properties.dataStreams.getDataRedactionSettings
Suchen Sie nach einem einzelnen DataRedactionSettings.
HTTP-Anfrage
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/dataRedactionSettings}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der zu suchenden Einstellungen. Format: properties/{property}/dataStreams/{dataStream}/dataRedactionSettings Beispiel: "properties/1000/dataStreams/2000/dataRedactionSettings"
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von DataRedactionSettings
.
Autorisierungsbereiche
Erfordert einen der folgenden OAuth-Bereiche:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-05-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-05-06 (UTC)."],[[["Lookup an existing DataRedactionSettings by providing the property and data stream IDs in the URL path."],["This request requires the `name` path parameter, which specifies the DataRedactionSettings resource to retrieve."],["It requires authorization with either `analytics.readonly` or `analytics.edit` scope."],["The response provides a detailed representation of the DataRedactionSettings resource if successful."]]],["This document outlines the process for retrieving `DataRedactionSettings` using a `GET` request. The request is sent to a specific URL determined by the `name` path parameter, which defines the property and data stream. The request body must be empty. A successful response will include an instance of `DataRedactionSettings`. Authorization requires either the `analytics.readonly` or `analytics.edit` OAuth scope. The document also references trying the request with a button `Try it!`\n"]]