Show / Hide Table of Contents

Class GetGlobalSiteTagRequest

Request message for GetGlobalSiteTag RPC.

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

Constructors

GetGlobalSiteTagRequest()

Declaration
public GetGlobalSiteTagRequest()

GetGlobalSiteTagRequest(GetGlobalSiteTagRequest)

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

Properties

GlobalSiteTagName

GlobalSiteTagName-typed view over the Name resource name property.

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

Name

Required. The name of the site tag to lookup. Note that site tags are singletons and do not have unique IDs. Format: properties/{property_id}/webDataStreams/{stream_id}/globalSiteTag Example: "properties/123/webDataStreams/456/globalSiteTag"

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