Show / Hide Table of Contents

Class I18nLanguagesResource.ListRequest

Retrieves a list of resources, possibly filtered.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<I18nLanguageListResponse>
YouTubeBaseServiceRequest<I18nLanguageListResponse>
I18nLanguagesResource.ListRequest
Implements
IClientServiceRequest<I18nLanguageListResponse>
IClientServiceRequest
Inherited Members
YouTubeBaseServiceRequest<I18nLanguageListResponse>.Xgafv
YouTubeBaseServiceRequest<I18nLanguageListResponse>.AccessToken
YouTubeBaseServiceRequest<I18nLanguageListResponse>.Alt
YouTubeBaseServiceRequest<I18nLanguageListResponse>.Callback
YouTubeBaseServiceRequest<I18nLanguageListResponse>.Fields
YouTubeBaseServiceRequest<I18nLanguageListResponse>.Key
YouTubeBaseServiceRequest<I18nLanguageListResponse>.OauthToken
YouTubeBaseServiceRequest<I18nLanguageListResponse>.PrettyPrint
YouTubeBaseServiceRequest<I18nLanguageListResponse>.QuotaUser
YouTubeBaseServiceRequest<I18nLanguageListResponse>.UploadType
YouTubeBaseServiceRequest<I18nLanguageListResponse>.UploadProtocol
ClientServiceRequest<I18nLanguageListResponse>.Execute()
ClientServiceRequest<I18nLanguageListResponse>.ExecuteAsStream()
ClientServiceRequest<I18nLanguageListResponse>.ExecuteAsync()
ClientServiceRequest<I18nLanguageListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<I18nLanguageListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<I18nLanguageListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<I18nLanguageListResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<I18nLanguageListResponse>.GenerateRequestUri()
ClientServiceRequest<I18nLanguageListResponse>.GetBody()
ClientServiceRequest<I18nLanguageListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<I18nLanguageListResponse>.ETagAction
ClientServiceRequest<I18nLanguageListResponse>.ModifyRequest
ClientServiceRequest<I18nLanguageListResponse>.RequestParameters
ClientServiceRequest<I18nLanguageListResponse>.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<I18nLanguageListResponse>, IClientServiceRequest<I18nLanguageListResponse>, 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.I18nLanguageListResponse>.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.I18nLanguageListResponse>.MethodName

Part

The part parameter specifies the i18nLanguage 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<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.I18nLanguageListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top