Skip to content

Commit b3a28a1

Browse files
feat(androidpublisher): update the api
#### androidpublisher:v3 The following keys were added: - schemas.DeviceSelector.properties.systemOnChips (Total Keys: 2) - schemas.SystemOnChip (Total Keys: 4)
1 parent ddc1116 commit b3a28a1

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

docs/dyn/androidpublisher_v3.applications.deviceTierConfigs.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ <h3>Method Details</h3>
135135
&quot;name&quot;: &quot;A String&quot;, # The name of the feature.
136136
},
137137
],
138+
&quot;systemOnChips&quot;: [ # Optional. The SoCs included by this selector. Only works for Android S+ devices.
139+
{ # Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.
140+
&quot;manufacturer&quot;: &quot;A String&quot;, # Required. The designer of the SoC, eg. &quot;Google&quot; Value of build property &quot;ro.soc.manufacturer&quot; https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required.
141+
&quot;model&quot;: &quot;A String&quot;, # Required. The model of the SoC, eg. &quot;Tensor&quot; Value of build property &quot;ro.soc.model&quot; https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.
142+
},
143+
],
138144
},
139145
],
140146
&quot;name&quot;: &quot;A String&quot;, # The name of the group.
@@ -201,6 +207,12 @@ <h3>Method Details</h3>
201207
&quot;name&quot;: &quot;A String&quot;, # The name of the feature.
202208
},
203209
],
210+
&quot;systemOnChips&quot;: [ # Optional. The SoCs included by this selector. Only works for Android S+ devices.
211+
{ # Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.
212+
&quot;manufacturer&quot;: &quot;A String&quot;, # Required. The designer of the SoC, eg. &quot;Google&quot; Value of build property &quot;ro.soc.manufacturer&quot; https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required.
213+
&quot;model&quot;: &quot;A String&quot;, # Required. The model of the SoC, eg. &quot;Tensor&quot; Value of build property &quot;ro.soc.model&quot; https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.
214+
},
215+
],
204216
},
205217
],
206218
&quot;name&quot;: &quot;A String&quot;, # The name of the group.
@@ -274,6 +286,12 @@ <h3>Method Details</h3>
274286
&quot;name&quot;: &quot;A String&quot;, # The name of the feature.
275287
},
276288
],
289+
&quot;systemOnChips&quot;: [ # Optional. The SoCs included by this selector. Only works for Android S+ devices.
290+
{ # Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.
291+
&quot;manufacturer&quot;: &quot;A String&quot;, # Required. The designer of the SoC, eg. &quot;Google&quot; Value of build property &quot;ro.soc.manufacturer&quot; https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required.
292+
&quot;model&quot;: &quot;A String&quot;, # Required. The model of the SoC, eg. &quot;Tensor&quot; Value of build property &quot;ro.soc.model&quot; https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.
293+
},
294+
],
277295
},
278296
],
279297
&quot;name&quot;: &quot;A String&quot;, # The name of the group.
@@ -350,6 +368,12 @@ <h3>Method Details</h3>
350368
&quot;name&quot;: &quot;A String&quot;, # The name of the feature.
351369
},
352370
],
371+
&quot;systemOnChips&quot;: [ # Optional. The SoCs included by this selector. Only works for Android S+ devices.
372+
{ # Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.
373+
&quot;manufacturer&quot;: &quot;A String&quot;, # Required. The designer of the SoC, eg. &quot;Google&quot; Value of build property &quot;ro.soc.manufacturer&quot; https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required.
374+
&quot;model&quot;: &quot;A String&quot;, # Required. The model of the SoC, eg. &quot;Tensor&quot; Value of build property &quot;ro.soc.model&quot; https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.
375+
},
376+
],
353377
},
354378
],
355379
&quot;name&quot;: &quot;A String&quot;, # The name of the group.

googleapiclient/discovery_cache/documents/androidpublisher.v3.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@
47324732
}
47334733
}
47344734
},
4735-
"revision": "20241003",
4735+
"revision": "20241016",
47364736
"rootUrl": "https://androidpublisher.googleapis.com/",
47374737
"schemas": {
47384738
"Abi": {
@@ -6086,6 +6086,13 @@
60866086
"$ref": "SystemFeature"
60876087
},
60886088
"type": "array"
6089+
},
6090+
"systemOnChips": {
6091+
"description": "Optional. The SoCs included by this selector. Only works for Android S+ devices.",
6092+
"items": {
6093+
"$ref": "SystemOnChip"
6094+
},
6095+
"type": "array"
60896096
}
60906097
},
60916098
"type": "object"
@@ -9131,6 +9138,21 @@ false
91319138
"properties": {},
91329139
"type": "object"
91339140
},
9141+
"SystemOnChip": {
9142+
"description": "Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.",
9143+
"id": "SystemOnChip",
9144+
"properties": {
9145+
"manufacturer": {
9146+
"description": "Required. The designer of the SoC, eg. \"Google\" Value of build property \"ro.soc.manufacturer\" https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required.",
9147+
"type": "string"
9148+
},
9149+
"model": {
9150+
"description": "Required. The model of the SoC, eg. \"Tensor\" Value of build property \"ro.soc.model\" https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.",
9151+
"type": "string"
9152+
}
9153+
},
9154+
"type": "object"
9155+
},
91349156
"Targeting": {
91359157
"description": "Targeting details for a recovery action such as regions, android sdk levels, app versions etc.",
91369158
"id": "Targeting",

0 commit comments

Comments
 (0)