Show / Hide Table of Contents

Class AudienceInsightsResource.ListInsightsEligibleDatesRequest

Lists date ranges for which audience insights data can be requested. List of thrown errors: AuthenticationError AuthorizationError FieldError HeaderError InternalError QuotaError RangeError RequestError

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

Constructors

ListInsightsEligibleDatesRequest(IClientService, GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesRequest)

Constructs a new ListInsightsEligibleDates request.

Declaration
public ListInsightsEligibleDatesRequest(IClientService service, GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesRequest body)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse>.GetBody()

InitParameters()

Initializes ListInsightsEligibleDates parameter list.

Declaration
protected override void InitParameters()
Overrides
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse>.InitParameters()

Implements

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