Class MeasurementProtocolSecret
A secret value used for sending hits to Measurement Protocol.
Inheritance
System.Object
MeasurementProtocolSecret
Implements
Google.Protobuf.IMessage<MeasurementProtocolSecret>
System.IEquatable<MeasurementProtocolSecret>
Google.Protobuf.IDeepCloneable<MeasurementProtocolSecret>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class MeasurementProtocolSecret : IMessage<MeasurementProtocolSecret>, IEquatable<MeasurementProtocolSecret>, IDeepCloneable<MeasurementProtocolSecret>, IBufferMessage, IMessage
Constructors
MeasurementProtocolSecret()
Declaration
public MeasurementProtocolSecret()
MeasurementProtocolSecret(MeasurementProtocolSecret)
Declaration
public MeasurementProtocolSecret(MeasurementProtocolSecret other)
Parameters
| Type | Name | Description |
|---|---|---|
| MeasurementProtocolSecret | other |
Properties
DisplayName
Required. Human-readable display name for this secret.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MeasurementProtocolSecretName
MeasurementProtocolSecretName-typed view over the Name resource name property.
Declaration
public MeasurementProtocolSecretName MeasurementProtocolSecretName { get; set; }
Property Value
| Type | Description |
|---|---|
| MeasurementProtocolSecretName |
Name
Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/webDataStreams/{webDataStream}/measurementProtocolSecrets/{measurementProtocolSecret}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SecretValue
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.
Declaration
public string SecretValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |