Flightobject
class Flightobject extends Resource (View source)
The "flightobject" collection of methods.
Typical usage is:
$walletobjectsService = new Google\Service\Walletobjects(...);
$flightobject = $walletobjectsService->flightobject;
Methods
Adds a message to the flight object referenced by the given object ID.
Returns the flight object with the given object ID. (flightobject.get)
Inserts an flight object with the given ID and properties.
Returns a list of all flight objects for a given issuer ID.
Updates the flight object referenced by the given object ID. This method supports patch semantics. (flightobject.patch)
Updates the flight object referenced by the given object ID.
Details
FlightObjectAddMessageResponse
addmessage(string $resourceId, AddMessageRequest $postBody, array $optParams = [])
Adds a message to the flight object referenced by the given object ID.
(flightobject.addmessage)
FlightObject
get(string $resourceId, array $optParams = [])
Returns the flight object with the given object ID. (flightobject.get)
FlightObject
insert(FlightObject $postBody, array $optParams = [])
Inserts an flight object with the given ID and properties.
(flightobject.insert)
FlightObjectListResponse
listFlightobject(array $optParams = [])
Returns a list of all flight objects for a given issuer ID.
(flightobject.listFlightobject)
FlightObject
patch(string $resourceId, FlightObject $postBody, array $optParams = [])
Updates the flight object referenced by the given object ID. This method supports patch semantics. (flightobject.patch)
FlightObject
update(string $resourceId, FlightObject $postBody, array $optParams = [])
Updates the flight object referenced by the given object ID.
(flightobject.update)