Show / Hide Table of Contents

Class GetMetadataRequest

Request for a property's dimension and metric metadata.

Inheritance
System.Object
GetMetadataRequest
Implements
Google.Protobuf.IMessage<GetMetadataRequest>
System.IEquatable<GetMetadataRequest>
Google.Protobuf.IDeepCloneable<GetMetadataRequest>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class GetMetadataRequest : IMessage<GetMetadataRequest>, IEquatable<GetMetadataRequest>, IDeepCloneable<GetMetadataRequest>, IBufferMessage, IMessage

Constructors

GetMetadataRequest()

Declaration
public GetMetadataRequest()

GetMetadataRequest(GetMetadataRequest)

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

Properties

MetadataName

MetadataName-typed view over the Name resource name property.

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

Name

Required. The resource name of the metadata to retrieve. This name field is specified in the URL path and not URL parameters. Property is a numeric Google Analytics GA4 Property identifier. To learn more, see where to find your Property ID.

Example: properties/1234/metadata

Set the Property ID to 0 for dimensions and metrics common to all properties. In this special mode, this method will not return custom dimensions and metrics.

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