Show / Hide Table of Contents

Class JobsResource.ReportsResource.ListRequest

Lists reports created by a specific job. Returns NOT_FOUND if the job does not exist.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListReportsResponse>
YouTubeReportingBaseServiceRequest<ListReportsResponse>
JobsResource.ReportsResource.ListRequest
Implements
IClientServiceRequest<ListReportsResponse>
IClientServiceRequest
Inherited Members
YouTubeReportingBaseServiceRequest<ListReportsResponse>.Xgafv
YouTubeReportingBaseServiceRequest<ListReportsResponse>.AccessToken
YouTubeReportingBaseServiceRequest<ListReportsResponse>.Alt
YouTubeReportingBaseServiceRequest<ListReportsResponse>.Callback
YouTubeReportingBaseServiceRequest<ListReportsResponse>.Fields
YouTubeReportingBaseServiceRequest<ListReportsResponse>.Key
YouTubeReportingBaseServiceRequest<ListReportsResponse>.OauthToken
YouTubeReportingBaseServiceRequest<ListReportsResponse>.PrettyPrint
YouTubeReportingBaseServiceRequest<ListReportsResponse>.QuotaUser
YouTubeReportingBaseServiceRequest<ListReportsResponse>.UploadType
YouTubeReportingBaseServiceRequest<ListReportsResponse>.UploadProtocol
ClientServiceRequest<ListReportsResponse>.Execute()
ClientServiceRequest<ListReportsResponse>.ExecuteAsStream()
ClientServiceRequest<ListReportsResponse>.ExecuteAsync()
ClientServiceRequest<ListReportsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListReportsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListReportsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListReportsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListReportsResponse>.GenerateRequestUri()
ClientServiceRequest<ListReportsResponse>.GetBody()
ClientServiceRequest<ListReportsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListReportsResponse>.ETagAction
ClientServiceRequest<ListReportsResponse>.ModifyRequest
ClientServiceRequest<ListReportsResponse>.ValidateParameters
ClientServiceRequest<ListReportsResponse>.ApiVersion
ClientServiceRequest<ListReportsResponse>.RequestParameters
ClientServiceRequest<ListReportsResponse>.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.YouTubeReporting.v1
Assembly: Google.Apis.YouTubeReporting.v1.dll
Syntax
public class JobsResource.ReportsResource.ListRequest : YouTubeReportingBaseServiceRequest<ListReportsResponse>, IClientServiceRequest<ListReportsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string jobId)
Parameters
Type Name Description
IClientService service
string jobId

Properties

CreatedAfter

object representation of CreatedAfterRaw.

Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreatedAfterDateTimeOffset instead.")]
public virtual object CreatedAfter { get; set; }
Property Value
Type Description
object

CreatedAfterDateTimeOffset

Declaration
public virtual DateTimeOffset? CreatedAfterDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreatedAfterRaw

String representation of CreatedAfterDateTimeOffset, formatted for inclusion in the HTTP request.

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

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTubeReporting.v1.Data.ListReportsResponse>.HttpMethod

JobId

The ID of the job.

Declaration
[RequestParameter("jobId", RequestParameterType.Path)]
public virtual string JobId { get; }
Property Value
Type Description
string

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTubeReporting.v1.Data.ListReportsResponse>.MethodName

OnBehalfOfContentOwner

The content owner's external ID on which behalf the user is acting on. If not set, the user is acting for himself (his own channel).

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

PageSize

Requested page size. Server may return fewer report types than requested. If unspecified, server will pick an appropriate default.

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

PageToken

A token identifying a page of results the server should return. Typically, this is the value of ListReportsResponse.next_page_token returned in response to the previous call to the ListReports method.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTubeReporting.v1.Data.ListReportsResponse>.RestPath

StartTimeAtOrAfter

object representation of StartTimeAtOrAfterRaw.

Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeAtOrAfterDateTimeOffset instead.")]
public virtual object StartTimeAtOrAfter { get; set; }
Property Value
Type Description
object

StartTimeAtOrAfterDateTimeOffset

Declaration
public virtual DateTimeOffset? StartTimeAtOrAfterDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeAtOrAfterRaw

String representation of StartTimeAtOrAfterDateTimeOffset, formatted for inclusion in the HTTP request.

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

StartTimeBefore

object representation of StartTimeBeforeRaw.

Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeBeforeDateTimeOffset instead.")]
public virtual object StartTimeBefore { get; set; }
Property Value
Type Description
object

StartTimeBeforeDateTimeOffset

Declaration
public virtual DateTimeOffset? StartTimeBeforeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeBeforeRaw

String representation of StartTimeBeforeDateTimeOffset, formatted for inclusion in the HTTP request.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
YouTubeReportingBaseServiceRequest<ListReportsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX