Class JobsResource.ReportsResource
The "reports" collection of methods.
Inherited Members
Namespace: Google.Apis.YouTubeReporting.v1
Assembly: Google.Apis.YouTubeReporting.v1.dll
Syntax
public class JobsResource.ReportsResource
Constructors
ReportsResource(IClientService)
Constructs a new resource.
Declaration
public ReportsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string)
Gets the metadata of a specific report.
Declaration
public virtual JobsResource.ReportsResource.GetRequest Get(string jobId, string reportId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | jobId | The ID of the job. |
| string | reportId | The ID of the report to retrieve. |
Returns
| Type | Description |
|---|---|
| JobsResource.ReportsResource.GetRequest |
List(string)
Lists reports created by a specific job. Returns NOT_FOUND if the job does not exist.
Declaration
public virtual JobsResource.ReportsResource.ListRequest List(string jobId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | jobId | The ID of the job. |
Returns
| Type | Description |
|---|---|
| JobsResource.ReportsResource.ListRequest |