Skip to content

Commit

Permalink
feat(walletobjects): update the api
Browse files Browse the repository at this point in the history
#### walletobjects:v1

The following keys were deleted:
- resources.walletobjects.resources.v1.resources.privateContent.methods.setPassUpdateNotice (Total Keys: 8)
- schemas.SetPassUpdateNoticeRequest (Total Keys: 2)
- schemas.SetPassUpdateNoticeResponse (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Feb 6, 2024
1 parent ba68b16 commit 4fa9f48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
26 changes: 0 additions & 26 deletions docs/dyn/walletobjects_v1.walletobjects.v1.privateContent.html
Expand Up @@ -77,9 +77,6 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#setPassUpdateNotice">setPassUpdateNotice(body=None, x__xgafv=None)</a></code></p>
<p class="firstline">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.</p>
<p class="toc_element">
<code><a href="#uploadPrivateData">uploadPrivateData(body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Upload private data (text or URI) and returns an Id to be used in its place.</p>
Expand All @@ -89,29 +86,6 @@ <h3>Method Details</h3>
<pre>Close httplib2 connections.</pre>
</div>

<div class="method">
<code class="details" id="setPassUpdateNotice">setPassUpdateNotice(body=None, x__xgafv=None)</code>
<pre>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.

Args:
body: object, The request body.
The object takes the form of:

{ # Request to send a private pass update notice information to Google, so that devices can then fetch the notice prompting the user to update a pass.
}

x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # A response to a request to notify Google of an awaiting update to a private pass.
}</pre>
</div>

<div class="method">
<code class="details" id="uploadPrivateData">uploadPrivateData(body=None, x__xgafv=None)</code>
<pre>Upload private data (text or URI) and returns an Id to be used in its place.
Expand Down
32 changes: 1 addition & 31 deletions googleapiclient/discovery_cache/documents/walletobjects.v1.json
Expand Up @@ -2632,24 +2632,6 @@
"resources": {
"privateContent": {
"methods": {
"setPassUpdateNotice": {
"description": "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.",
"flatPath": "walletobjects/v1/privateContent/setPassUpdateNotice",
"httpMethod": "POST",
"id": "walletobjects.walletobjects.v1.privateContent.setPassUpdateNotice",
"parameterOrder": [],
"parameters": {},
"path": "walletobjects/v1/privateContent/setPassUpdateNotice",
"request": {
"$ref": "SetPassUpdateNoticeRequest"
},
"response": {
"$ref": "SetPassUpdateNoticeResponse"
},
"scopes": [
"https://www.googleapis.com/auth/wallet_object.issuer"
]
},
"uploadPrivateData": {
"description": "Upload private data (text or URI) and returns an Id to be used in its place.",
"flatPath": "walletobjects/v1/privateContent/uploadPrivateData",
Expand All @@ -2675,7 +2657,7 @@
}
}
},
"revision": "20240129",
"revision": "20240205",
"rootUrl": "https://walletobjects.googleapis.com/",
"schemas": {
"ActivationOptions": {
Expand Down Expand Up @@ -8090,18 +8072,6 @@ true
},
"type": "object"
},
"SetPassUpdateNoticeRequest": {
"description": "Request to send a private pass update notice information to Google, so that devices can then fetch the notice prompting the user to update a pass.",
"id": "SetPassUpdateNoticeRequest",
"properties": {},
"type": "object"
},
"SetPassUpdateNoticeResponse": {
"description": "A response to a request to notify Google of an awaiting update to a private pass.",
"id": "SetPassUpdateNoticeResponse",
"properties": {},
"type": "object"
},
"SignUpInfo": {
"id": "SignUpInfo",
"properties": {
Expand Down

0 comments on commit 4fa9f48

Please sign in to comment.