Show / Hide Table of Contents

Class WalletobjectsResource.V1Resource.PrivateContentResource.SetPassUpdateNoticeRequest

Provide Google with information about awaiting private pass update. This will allow Google to provide the update notification to the device that currently holds this pass.

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

Constructors

SetPassUpdateNoticeRequest(IClientService, SetPassUpdateNoticeRequest)

Constructs a new SetPassUpdateNotice request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes SetPassUpdateNotice parameter list.

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

Implements

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