Show / Hide Table of Contents

Class ThirdPartyLinksResource.UpdateRequest

Updates an existing resource.

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

Constructors

UpdateRequest(IClientService, ThirdPartyLink, Repeatable<String>)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, ThirdPartyLink body, Repeatable<string> part)
Parameters
Type Name Description
IClientService service
ThirdPartyLink body
Repeatable<System.String> part

Properties

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

Part

The part parameter specifies the thirdPartyLink resource parts that the API request and response will include. Supported values are linkingToken, status, and 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.ThirdPartyLink>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Update parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top