Show / Hide Table of Contents

Class AccountsResource.ContainersResource.WorkspacesResource.GtagConfigResource.ListRequest

Lists all Google tag configs in a Container.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageToken

Continuation token for fetching the next page of results.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Workspace's API relative path.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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