Show / Hide Table of Contents

Class CreativeFieldValuesResource.ListRequest

Retrieves a list of creative field values, possibly filtered. This method supports paging.

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

Constructors

ListRequest(IClientService, long, long)

Constructs a new List request.

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

Properties

CreativeFieldId

Creative field ID for this creative field value.

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

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

Ids

Select only creative field values with these IDs.

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

MaxResults

Maximum number of results to return.

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

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.CreativeFieldValuesListResponse>.MethodName

PageToken

Value of the nextPageToken from the previous result page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

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

SearchString

Allows searching for creative field values by their values. Wildcards (e.g. *) are not allowed.

Declaration
[RequestParameter("searchString", RequestParameterType.Query)]
public virtual string SearchString { get; set; }
Property Value
Type Description
string

SortField

Field by which to sort the list.

Declaration
[RequestParameter("sortField", RequestParameterType.Query)]
public virtual CreativeFieldValuesResource.ListRequest.SortFieldEnum? SortField { get; set; }
Property Value
Type Description
CreativeFieldValuesResource.ListRequest.SortFieldEnum?

SortOrder

Order of sorted results.

Declaration
[RequestParameter("sortOrder", RequestParameterType.Query)]
public virtual CreativeFieldValuesResource.ListRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Type Description
CreativeFieldValuesResource.ListRequest.SortOrderEnum?

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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