Show / Hide Table of Contents

Class AccountsResource.ContainersResource.DestinationsResource.ListRequest

Lists all Destinations linked to a GTM Container.

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

MethodName

Gets the method name.

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

Parent

GTM parent Container'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<ListDestinationsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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