Show / Hide Table of Contents

Class AccountsResource.ContainersResource.WorkspacesResource.TriggersResource.ListRequest

Lists all GTM Triggers of a Container.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListTriggersResponse>
TagManagerBaseServiceRequest<ListTriggersResponse>
AccountsResource.ContainersResource.WorkspacesResource.TriggersResource.ListRequest
Implements
IClientServiceRequest<ListTriggersResponse>
IClientServiceRequest
Inherited Members
TagManagerBaseServiceRequest<ListTriggersResponse>.Alt
TagManagerBaseServiceRequest<ListTriggersResponse>.Fields
TagManagerBaseServiceRequest<ListTriggersResponse>.Key
TagManagerBaseServiceRequest<ListTriggersResponse>.OauthToken
TagManagerBaseServiceRequest<ListTriggersResponse>.PrettyPrint
TagManagerBaseServiceRequest<ListTriggersResponse>.QuotaUser
TagManagerBaseServiceRequest<ListTriggersResponse>.UserIp
ClientServiceRequest<ListTriggersResponse>.Execute()
ClientServiceRequest<ListTriggersResponse>.ExecuteAsStream()
ClientServiceRequest<ListTriggersResponse>.ExecuteAsync()
ClientServiceRequest<ListTriggersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListTriggersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListTriggersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListTriggersResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListTriggersResponse>.GenerateRequestUri()
ClientServiceRequest<ListTriggersResponse>.GetBody()
ClientServiceRequest<ListTriggersResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListTriggersResponse>.ETagAction
ClientServiceRequest<ListTriggersResponse>.ModifyRequest
ClientServiceRequest<ListTriggersResponse>.RequestParameters
ClientServiceRequest<ListTriggersResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.TagManager.v2
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class ListRequest : TagManagerBaseServiceRequest<ListTriggersResponse>, IClientServiceRequest<ListTriggersResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.TagManager.v2.Data.ListTriggersResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.TagManager.v2.Data.ListTriggersResponse>.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
System.String

Parent

GTM Workspaces's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.TagManager.v2.Data.ListTriggersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.TagManager.v2.TagManagerBaseServiceRequest<Google.Apis.TagManager.v2.Data.ListTriggersResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top