Class JobsResource
The "jobs" collection of methods.
Inherited Members
Namespace: Google.Apis.YouTubeReporting.v1
Assembly: Google.Apis.YouTubeReporting.v1.dll
Syntax
public class JobsResource
Constructors
JobsResource(IClientService)
Constructs a new resource.
Declaration
public JobsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Reports
Gets the Reports resource.
Declaration
public virtual JobsResource.ReportsResource Reports { get; }
Property Value
| Type | Description |
|---|---|
| JobsResource.ReportsResource |
Methods
Create(Job)
Creates a job and returns it.
Declaration
public virtual JobsResource.CreateRequest Create(Job body)
Parameters
| Type | Name | Description |
|---|---|---|
| Job | body | The body of the request. |
Returns
| Type | Description |
|---|---|
| JobsResource.CreateRequest |
Delete(string)
Deletes a job.
Declaration
public virtual JobsResource.DeleteRequest Delete(string jobId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | jobId | The ID of the job to delete. |
Returns
| Type | Description |
|---|---|
| JobsResource.DeleteRequest |
Get(string)
Gets a job.
Declaration
public virtual JobsResource.GetRequest Get(string jobId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | jobId | The ID of the job to retrieve. |
Returns
| Type | Description |
|---|---|
| JobsResource.GetRequest |
List()
Lists jobs.
Declaration
public virtual JobsResource.ListRequest List()
Returns
| Type | Description |
|---|---|
| JobsResource.ListRequest |