Skip to content

Commit

Permalink
fix(androidpublisher): update the api
Browse files Browse the repository at this point in the history
#### androidpublisher:v3

The following keys were changed:
- resources.edits.resources.deobfuscationfiles.methods.upload.mediaUpload.maxSize (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 24, 2023
1 parent e8613ee commit c42fa8d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h3>Method Details</h3>
},
],
&quot;regionsVersion&quot;: { # The version of the available regions being used for the specified resource. # Required. The version of the available regions being used for the regional_price_migrations.
&quot;version&quot;: &quot;A String&quot;, # Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
&quot;version&quot;: &quot;A String&quot;, # Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h3>Method Details</h3>
}

offerId: string, Required. The ID to use for the offer. For the requirements on this format, see the documentation of the offer_id field on the SubscriptionOffer resource.
regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -856,7 +856,7 @@ <h3>Method Details</h3>
},
}

regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
updateMask: string, Required. The list of fields to be updated.
x__xgafv: string, V1 error format.
Allowed values
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/androidpublisher_v3.monetization.subscriptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h3>Method Details</h3>
}

productId: string, Required. The ID to use for the subscription. For the requirements on this format, see the documentation of the product_id field on the Subscription resource.
regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -666,7 +666,7 @@ <h3>Method Details</h3>
},
}

regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.
regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
updateMask: string, Required. The list of fields to be updated.
x__xgafv: string, V1 error format.
Allowed values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
"accept": [
"application/octet-stream"
],
"maxSize": "629145600",
"maxSize": "838860800",
"protocols": {
"resumable": {
"multipart": true,
Expand Down Expand Up @@ -2400,7 +2400,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.",
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -2538,7 +2538,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.",
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -2809,7 +2809,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.",
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -3046,7 +3046,7 @@
"type": "string"
},
"regionsVersion.version": {
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.",
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -3920,7 +3920,7 @@
}
}
},
"revision": "20230112",
"revision": "20230123",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"AcquisitionTargetingRule": {
Expand Down Expand Up @@ -5807,7 +5807,7 @@
"id": "RegionsVersion",
"properties": {
"version": {
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/01.",
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
"type": "string"
}
},
Expand Down

0 comments on commit c42fa8d

Please sign in to comment.