Show / Hide Table of Contents

Class RegionsResource.ListRequest

Retrieves a list of regions.

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

Implements

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