Show / Hide Table of Contents

Class GenericobjectResource.PatchRequest

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

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

Constructors

PatchRequest(IClientService, GenericObject, string)

Constructs a new Patch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

ResourceId

The unique identifier for an object. This ID must be unique across all objects from an issuer. This value needs to follow the format issuerID.identifier where issuerID is issued by Google and identifier is chosen by you. The unique identifier can 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<GenericObject>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Patch parameter list.

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

Implements

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