Show / Hide Table of Contents

Class ChangeLogsResource.ListRequest

Retrieves a list of change logs. This method supports paging.

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

Constructors

ListRequest(IClientService, Int64)

Constructs a new List request.

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

Properties

Action

Select only change logs with the specified action.

Declaration
[RequestParameter("action", RequestParameterType.Query)]
public virtual ChangeLogsResource.ListRequest.ActionEnum? Action { get; set; }
Property Value
Type Description
System.Nullable<ChangeLogsResource.ListRequest.ActionEnum>

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_4.Data.ChangeLogsListResponse>.HttpMethod

Ids

Select only change logs with these IDs.

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

MaxChangeTime

Select only change logs whose change time is before the specified maxChangeTime.The time should be formatted as an RFC3339 date/time string. For example, for 10:54 PM on July 18th, 2015, in the America/New York time zone, the format is "2015-07-18T22:54:00-04:00". In other words, the year, month, day, the letter T, the hour (24-hour clock system), minute, second, and then the time zone offset.

Declaration
[RequestParameter("maxChangeTime", RequestParameterType.Query)]
public virtual string MaxChangeTime { get; set; }
Property Value
Type Description
System.String

MaxResults

Maximum number of results to return.

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

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_4.Data.ChangeLogsListResponse>.MethodName

MinChangeTime

Select only change logs whose change time is after the specified minChangeTime.The time should be formatted as an RFC3339 date/time string. For example, for 10:54 PM on July 18th, 2015, in the America/New York time zone, the format is "2015-07-18T22:54:00-04:00". In other words, the year, month, day, the letter T, the hour (24-hour clock system), minute, second, and then the time zone offset.

Declaration
[RequestParameter("minChangeTime", RequestParameterType.Query)]
public virtual string MinChangeTime { get; set; }
Property Value
Type Description
System.String

ObjectIds

Select only change logs with these object IDs.

Declaration
[RequestParameter("objectIds", RequestParameterType.Query)]
public virtual Repeatable<string> ObjectIds { get; set; }
Property Value
Type Description
Google.Apis.Util.Repeatable<System.String>

ObjectType

Select only change logs with the specified object type.

Declaration
[RequestParameter("objectType", RequestParameterType.Query)]
public virtual ChangeLogsResource.ListRequest.ObjectTypeEnum? ObjectType { get; set; }
Property Value
Type Description
System.Nullable<ChangeLogsResource.ListRequest.ObjectTypeEnum>

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
System.String

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_4.Data.ChangeLogsListResponse>.RestPath

SearchString

Select only change logs whose object ID, user name, old or new values match the search string.

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

UserProfileIds

Select only change logs with these user profile IDs.

Declaration
[RequestParameter("userProfileIds", RequestParameterType.Query)]
public virtual Repeatable<string> UserProfileIds { get; set; }
Property Value
Type Description
Google.Apis.Util.Repeatable<System.String>

Methods

InitParameters()

Initializes List parameter list.

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

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top