Show / Hide Table of Contents

Class TestsResource.InsertRequest

POST method.

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

Constructors

InsertRequest(IClientService, TestItem, Repeatable<string>)

Constructs a new Insert request.

Declaration
public InsertRequest(IClientService service, TestItem body, Repeatable<string> part)
Parameters
Type Name Description
IClientService service
TestItem body
Repeatable<string> part

Properties

ExternalChannelId

Declaration
[RequestParameter("externalChannelId", RequestParameterType.Query)]
public virtual string ExternalChannelId { 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.TestItem>.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.TestItem>.MethodName

Part

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTube.v3.Data.TestItem>.GetBody()

InitParameters()

Initializes Insert parameter list.

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

Implements

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