Show / Hide Table of Contents

Class AccountsResource.ContainersResource.ListRequest

Lists all Containers that belongs to a GTM Account.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListContainersResponse>
TagManagerBaseServiceRequest<ListContainersResponse>
AccountsResource.ContainersResource.ListRequest
Implements
IClientServiceRequest<ListContainersResponse>
IClientServiceRequest
Inherited Members
TagManagerBaseServiceRequest<ListContainersResponse>.Alt
TagManagerBaseServiceRequest<ListContainersResponse>.Fields
TagManagerBaseServiceRequest<ListContainersResponse>.Key
TagManagerBaseServiceRequest<ListContainersResponse>.OauthToken
TagManagerBaseServiceRequest<ListContainersResponse>.PrettyPrint
TagManagerBaseServiceRequest<ListContainersResponse>.QuotaUser
TagManagerBaseServiceRequest<ListContainersResponse>.UserIp
ClientServiceRequest<ListContainersResponse>.Execute()
ClientServiceRequest<ListContainersResponse>.ExecuteAsStream()
ClientServiceRequest<ListContainersResponse>.ExecuteAsync()
ClientServiceRequest<ListContainersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListContainersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListContainersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListContainersResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListContainersResponse>.GenerateRequestUri()
ClientServiceRequest<ListContainersResponse>.GetBody()
ClientServiceRequest<ListContainersResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListContainersResponse>.ETagAction
ClientServiceRequest<ListContainersResponse>.ModifyRequest
ClientServiceRequest<ListContainersResponse>.RequestParameters
ClientServiceRequest<ListContainersResponse>.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<ListContainersResponse>, IClientServiceRequest<ListContainersResponse>, 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.ListContainersResponse>.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.ListContainersResponse>.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 Accounts's API relative path. Example: accounts/{account_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.ListContainersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top