Class UpdateCustomMetricRequest
Request message for UpdateCustomMetric RPC.
Inheritance
System.Object
UpdateCustomMetricRequest
Implements
Google.Protobuf.IMessage<UpdateCustomMetricRequest>
System.IEquatable<UpdateCustomMetricRequest>
Google.Protobuf.IDeepCloneable<UpdateCustomMetricRequest>
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 UpdateCustomMetricRequest : IMessage<UpdateCustomMetricRequest>, IEquatable<UpdateCustomMetricRequest>, IDeepCloneable<UpdateCustomMetricRequest>, IBufferMessage, IMessage
Constructors
UpdateCustomMetricRequest()
Declaration
public UpdateCustomMetricRequest()
UpdateCustomMetricRequest(UpdateCustomMetricRequest)
Declaration
public UpdateCustomMetricRequest(UpdateCustomMetricRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateCustomMetricRequest | other |
Properties
CustomMetric
The CustomMetric to update
Declaration
public CustomMetric CustomMetric { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomMetric |
UpdateMask
Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| Google.Protobuf.WellKnownTypes.FieldMask |