Show / Hide Table of Contents

Class AccountsResource.ContainersResource.WorkspacesResource.QuickPreviewRequest

Quick previews a workspace by creating a fake container version from all entities in the provided workspace.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<QuickPreviewResponse>
TagManagerBaseServiceRequest<QuickPreviewResponse>
AccountsResource.ContainersResource.WorkspacesResource.QuickPreviewRequest
Implements
IClientServiceRequest<QuickPreviewResponse>
IClientServiceRequest
Inherited Members
TagManagerBaseServiceRequest<QuickPreviewResponse>.Alt
TagManagerBaseServiceRequest<QuickPreviewResponse>.Fields
TagManagerBaseServiceRequest<QuickPreviewResponse>.Key
TagManagerBaseServiceRequest<QuickPreviewResponse>.OauthToken
TagManagerBaseServiceRequest<QuickPreviewResponse>.PrettyPrint
TagManagerBaseServiceRequest<QuickPreviewResponse>.QuotaUser
TagManagerBaseServiceRequest<QuickPreviewResponse>.UserIp
ClientServiceRequest<QuickPreviewResponse>.Execute()
ClientServiceRequest<QuickPreviewResponse>.ExecuteAsStream()
ClientServiceRequest<QuickPreviewResponse>.ExecuteAsync()
ClientServiceRequest<QuickPreviewResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<QuickPreviewResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<QuickPreviewResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<QuickPreviewResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<QuickPreviewResponse>.GenerateRequestUri()
ClientServiceRequest<QuickPreviewResponse>.GetBody()
ClientServiceRequest<QuickPreviewResponse>.GetDefaultETagAction(String)
ClientServiceRequest<QuickPreviewResponse>.ETagAction
ClientServiceRequest<QuickPreviewResponse>.ModifyRequest
ClientServiceRequest<QuickPreviewResponse>.RequestParameters
ClientServiceRequest<QuickPreviewResponse>.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 QuickPreviewRequest : TagManagerBaseServiceRequest<QuickPreviewResponse>, IClientServiceRequest<QuickPreviewResponse>, IClientServiceRequest

Constructors

QuickPreviewRequest(IClientService, String)

Constructs a new QuickPreview request.

Declaration
public QuickPreviewRequest(IClientService service, string path)
Parameters
Type Name Description
IClientService service
System.String path

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.QuickPreviewResponse>.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.QuickPreviewResponse>.MethodName

Path

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

Declaration
[RequestParameter("path", RequestParameterType.Path)]
public virtual string Path { 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.QuickPreviewResponse>.RestPath

Methods

InitParameters()

Initializes QuickPreview parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top