Show / Hide Table of Contents

Class SizesResource.ListRequest

Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI.

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

Height

Select only sizes with this height.

Declaration
[RequestParameter("height", RequestParameterType.Query)]
public virtual int? Height { get; set; }
Property Value
Type Description
int?

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.SizesListResponse>.HttpMethod

IabStandard

Select only IAB standard sizes.

Declaration
[RequestParameter("iabStandard", RequestParameterType.Query)]
public virtual bool? IabStandard { get; set; }
Property Value
Type Description
bool?

Ids

Select only sizes with these IDs.

Declaration
[RequestParameter("ids", RequestParameterType.Query)]
public virtual Repeatable<string> Ids { get; set; }
Property Value
Type Description
Repeatable<string>

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.SizesListResponse>.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.SizesListResponse>.RestPath

Width

Select only sizes with this width.

Declaration
[RequestParameter("width", RequestParameterType.Query)]
public virtual int? Width { get; set; }
Property Value
Type Description
int?

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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