Show / Hide Table of Contents

Class JobsResource.ReportsResource.GetRequest

Gets the metadata of a specific report.

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

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

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

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.Report>.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.Report>.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

ReportId

The ID of the report to retrieve.

Declaration
[RequestParameter("reportId", RequestParameterType.Path)]
public virtual string ReportId { get; }
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.Report>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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