Show / Hide Table of Contents

Class PropertiesResource.DataStreamsResource.GetGlobalSiteTagRequest

Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>
PropertiesResource.DataStreamsResource.GetGlobalSiteTagRequest
Implements
IClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>
IClientServiceRequest
Inherited Members
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.Xgafv
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.AccessToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.Alt
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.Callback
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.Fields
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.Key
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.OauthToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.PrettyPrint
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.QuotaUser
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.UploadType
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.UploadProtocol
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.Execute()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.ExecuteAsStream()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.ExecuteAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.CreateRequest(bool?)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.GenerateRequestUri()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.GetBody()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.ETagAction
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.ModifyRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.ValidateParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.ApiVersion
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.RequestParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.DataStreamsResource.GetGlobalSiteTagRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>, IClientServiceRequest

Constructors

GetGlobalSiteTagRequest(IClientService, string)

Constructs a new GetGlobalSiteTag request.

Declaration
public GetGlobalSiteTagRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.MethodName

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}/dataStreams/{stream_id}/globalSiteTag Example: properties/123/dataStreams/456/globalSiteTag

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.RestPath

Methods

InitParameters()

Initializes GetGlobalSiteTag parameter list.

Declaration
protected override void InitParameters()
Overrides
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGlobalSiteTag>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX