Show / Hide Table of Contents

Class DynamicProfilesResource.GenerateCodeRequest

Generates code for a dynamic profile.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<DynamicProfileGenerateCodeResponse>
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>
DynamicProfilesResource.GenerateCodeRequest
Implements
IClientServiceRequest<DynamicProfileGenerateCodeResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.Xgafv
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.AccessToken
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.Alt
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.Callback
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.Fields
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.Key
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.OauthToken
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.PrettyPrint
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.QuotaUser
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.UploadType
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.UploadProtocol
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.Execute()
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.ExecuteAsStream()
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.ExecuteAsync()
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.CreateRequest(bool?)
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.GenerateRequestUri()
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.GetBody()
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.GetDefaultETagAction(string)
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.ETagAction
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.ModifyRequest
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.ValidateParameters
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.ApiVersion
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.RequestParameters
ClientServiceRequest<DynamicProfileGenerateCodeResponse>.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.Dfareporting.v5
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class DynamicProfilesResource.GenerateCodeRequest : DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>, IClientServiceRequest<DynamicProfileGenerateCodeResponse>, IClientServiceRequest

Constructors

GenerateCodeRequest(IClientService, long)

Constructs a new GenerateCode request.

Declaration
public GenerateCodeRequest(IClientService service, long dynamicProfileId)
Parameters
Type Name Description
IClientService service
long dynamicProfileId

Properties

DynamicProfileId

Required. Dynamic profile ID.

Declaration
[RequestParameter("dynamicProfileId", RequestParameterType.Path)]
public virtual long DynamicProfileId { get; }
Property Value
Type Description
long

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes GenerateCode parameter list.

Declaration
protected override void InitParameters()
Overrides
DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>.InitParameters()

Implements

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