Show / Hide Table of Contents

Class Metadata

The dimensions and metrics currently accepted in reporting methods.

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

Constructors

Metadata()

Declaration
public Metadata()

Metadata(Metadata)

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

Properties

Dimensions

The dimension descriptions.

Declaration
public RepeatedField<DimensionMetadata> Dimensions { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<DimensionMetadata>

MetadataName

MetadataName-typed view over the Name resource name property.

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

Metrics

The metric descriptions.

Declaration
public RepeatedField<MetricMetadata> Metrics { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<MetricMetadata>

Name

Resource name of this metadata.

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