Method: invalidation.partners.invalidateResource
Invalidates an existing resource.
A request is ignored if the requested resource is not subscribed to Google service.
Supported resource types: - Pickup
HTTP request
POST https://mapsbooking.googleapis.com/v1alpha/invalidation/{resourceId=partners/**}:invalidateResource
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
resourceId |
string
The name of the resource to be invalidated. For example, for a Pickup resource, name should have the format of partners/{partner_id}/pickups/{pickup_id} . Implementations MUST remove cached versions of the identified resource.
|
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/mapsbooking
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-17 UTC.
[null,null,["Last updated 2024-10-17 UTC."],[[["Invalidates an existing Pickup resource, removing cached versions, if it's subscribed to Google service."],["Requires the `https://www.googleapis.com/auth/mapsbooking` OAuth scope for authorization."],["The request is sent as an empty POST request to a specific URL with the resource ID as a path parameter."],["The response body will be empty upon successful invalidation."]]],[]]