Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Walletobjects

import { Walletobjects } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";

API for issuers to save and manage Google Wallet Objects.

class Walletobjects {
constructor(client?: CredentialsClient, baseUrl?: string);
async eventticketclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<EventTicketClassAddMessageResponse>;
async eventticketclassGet(resourceId: string): Promise<EventTicketClass>;
async eventticketclassInsert(req: EventTicketClass): Promise<EventTicketClass>;
async eventticketclassList(opts?: EventticketclassListOptions): Promise<EventTicketClassListResponse>;
async eventticketclassPatch(resourceId: string, req: EventTicketClass): Promise<EventTicketClass>;
async eventticketclassUpdate(resourceId: string, req: EventTicketClass): Promise<EventTicketClass>;
async eventticketobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<EventTicketObjectAddMessageResponse>;
async eventticketobjectGet(resourceId: string): Promise<EventTicketObject>;
async eventticketobjectInsert(req: EventTicketObject): Promise<EventTicketObject>;
async eventticketobjectList(opts?: EventticketobjectListOptions): Promise<EventTicketObjectListResponse>;
async eventticketobjectModifylinkedofferobjects(resourceId: string, req: ModifyLinkedOfferObjectsRequest): Promise<EventTicketObject>;
async eventticketobjectPatch(resourceId: string, req: EventTicketObject): Promise<EventTicketObject>;
async eventticketobjectUpdate(resourceId: string, req: EventTicketObject): Promise<EventTicketObject>;
async flightclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<FlightClassAddMessageResponse>;
async flightclassGet(resourceId: string): Promise<FlightClass>;
async flightclassInsert(req: FlightClass): Promise<FlightClass>;
async flightclassList(opts?: FlightclassListOptions): Promise<FlightClassListResponse>;
async flightclassPatch(resourceId: string, req: FlightClass): Promise<FlightClass>;
async flightclassUpdate(resourceId: string, req: FlightClass): Promise<FlightClass>;
async flightobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<FlightObjectAddMessageResponse>;
async flightobjectGet(resourceId: string): Promise<FlightObject>;
async flightobjectInsert(req: FlightObject): Promise<FlightObject>;
async flightobjectList(opts?: FlightobjectListOptions): Promise<FlightObjectListResponse>;
async flightobjectPatch(resourceId: string, req: FlightObject): Promise<FlightObject>;
async flightobjectUpdate(resourceId: string, req: FlightObject): Promise<FlightObject>;
async genericclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<GenericClassAddMessageResponse>;
async genericclassGet(resourceId: string): Promise<GenericClass>;
async genericclassInsert(req: GenericClass): Promise<GenericClass>;
async genericclassList(opts?: GenericclassListOptions): Promise<GenericClassListResponse>;
async genericclassPatch(resourceId: string, req: GenericClass): Promise<GenericClass>;
async genericclassUpdate(resourceId: string, req: GenericClass): Promise<GenericClass>;
async genericobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<GenericObjectAddMessageResponse>;
async genericobjectGet(resourceId: string): Promise<GenericObject>;
async genericobjectInsert(req: GenericObject): Promise<GenericObject>;
async genericobjectList(opts?: GenericobjectListOptions): Promise<GenericObjectListResponse>;
async genericobjectPatch(resourceId: string, req: GenericObject): Promise<GenericObject>;
async genericobjectUpdate(resourceId: string, req: GenericObject): Promise<GenericObject>;
async giftcardclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<GiftCardClassAddMessageResponse>;
async giftcardclassGet(resourceId: string): Promise<GiftCardClass>;
async giftcardclassInsert(req: GiftCardClass): Promise<GiftCardClass>;
async giftcardclassList(opts?: GiftcardclassListOptions): Promise<GiftCardClassListResponse>;
async giftcardclassPatch(resourceId: string, req: GiftCardClass): Promise<GiftCardClass>;
async giftcardclassUpdate(resourceId: string, req: GiftCardClass): Promise<GiftCardClass>;
async giftcardobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<GiftCardObjectAddMessageResponse>;
async giftcardobjectGet(resourceId: string): Promise<GiftCardObject>;
async giftcardobjectInsert(req: GiftCardObject): Promise<GiftCardObject>;
async giftcardobjectList(opts?: GiftcardobjectListOptions): Promise<GiftCardObjectListResponse>;
async giftcardobjectPatch(resourceId: string, req: GiftCardObject): Promise<GiftCardObject>;
async giftcardobjectUpdate(resourceId: string, req: GiftCardObject): Promise<GiftCardObject>;
async issuerGet(resourceId: bigint): Promise<Issuer>;
async issuerInsert(req: Issuer): Promise<Issuer>;
async issuerList(): Promise<IssuerListResponse>;
async issuerPatch(resourceId: bigint, req: Issuer): Promise<Issuer>;
async issuerUpdate(resourceId: bigint, req: Issuer): Promise<Issuer>;
async jwtInsert(req: JwtResource): Promise<JwtInsertResponse>;
async loyaltyclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<LoyaltyClassAddMessageResponse>;
async loyaltyclassGet(resourceId: string): Promise<LoyaltyClass>;
async loyaltyclassInsert(req: LoyaltyClass): Promise<LoyaltyClass>;
async loyaltyclassList(opts?: LoyaltyclassListOptions): Promise<LoyaltyClassListResponse>;
async loyaltyclassPatch(resourceId: string, req: LoyaltyClass): Promise<LoyaltyClass>;
async loyaltyclassUpdate(resourceId: string, req: LoyaltyClass): Promise<LoyaltyClass>;
async loyaltyobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<LoyaltyObjectAddMessageResponse>;
async loyaltyobjectGet(resourceId: string): Promise<LoyaltyObject>;
async loyaltyobjectInsert(req: LoyaltyObject): Promise<LoyaltyObject>;
async loyaltyobjectList(opts?: LoyaltyobjectListOptions): Promise<LoyaltyObjectListResponse>;
async loyaltyobjectModifylinkedofferobjects(resourceId: string, req: ModifyLinkedOfferObjectsRequest): Promise<LoyaltyObject>;
async loyaltyobjectPatch(resourceId: string, req: LoyaltyObject): Promise<LoyaltyObject>;
async loyaltyobjectUpdate(resourceId: string, req: LoyaltyObject): Promise<LoyaltyObject>;
async mediaDownload(resourceId: string): Promise<Media>;
async offerclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<OfferClassAddMessageResponse>;
async offerclassGet(resourceId: string): Promise<OfferClass>;
async offerclassInsert(req: OfferClass): Promise<OfferClass>;
async offerclassList(opts?: OfferclassListOptions): Promise<OfferClassListResponse>;
async offerclassPatch(resourceId: string, req: OfferClass): Promise<OfferClass>;
async offerclassUpdate(resourceId: string, req: OfferClass): Promise<OfferClass>;
async offerobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<OfferObjectAddMessageResponse>;
async offerobjectGet(resourceId: string): Promise<OfferObject>;
async offerobjectInsert(req: OfferObject): Promise<OfferObject>;
async offerobjectList(opts?: OfferobjectListOptions): Promise<OfferObjectListResponse>;
async offerobjectPatch(resourceId: string, req: OfferObject): Promise<OfferObject>;
async offerobjectUpdate(resourceId: string, req: OfferObject): Promise<OfferObject>;
async permissionsGet(resourceId: bigint): Promise<Permissions>;
async permissionsUpdate(resourceId: bigint, req: Permissions): Promise<Permissions>;
async smarttapInsert(req: SmartTap): Promise<SmartTap>;
async transitclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<TransitClassAddMessageResponse>;
async transitclassGet(resourceId: string): Promise<TransitClass>;
async transitclassInsert(req: TransitClass): Promise<TransitClass>;
async transitclassList(opts?: TransitclassListOptions): Promise<TransitClassListResponse>;
async transitclassPatch(resourceId: string, req: TransitClass): Promise<TransitClass>;
async transitclassUpdate(resourceId: string, req: TransitClass): Promise<TransitClass>;
async transitobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<TransitObjectAddMessageResponse>;
async transitobjectGet(resourceId: string): Promise<TransitObject>;
async transitobjectInsert(req: TransitObject): Promise<TransitObject>;
async transitobjectList(opts?: TransitobjectListOptions): Promise<TransitObjectListResponse>;
async transitobjectPatch(resourceId: string, req: TransitObject): Promise<TransitObject>;
async transitobjectUpdate(resourceId: string, req: TransitObject): Promise<TransitObject>;
}

§Constructors

§
new Walletobjects(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
eventticketclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<EventTicketClassAddMessageResponse>
[src]

Adds a message to the event ticket class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
eventticketclassGet(resourceId: string): Promise<EventTicketClass>
[src]

Returns the event ticket class with the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
eventticketclassInsert(req: EventTicketClass): Promise<EventTicketClass>
[src]

Inserts an event ticket class with the given ID and properties.

§
eventticketclassList(opts?: EventticketclassListOptions): Promise<EventTicketClassListResponse>
[src]

Returns a list of all event ticket classes for a given issuer ID.

§
eventticketclassPatch(resourceId: string, req: EventTicketClass): Promise<EventTicketClass>
[src]

Updates the event ticket class referenced by the given class ID. This method supports patch semantics.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
eventticketclassUpdate(resourceId: string, req: EventTicketClass): Promise<EventTicketClass>
[src]

Updates the event ticket class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
eventticketobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<EventTicketObjectAddMessageResponse>
[src]

Adds a message to the event ticket object referenced by the given object ID.

@param 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 '-'.

§
eventticketobjectGet(resourceId: string): Promise<EventTicketObject>
[src]

Returns the event ticket object with the given object ID.

@param 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 '-'.

§
eventticketobjectInsert(req: EventTicketObject): Promise<EventTicketObject>
[src]

Inserts an event ticket object with the given ID and properties.

§

Returns a list of all event ticket objects for a given issuer ID.

§
eventticketobjectModifylinkedofferobjects(resourceId: string, req: ModifyLinkedOfferObjectsRequest): Promise<EventTicketObject>
[src]

Modifies linked offer objects for the event ticket object with the given ID.

@param 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 '-'.

§
eventticketobjectPatch(resourceId: string, req: EventTicketObject): Promise<EventTicketObject>
[src]

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

@param 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 '-'.

§
eventticketobjectUpdate(resourceId: string, req: EventTicketObject): Promise<EventTicketObject>
[src]

Updates the event ticket object referenced by the given object ID.

@param 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 '-'.

§
flightclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<FlightClassAddMessageResponse>
[src]

Adds a message to the flight class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
flightclassGet(resourceId: string): Promise<FlightClass>
[src]

Returns the flight class with the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
flightclassInsert(req: FlightClass): Promise<FlightClass>
[src]

Inserts an flight class with the given ID and properties.

§
flightclassList(opts?: FlightclassListOptions): Promise<FlightClassListResponse>
[src]

Returns a list of all flight classes for a given issuer ID.

§
flightclassPatch(resourceId: string, req: FlightClass): Promise<FlightClass>
[src]

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

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
flightclassUpdate(resourceId: string, req: FlightClass): Promise<FlightClass>
[src]

Updates the flight class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
flightobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<FlightObjectAddMessageResponse>
[src]

Adds a message to the flight object referenced by the given object ID.

@param 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 '-'.

§
flightobjectGet(resourceId: string): Promise<FlightObject>
[src]

Returns the flight object with the given object ID.

@param 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 '-'.

§
flightobjectInsert(req: FlightObject): Promise<FlightObject>
[src]

Inserts an flight object with the given ID and properties.

§
flightobjectList(opts?: FlightobjectListOptions): Promise<FlightObjectListResponse>
[src]

Returns a list of all flight objects for a given issuer ID.

§
flightobjectPatch(resourceId: string, req: FlightObject): Promise<FlightObject>
[src]

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

@param 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 '-'.

§
flightobjectUpdate(resourceId: string, req: FlightObject): Promise<FlightObject>
[src]

Updates the flight object referenced by the given object ID.

@param 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 '-'.

§
genericclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<GenericClassAddMessageResponse>
[src]

Adds a message to the generic class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
genericclassGet(resourceId: string): Promise<GenericClass>
[src]

Returns the generic class with the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 -.

§
genericclassInsert(req: GenericClass): Promise<GenericClass>
[src]

Inserts a generic class with the given ID and properties.

§
genericclassList(opts?: GenericclassListOptions): Promise<GenericClassListResponse>
[src]

Returns a list of all generic classes for a given issuer ID.

§
genericclassPatch(resourceId: string, req: GenericClass): Promise<GenericClass>
[src]

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

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 -.

§
genericclassUpdate(resourceId: string, req: GenericClass): Promise<GenericClass>
[src]

Updates the Generic class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 -.

§
genericobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<GenericObjectAddMessageResponse>
[src]

Adds a message to the generic object referenced by the given object ID.

@param resourceId

The unique identifier for an object. This ID must be unique across all classes 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 '-'.

§
genericobjectGet(resourceId: string): Promise<GenericObject>
[src]

Returns the generic object with the given object ID.

@param 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 -.

§
genericobjectInsert(req: GenericObject): Promise<GenericObject>
[src]

Inserts a generic object with the given ID and properties.

§
genericobjectList(opts?: GenericobjectListOptions): Promise<GenericObjectListResponse>
[src]

Returns a list of all generic objects for a given issuer ID.

§
genericobjectPatch(resourceId: string, req: GenericObject): Promise<GenericObject>
[src]

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

@param 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 -.

§
genericobjectUpdate(resourceId: string, req: GenericObject): Promise<GenericObject>
[src]

Updates the generic object referenced by the given object ID.

@param 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 -.

§
giftcardclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<GiftCardClassAddMessageResponse>
[src]

Adds a message to the gift card class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
giftcardclassGet(resourceId: string): Promise<GiftCardClass>
[src]

Returns the gift card class with the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
giftcardclassInsert(req: GiftCardClass): Promise<GiftCardClass>
[src]

Inserts an gift card class with the given ID and properties.

§
giftcardclassList(opts?: GiftcardclassListOptions): Promise<GiftCardClassListResponse>
[src]

Returns a list of all gift card classes for a given issuer ID.

§
giftcardclassPatch(resourceId: string, req: GiftCardClass): Promise<GiftCardClass>
[src]

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

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
giftcardclassUpdate(resourceId: string, req: GiftCardClass): Promise<GiftCardClass>
[src]

Updates the gift card class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
giftcardobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<GiftCardObjectAddMessageResponse>
[src]

Adds a message to the gift card object referenced by the given object ID.

@param 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 '-'.

§
giftcardobjectGet(resourceId: string): Promise<GiftCardObject>
[src]

Returns the gift card object with the given object ID.

@param 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 '-'.

§
giftcardobjectInsert(req: GiftCardObject): Promise<GiftCardObject>
[src]

Inserts an gift card object with the given ID and properties.

§
giftcardobjectList(opts?: GiftcardobjectListOptions): Promise<GiftCardObjectListResponse>
[src]

Returns a list of all gift card objects for a given issuer ID.

§
giftcardobjectPatch(resourceId: string, req: GiftCardObject): Promise<GiftCardObject>
[src]

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

@param 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 '-'.

§
giftcardobjectUpdate(resourceId: string, req: GiftCardObject): Promise<GiftCardObject>
[src]

Updates the gift card object referenced by the given object ID.

@param 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 '-'.

§
issuerGet(resourceId: bigint): Promise<Issuer>
[src]

Returns the issuer with the given issuer ID.

@param resourceId

The unique identifier for an issuer.

§
issuerInsert(req: Issuer): Promise<Issuer>
[src]

Inserts an issuer with the given ID and properties.

§
issuerList(): Promise<IssuerListResponse>
[src]

Returns a list of all issuers shared to the caller.

§
issuerPatch(resourceId: bigint, req: Issuer): Promise<Issuer>
[src]

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

@param resourceId

The unique identifier for an issuer.

§
issuerUpdate(resourceId: bigint, req: Issuer): Promise<Issuer>
[src]

Updates the issuer referenced by the given issuer ID.

@param resourceId

The unique identifier for an issuer.

§
jwtInsert(req: JwtResource): Promise<JwtInsertResponse>
[src]

Inserts the resources in the JWT.

§
loyaltyclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<LoyaltyClassAddMessageResponse>
[src]

Adds a message to the loyalty class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
loyaltyclassGet(resourceId: string): Promise<LoyaltyClass>
[src]

Returns the loyalty class with the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
loyaltyclassInsert(req: LoyaltyClass): Promise<LoyaltyClass>
[src]

Inserts an loyalty class with the given ID and properties.

§
loyaltyclassList(opts?: LoyaltyclassListOptions): Promise<LoyaltyClassListResponse>
[src]

Returns a list of all loyalty classes for a given issuer ID.

§
loyaltyclassPatch(resourceId: string, req: LoyaltyClass): Promise<LoyaltyClass>
[src]

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

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
loyaltyclassUpdate(resourceId: string, req: LoyaltyClass): Promise<LoyaltyClass>
[src]

Updates the loyalty class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
loyaltyobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<LoyaltyObjectAddMessageResponse>
[src]

Adds a message to the loyalty object referenced by the given object ID.

@param 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 '-'.

§
loyaltyobjectGet(resourceId: string): Promise<LoyaltyObject>
[src]

Returns the loyalty object with the given object ID.

@param 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 '-'.

§
loyaltyobjectInsert(req: LoyaltyObject): Promise<LoyaltyObject>
[src]

Inserts an loyalty object with the given ID and properties.

§
loyaltyobjectList(opts?: LoyaltyobjectListOptions): Promise<LoyaltyObjectListResponse>
[src]

Returns a list of all loyalty objects for a given issuer ID.

§
loyaltyobjectModifylinkedofferobjects(resourceId: string, req: ModifyLinkedOfferObjectsRequest): Promise<LoyaltyObject>
[src]

Modifies linked offer objects for the loyalty object with the given ID.

@param 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 '-'.

§
loyaltyobjectPatch(resourceId: string, req: LoyaltyObject): Promise<LoyaltyObject>
[src]

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

@param 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 '-'.

§
loyaltyobjectUpdate(resourceId: string, req: LoyaltyObject): Promise<LoyaltyObject>
[src]

Updates the loyalty object referenced by the given object ID.

@param 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 '-'.

§
mediaDownload(resourceId: string): Promise<Media>
[src]

Downloads rotating barcode values for the transit object referenced by the given object ID.

@param 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 '-'.

§

Uploads rotating barcode values for the transit object referenced by the given object ID. Note the max upload size is specified in google3/production/config/cdd/apps-upload/customers/payments-consumer-passes/config.gcl and enforced by Scotty.

@param 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 '-'.

§
offerclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<OfferClassAddMessageResponse>
[src]

Adds a message to the offer class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
offerclassGet(resourceId: string): Promise<OfferClass>
[src]

Returns the offer class with the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
offerclassInsert(req: OfferClass): Promise<OfferClass>
[src]

Inserts an offer class with the given ID and properties.

§
offerclassList(opts?: OfferclassListOptions): Promise<OfferClassListResponse>
[src]

Returns a list of all offer classes for a given issuer ID.

§
offerclassPatch(resourceId: string, req: OfferClass): Promise<OfferClass>
[src]

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

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
offerclassUpdate(resourceId: string, req: OfferClass): Promise<OfferClass>
[src]

Updates the offer class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
offerobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<OfferObjectAddMessageResponse>
[src]

Adds a message to the offer object referenced by the given object ID.

@param 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 '-'.

§
offerobjectGet(resourceId: string): Promise<OfferObject>
[src]

Returns the offer object with the given object ID.

@param 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 '-'.

§
offerobjectInsert(req: OfferObject): Promise<OfferObject>
[src]

Inserts an offer object with the given ID and properties.

§
offerobjectList(opts?: OfferobjectListOptions): Promise<OfferObjectListResponse>
[src]

Returns a list of all offer objects for a given issuer ID.

§
offerobjectPatch(resourceId: string, req: OfferObject): Promise<OfferObject>
[src]

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

@param 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 '-'.

§
offerobjectUpdate(resourceId: string, req: OfferObject): Promise<OfferObject>
[src]

Updates the offer object referenced by the given object ID.

@param 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 '-'.

§
permissionsGet(resourceId: bigint): Promise<Permissions>
[src]

Returns the permissions for the given issuer id.

@param resourceId

The unique identifier for an issuer. This ID must be unique across all issuers.

§
permissionsUpdate(resourceId: bigint, req: Permissions): Promise<Permissions>
[src]

Updates the permissions for the given issuer.

@param resourceId

The unique identifier for an issuer. This ID must be unique across all issuers.

§
smarttapInsert(req: SmartTap): Promise<SmartTap>
[src]

Inserts the smart tap.

§
transitclassAddmessage(resourceId: string, req: AddMessageRequest): Promise<TransitClassAddMessageResponse>
[src]

Adds a message to the transit class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
transitclassGet(resourceId: string): Promise<TransitClass>
[src]

Returns the transit class with the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
transitclassInsert(req: TransitClass): Promise<TransitClass>
[src]

Inserts a transit class with the given ID and properties.

§
transitclassList(opts?: TransitclassListOptions): Promise<TransitClassListResponse>
[src]

Returns a list of all transit classes for a given issuer ID.

§
transitclassPatch(resourceId: string, req: TransitClass): Promise<TransitClass>
[src]

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

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
transitclassUpdate(resourceId: string, req: TransitClass): Promise<TransitClass>
[src]

Updates the transit class referenced by the given class ID.

@param resourceId

The unique identifier for a class. This ID must be unique across all classes 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 '-'.

§
transitobjectAddmessage(resourceId: string, req: AddMessageRequest): Promise<TransitObjectAddMessageResponse>
[src]

Adds a message to the transit object referenced by the given object ID.

@param 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 '-'.

§
transitobjectGet(resourceId: string): Promise<TransitObject>
[src]

Returns the transit object with the given object ID.

@param 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 '-'.

§
transitobjectInsert(req: TransitObject): Promise<TransitObject>
[src]

Inserts an transit object with the given ID and properties.

§
transitobjectList(opts?: TransitobjectListOptions): Promise<TransitObjectListResponse>
[src]

Returns a list of all transit objects for a given issuer ID.

§
transitobjectPatch(resourceId: string, req: TransitObject): Promise<TransitObject>
[src]

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

@param 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 '-'.

§
transitobjectUpdate(resourceId: string, req: TransitObject): Promise<TransitObject>
[src]

Updates the transit object referenced by the given object ID.

@param 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 '-'.