Show / Hide Table of Contents

Class I18nRegionsResource.ListRequest

Retrieves a list of resources, possibly filtered.

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

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.I18nRegionListResponse>.MethodName

Part

The part parameter specifies the i18nRegion 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>

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.I18nRegionListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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