Show / Hide Table of Contents

Class VideoCategoriesResource.ListRequest

Retrieves a list of resources, possibly filtered.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<VideoCategoryListResponse>
YouTubeBaseServiceRequest<VideoCategoryListResponse>
VideoCategoriesResource.ListRequest
Implements
IClientServiceRequest<VideoCategoryListResponse>
IClientServiceRequest
Inherited Members
YouTubeBaseServiceRequest<VideoCategoryListResponse>.Xgafv
YouTubeBaseServiceRequest<VideoCategoryListResponse>.AccessToken
YouTubeBaseServiceRequest<VideoCategoryListResponse>.Alt
YouTubeBaseServiceRequest<VideoCategoryListResponse>.Callback
YouTubeBaseServiceRequest<VideoCategoryListResponse>.Fields
YouTubeBaseServiceRequest<VideoCategoryListResponse>.Key
YouTubeBaseServiceRequest<VideoCategoryListResponse>.OauthToken
YouTubeBaseServiceRequest<VideoCategoryListResponse>.PrettyPrint
YouTubeBaseServiceRequest<VideoCategoryListResponse>.QuotaUser
YouTubeBaseServiceRequest<VideoCategoryListResponse>.UploadType
YouTubeBaseServiceRequest<VideoCategoryListResponse>.UploadProtocol
ClientServiceRequest<VideoCategoryListResponse>.Execute()
ClientServiceRequest<VideoCategoryListResponse>.ExecuteAsStream()
ClientServiceRequest<VideoCategoryListResponse>.ExecuteAsync()
ClientServiceRequest<VideoCategoryListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<VideoCategoryListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<VideoCategoryListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<VideoCategoryListResponse>.CreateRequest(bool?)
ClientServiceRequest<VideoCategoryListResponse>.GenerateRequestUri()
ClientServiceRequest<VideoCategoryListResponse>.GetBody()
ClientServiceRequest<VideoCategoryListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<VideoCategoryListResponse>.ETagAction
ClientServiceRequest<VideoCategoryListResponse>.ModifyRequest
ClientServiceRequest<VideoCategoryListResponse>.ValidateParameters
ClientServiceRequest<VideoCategoryListResponse>.RequestParameters
ClientServiceRequest<VideoCategoryListResponse>.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.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoCategoriesResource.ListRequest : YouTubeBaseServiceRequest<VideoCategoryListResponse>, IClientServiceRequest<VideoCategoryListResponse>, 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<string> part

Properties

Hl

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

HttpMethod

Gets the HTTP method.

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

Id

Returns the video categories with the given IDs for Stubby or Apiary.

Declaration
[RequestParameter("id", RequestParameterType.Query)]
public virtual Repeatable<string> Id { get; set; }
Property Value
Type Description
Repeatable<string>

MethodName

Gets the method name.

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

Part

The part parameter specifies the videoCategory resource properties that the API response will include. Set the parameter value to snippet.

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

RegionCode

Declaration
[RequestParameter("regionCode", RequestParameterType.Query)]
public virtual string RegionCode { 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.YouTube.v3.Data.VideoCategoryListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
YouTubeBaseServiceRequest<VideoCategoryListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX