Show / Hide Table of Contents

Class GetCustomMetricRequest

Request message for GetCustomMetric RPC.

Inheritance
System.Object
GetCustomMetricRequest
Implements
Google.Protobuf.IMessage<GetCustomMetricRequest>
System.IEquatable<GetCustomMetricRequest>
Google.Protobuf.IDeepCloneable<GetCustomMetricRequest>
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 GetCustomMetricRequest : IMessage<GetCustomMetricRequest>, IEquatable<GetCustomMetricRequest>, IDeepCloneable<GetCustomMetricRequest>, IBufferMessage, IMessage

Constructors

GetCustomMetricRequest()

Declaration
public GetCustomMetricRequest()

GetCustomMetricRequest(GetCustomMetricRequest)

Declaration
public GetCustomMetricRequest(GetCustomMetricRequest other)
Parameters
Type Name Description
GetCustomMetricRequest other

Properties

CustomMetricName

CustomMetricName-typed view over the Name resource name property.

Declaration
public CustomMetricName CustomMetricName { get; set; }
Property Value
Type Description
CustomMetricName

Name

Required. The name of the CustomMetric to get. Example format: properties/1234/customMetrics/5678

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top