Show / Hide Table of Contents

Class VideoAbuseReportReasonsResource.ListRequest

Retrieves a list of resources, possibly filtered.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<VideoAbuseReportReasonListResponse>
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>
VideoAbuseReportReasonsResource.ListRequest
Implements
IClientServiceRequest<VideoAbuseReportReasonListResponse>
IClientServiceRequest
Inherited Members
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>.Xgafv
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>.AccessToken
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>.Alt
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>.Callback
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>.Fields
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>.Key
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>.OauthToken
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>.PrettyPrint
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>.QuotaUser
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>.UploadType
YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>.UploadProtocol
ClientServiceRequest<VideoAbuseReportReasonListResponse>.Execute()
ClientServiceRequest<VideoAbuseReportReasonListResponse>.ExecuteAsStream()
ClientServiceRequest<VideoAbuseReportReasonListResponse>.ExecuteAsync()
ClientServiceRequest<VideoAbuseReportReasonListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<VideoAbuseReportReasonListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<VideoAbuseReportReasonListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<VideoAbuseReportReasonListResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<VideoAbuseReportReasonListResponse>.GenerateRequestUri()
ClientServiceRequest<VideoAbuseReportReasonListResponse>.GetBody()
ClientServiceRequest<VideoAbuseReportReasonListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<VideoAbuseReportReasonListResponse>.ETagAction
ClientServiceRequest<VideoAbuseReportReasonListResponse>.ModifyRequest
ClientServiceRequest<VideoAbuseReportReasonListResponse>.RequestParameters
ClientServiceRequest<VideoAbuseReportReasonListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ListRequest : YouTubeBaseServiceRequest<VideoAbuseReportReasonListResponse>, IClientServiceRequest<VideoAbuseReportReasonListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, Repeatable<String>)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, Repeatable<string> part)
Parameters
Type Name Description
IClientService service
Repeatable<System.String> part

Properties

Hl

Declaration
[RequestParameter("hl", RequestParameterType.Query)]
public virtual string Hl { get; set; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTube.v3.Data.VideoAbuseReportReasonListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTube.v3.Data.VideoAbuseReportReasonListResponse>.MethodName

Part

The part parameter specifies the videoCategory resource parts that the API response will include. Supported values are id and snippet.

Declaration
[RequestParameter("part", RequestParameterType.Query)]
public virtual Repeatable<string> Part { get; }
Property Value
Type Description
Repeatable<System.String>

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTube.v3.Data.VideoAbuseReportReasonListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.YouTube.v3.YouTubeBaseServiceRequest<Google.Apis.YouTube.v3.Data.VideoAbuseReportReasonListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top