Show / Hide Table of Contents

Class PostalCodesResource.ListRequest

Retrieves a list of postal codes.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<PostalCodesListResponse>
DfareportingBaseServiceRequest<PostalCodesListResponse>
PostalCodesResource.ListRequest
Implements
IClientServiceRequest<PostalCodesListResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<PostalCodesListResponse>.Xgafv
DfareportingBaseServiceRequest<PostalCodesListResponse>.AccessToken
DfareportingBaseServiceRequest<PostalCodesListResponse>.Alt
DfareportingBaseServiceRequest<PostalCodesListResponse>.Callback
DfareportingBaseServiceRequest<PostalCodesListResponse>.Fields
DfareportingBaseServiceRequest<PostalCodesListResponse>.Key
DfareportingBaseServiceRequest<PostalCodesListResponse>.OauthToken
DfareportingBaseServiceRequest<PostalCodesListResponse>.PrettyPrint
DfareportingBaseServiceRequest<PostalCodesListResponse>.QuotaUser
DfareportingBaseServiceRequest<PostalCodesListResponse>.UploadType
DfareportingBaseServiceRequest<PostalCodesListResponse>.UploadProtocol
ClientServiceRequest<PostalCodesListResponse>.Execute()
ClientServiceRequest<PostalCodesListResponse>.ExecuteAsStream()
ClientServiceRequest<PostalCodesListResponse>.ExecuteAsync()
ClientServiceRequest<PostalCodesListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<PostalCodesListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<PostalCodesListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<PostalCodesListResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<PostalCodesListResponse>.GenerateRequestUri()
ClientServiceRequest<PostalCodesListResponse>.GetBody()
ClientServiceRequest<PostalCodesListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<PostalCodesListResponse>.ETagAction
ClientServiceRequest<PostalCodesListResponse>.ModifyRequest
ClientServiceRequest<PostalCodesListResponse>.ValidateParameters
ClientServiceRequest<PostalCodesListResponse>.RequestParameters
ClientServiceRequest<PostalCodesListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.Dfareporting.v3_3
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class ListRequest : DfareportingBaseServiceRequest<PostalCodesListResponse>, IClientServiceRequest<PostalCodesListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, Int64)

Constructs a new List request.

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

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.Dfareporting.v3_3.Data.PostalCodesListResponse>.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.Dfareporting.v3_3.Data.PostalCodesListResponse>.MethodName

ProfileId

User profile ID associated with this request.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_3.Data.PostalCodesListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top