Required. The resource name of the parent stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets
Query parameters
Parameters
pageSize
integer
The maximum number of resources to return. If unspecified, at most 10 resources will be returned. The maximum value is 10. Higher values will be coerced to the maximum.
pageToken
string
A page token, received from a previous measurementProtocolSecrets.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to measurementProtocolSecrets.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for ListMeasurementProtocolSecret RPC
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[[["Lists Measurement Protocol Secrets associated with a specific Google Analytics 4 property and data stream."],["Allows specification of pagination parameters like `pageSize` and `pageToken` to control the results returned."],["The response includes a list of Measurement Protocol Secrets and a token for retrieving subsequent pages, if available."],["Requires authorization with either `analytics.readonly` or `analytics.edit` scope."],["Provides details on the HTTP request structure, including path and query parameters, as well as the expected response format."]]],["This outlines the process of listing child MeasurementProtocolSecrets under a parent Property via an HTTP GET request. The request URL structure is defined using gRPC Transcoding syntax, including a required `parent` path parameter. Optional query parameters, `pageSize` and `pageToken`, allow for pagination. The request body must be empty. The response includes a list of MeasurementProtocolSecrets and a `nextPageToken` for subsequent pages, all represented in JSON. Authorization requires either read-only or edit access.\n"]]