Show / Hide Table of Contents

Class IssuerResource

The "issuer" collection of methods.

Inheritance
object
IssuerResource
Inherited Members
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 IssuerResource

Constructors

IssuerResource(IClientService)

Constructs a new resource.

Declaration
public IssuerResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(long)

Returns the issuer with the given issuer ID.

Declaration
public virtual IssuerResource.GetRequest Get(long resourceId)
Parameters
Type Name Description
long resourceId

The unique identifier for an issuer.

Returns
Type Description
IssuerResource.GetRequest

Insert(Issuer)

Inserts an issuer with the given ID and properties.

Declaration
public virtual IssuerResource.InsertRequest Insert(Issuer body)
Parameters
Type Name Description
Issuer body

The body of the request.

Returns
Type Description
IssuerResource.InsertRequest

List()

Returns a list of all issuers shared to the caller.

Declaration
public virtual IssuerResource.ListRequest List()
Returns
Type Description
IssuerResource.ListRequest

Patch(Issuer, long)

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

Declaration
public virtual IssuerResource.PatchRequest Patch(Issuer body, long resourceId)
Parameters
Type Name Description
Issuer body

The body of the request.

long resourceId

The unique identifier for an issuer.

Returns
Type Description
IssuerResource.PatchRequest

Update(Issuer, long)

Updates the issuer referenced by the given issuer ID.

Declaration
public virtual IssuerResource.UpdateRequest Update(Issuer body, long resourceId)
Parameters
Type Name Description
Issuer body

The body of the request.

long resourceId

The unique identifier for an issuer.

Returns
Type Description
IssuerResource.UpdateRequest
In this article
Back to top Generated by DocFX