Show / Hide Table of Contents

Class AccountsResource.ContainersResource.WorkspacesResource.GtagConfigResource.GetRequest

Gets a Google tag config.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GtagConfig>
TagManagerBaseServiceRequest<GtagConfig>
AccountsResource.ContainersResource.WorkspacesResource.GtagConfigResource.GetRequest
Implements
IClientServiceRequest<GtagConfig>
IClientServiceRequest
Inherited Members
TagManagerBaseServiceRequest<GtagConfig>.Xgafv
TagManagerBaseServiceRequest<GtagConfig>.AccessToken
TagManagerBaseServiceRequest<GtagConfig>.Alt
TagManagerBaseServiceRequest<GtagConfig>.Callback
TagManagerBaseServiceRequest<GtagConfig>.Fields
TagManagerBaseServiceRequest<GtagConfig>.Key
TagManagerBaseServiceRequest<GtagConfig>.OauthToken
TagManagerBaseServiceRequest<GtagConfig>.PrettyPrint
TagManagerBaseServiceRequest<GtagConfig>.QuotaUser
TagManagerBaseServiceRequest<GtagConfig>.UploadType
TagManagerBaseServiceRequest<GtagConfig>.UploadProtocol
ClientServiceRequest<GtagConfig>.Execute()
ClientServiceRequest<GtagConfig>.ExecuteAsStream()
ClientServiceRequest<GtagConfig>.ExecuteAsync()
ClientServiceRequest<GtagConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GtagConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<GtagConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GtagConfig>.CreateRequest(bool?)
ClientServiceRequest<GtagConfig>.GenerateRequestUri()
ClientServiceRequest<GtagConfig>.GetBody()
ClientServiceRequest<GtagConfig>.GetDefaultETagAction(string)
ClientServiceRequest<GtagConfig>.ETagAction
ClientServiceRequest<GtagConfig>.ModifyRequest
ClientServiceRequest<GtagConfig>.ValidateParameters
ClientServiceRequest<GtagConfig>.ApiVersion
ClientServiceRequest<GtagConfig>.RequestParameters
ClientServiceRequest<GtagConfig>.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.TagManager.v2
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class AccountsResource.ContainersResource.WorkspacesResource.GtagConfigResource.GetRequest : TagManagerBaseServiceRequest<GtagConfig>, IClientServiceRequest<GtagConfig>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string path)
Parameters
Type Name Description
IClientService service
string path

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Path

Google tag config's API relative path.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
TagManagerBaseServiceRequest<GtagConfig>.InitParameters()

Implements

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