Show / Hide Table of Contents

Class JwtResource.InsertRequest

Inserts the resources in the JWT.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<JwtInsertResponse>
WalletobjectsBaseServiceRequest<JwtInsertResponse>
JwtResource.InsertRequest
Implements
IClientServiceRequest<JwtInsertResponse>
IClientServiceRequest
Inherited Members
WalletobjectsBaseServiceRequest<JwtInsertResponse>.Xgafv
WalletobjectsBaseServiceRequest<JwtInsertResponse>.AccessToken
WalletobjectsBaseServiceRequest<JwtInsertResponse>.Alt
WalletobjectsBaseServiceRequest<JwtInsertResponse>.Callback
WalletobjectsBaseServiceRequest<JwtInsertResponse>.Fields
WalletobjectsBaseServiceRequest<JwtInsertResponse>.Key
WalletobjectsBaseServiceRequest<JwtInsertResponse>.OauthToken
WalletobjectsBaseServiceRequest<JwtInsertResponse>.PrettyPrint
WalletobjectsBaseServiceRequest<JwtInsertResponse>.QuotaUser
WalletobjectsBaseServiceRequest<JwtInsertResponse>.UploadType
WalletobjectsBaseServiceRequest<JwtInsertResponse>.UploadProtocol
ClientServiceRequest<JwtInsertResponse>.Execute()
ClientServiceRequest<JwtInsertResponse>.ExecuteAsStream()
ClientServiceRequest<JwtInsertResponse>.ExecuteAsync()
ClientServiceRequest<JwtInsertResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<JwtInsertResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<JwtInsertResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<JwtInsertResponse>.CreateRequest(bool?)
ClientServiceRequest<JwtInsertResponse>.GenerateRequestUri()
ClientServiceRequest<JwtInsertResponse>.GetDefaultETagAction(string)
ClientServiceRequest<JwtInsertResponse>.ETagAction
ClientServiceRequest<JwtInsertResponse>.ModifyRequest
ClientServiceRequest<JwtInsertResponse>.ValidateParameters
ClientServiceRequest<JwtInsertResponse>.ApiVersion
ClientServiceRequest<JwtInsertResponse>.RequestParameters
ClientServiceRequest<JwtInsertResponse>.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.Walletobjects.v1
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class JwtResource.InsertRequest : WalletobjectsBaseServiceRequest<JwtInsertResponse>, IClientServiceRequest<JwtInsertResponse>, IClientServiceRequest

Constructors

InsertRequest(IClientService, JwtResource)

Constructs a new Insert request.

Declaration
public InsertRequest(IClientService service, JwtResource body)
Parameters
Type Name Description
IClientService service
JwtResource body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<JwtInsertResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<JwtInsertResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<JwtInsertResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<JwtInsertResponse>.GetBody()

InitParameters()

Initializes Insert parameter list.

Declaration
protected override void InitParameters()
Overrides
WalletobjectsBaseServiceRequest<JwtInsertResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX