Show / Hide Table of Contents

Class CountriesResource.ListRequest

Retrieves a list of countries.

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

Constructors

ListRequest(IClientService, long)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long profileId)
Parameters
Type Name Description
IClientService service
long profileId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.CountriesListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.CountriesListResponse>.MethodName

ProfileId

User profile ID associated with this request.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.CountriesListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dfareporting.v3_5.DfareportingBaseServiceRequest<Google.Apis.Dfareporting.v3_5.Data.CountriesListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX