Output only. Resource name of this secret. This secret may be a child of
any type of stream. Format:
properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Output only. Resource name of this secret. This secret may be a child of
any type of stream. Format:
properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Output only. The measurement protocol secret value. Pass this value to the
api_secret field of the Measurement Protocol API when sending hits to this
secret's parent property.
Output only. The measurement protocol secret value. Pass this value to the
api_secret field of the Measurement Protocol API when sending hits to this
secret's parent property.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `MeasurementProtocolSecret` class in the Google Analytics Admin Java library, spanning multiple versions from 0.14.0 up to the latest 0.70.0."],["The `MeasurementProtocolSecret` class is a protocol buffer used for sending hits to the Measurement Protocol, implementing `MeasurementProtocolSecretOrBuilder` and extending `GeneratedMessageV3`."],["The latest version of the library provided here is 0.70.0, which is also the latest version of `MeasurementProtocolSecret`, while version 0.33.0 is specified as the current context."],["`MeasurementProtocolSecret` includes fields such as `name` (resource name), `display_name` (human-readable name), and `secret_value` (the API secret value), with `display_name` being required and the other two being output only."],["The `MeasurementProtocolSecret` class contains static methods for creating new instances, parsing data from various sources, and retrieving descriptors, while also containing multiple methods for getting the various fields, and overriding methods from its parents."]]],[]]