Show / Hide Table of Contents

Class GiftcardobjectResource.PatchRequest

Updates the gift card object referenced by the given object ID. This method supports patch semantics.

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

Constructors

PatchRequest(IClientService, GiftCardObject, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GiftCardObject body, string resourceId)
Parameters
Type Name Description
IClientService service
GiftCardObject body
string resourceId

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

ResourceId

The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.

Declaration
[RequestParameter("resourceId", RequestParameterType.Path)]
public virtual string ResourceId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Patch parameter list.

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

Implements

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