Show / Hide Table of Contents

Class JobsResource.ListRequest

Lists jobs.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

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

IncludeSystemManaged

If set to true, also system-managed jobs will be returned; otherwise only user-created jobs will be returned. System-managed jobs can neither be modified nor deleted.

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

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.ListJobsResponse>.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 jobs 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 ListReportTypesResponse.next_page_token returned in response to the previous call to the ListJobs 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.ListJobsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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