Method: properties.dataStreams.eventEditRules.get
Tìm một EventEditRule duy nhất.
Yêu cầu HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/eventEditRules/*}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Tham số |
name |
string
Bắt buộc. Tên của EventEditRule cần nhận. Định dạng mẫu: thuộc tính/123/dataStreams/456/eventEditRules/789
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của EventEditRule
.
Phạm vi uỷ quyền
Yêu cầu một trong các phạm vi OAuth sau:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-01 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-08-01 UTC."],[[["Retrieves a specific Event Edit Rule configuration based on its resource name."],["Requires providing the full resource name of the Event Edit Rule in the request path."],["Returns the detailed configuration of the requested Event Edit Rule if found."],["Needs appropriate authorization with either read-only or edit access to Analytics data."]]],["A `GET` HTTP request retrieves a single `EventEditRule` using a specified URL with the format `properties/*/dataStreams/*/eventEditRules/*`. The request requires a `name` path parameter, which identifies the target `EventEditRule`. The request body must be empty. A successful response returns an `EventEditRule` instance. This action requires one of two authorization scopes: `analytics.readonly` or `analytics.edit`. The provided URL adheres to gRPC Transcoding syntax.\n"]]