Skip to content

Commit 468f497

Browse files
feat(androidpublisher): update the api
#### androidpublisher:v3 The following keys were added: - schemas.DeviceTierConfig.properties.userCountrySets (Total Keys: 2) - schemas.UserCountrySet (Total Keys: 5)
1 parent 2400133 commit 468f497

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

docs/dyn/androidpublisher_v3.applications.deviceTierConfigs.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@ <h3>Method Details</h3>
151151
},
152152
],
153153
},
154+
&quot;userCountrySets&quot;: [ # Definition of user country sets for the app.
155+
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
156+
&quot;countryCodes&quot;: [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- &quot;IT&quot; for Italy, &quot;GE&quot; for Georgia.
157+
&quot;A String&quot;,
158+
],
159+
&quot;name&quot;: &quot;A String&quot;, # Country set name.
160+
},
161+
],
154162
}
155163

156164
allowUnknownDevices: boolean, Whether the service should accept device IDs that are unknown to Play&#x27;s device catalog.
@@ -209,6 +217,14 @@ <h3>Method Details</h3>
209217
},
210218
],
211219
},
220+
&quot;userCountrySets&quot;: [ # Definition of user country sets for the app.
221+
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
222+
&quot;countryCodes&quot;: [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- &quot;IT&quot; for Italy, &quot;GE&quot; for Georgia.
223+
&quot;A String&quot;,
224+
],
225+
&quot;name&quot;: &quot;A String&quot;, # Country set name.
226+
},
227+
],
212228
}</pre>
213229
</div>
214230

@@ -274,6 +290,14 @@ <h3>Method Details</h3>
274290
},
275291
],
276292
},
293+
&quot;userCountrySets&quot;: [ # Definition of user country sets for the app.
294+
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
295+
&quot;countryCodes&quot;: [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- &quot;IT&quot; for Italy, &quot;GE&quot; for Georgia.
296+
&quot;A String&quot;,
297+
],
298+
&quot;name&quot;: &quot;A String&quot;, # Country set name.
299+
},
300+
],
277301
}</pre>
278302
</div>
279303

@@ -342,6 +366,14 @@ <h3>Method Details</h3>
342366
},
343367
],
344368
},
369+
&quot;userCountrySets&quot;: [ # Definition of user country sets for the app.
370+
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
371+
&quot;countryCodes&quot;: [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- &quot;IT&quot; for Italy, &quot;GE&quot; for Georgia.
372+
&quot;A String&quot;,
373+
],
374+
&quot;name&quot;: &quot;A String&quot;, # Country set name.
375+
},
376+
],
345377
},
346378
],
347379
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.

googleapiclient/discovery_cache/documents/androidpublisher.v3.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3920,7 +3920,7 @@
39203920
}
39213921
}
39223922
},
3923-
"revision": "20230206",
3923+
"revision": "20230212",
39243924
"rootUrl": "https://androidpublisher.googleapis.com/",
39253925
"schemas": {
39263926
"AcquisitionTargetingRule": {
@@ -4646,6 +4646,13 @@
46464646
"deviceTierSet": {
46474647
"$ref": "DeviceTierSet",
46484648
"description": "Definition of the set of device tiers for the app."
4649+
},
4650+
"userCountrySets": {
4651+
"description": "Definition of user country sets for the app.",
4652+
"items": {
4653+
"$ref": "UserCountrySet"
4654+
},
4655+
"type": "array"
46494656
}
46504657
},
46514658
"type": "object"
@@ -6905,6 +6912,24 @@
69056912
},
69066913
"type": "object"
69076914
},
6915+
"UserCountrySet": {
6916+
"description": "A set of user countries. A country set determines what variation of app content gets served to a specific location.",
6917+
"id": "UserCountrySet",
6918+
"properties": {
6919+
"countryCodes": {
6920+
"description": "List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- \"IT\" for Italy, \"GE\" for Georgia.",
6921+
"items": {
6922+
"type": "string"
6923+
},
6924+
"type": "array"
6925+
},
6926+
"name": {
6927+
"description": "Country set name.",
6928+
"type": "string"
6929+
}
6930+
},
6931+
"type": "object"
6932+
},
69086933
"UserInitiatedCancellation": {
69096934
"description": "Information specific to cancellations initiated by users.",
69106935
"id": "UserInitiatedCancellation",

0 commit comments

Comments
 (0)