Show / Hide Table of Contents

Class I18nRegionsResource.ListRequest

Retrieves a list of resources, possibly filtered.

Inheritance
System.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(Nullable<Boolean>)
ClientServiceRequest<I18nRegionListResponse>.GenerateRequestUri()
ClientServiceRequest<I18nRegionListResponse>.GetBody()
ClientServiceRequest<I18nRegionListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<I18nRegionListResponse>.ETagAction
ClientServiceRequest<I18nRegionListResponse>.ModifyRequest
ClientServiceRequest<I18nRegionListResponse>.RequestParameters
ClientServiceRequest<I18nRegionListResponse>.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<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<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.I18nRegionListResponse>.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.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<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.I18nRegionListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top