You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre>Creates an enterprise. This is the last step in the enterprise signup flow.
136
+
<pre>Creates an enterprise. This is the last step in the enterprise signup flow. See also: SigninDetail
137
137
138
138
Args:
139
139
body: object, The request body.
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153
153
"enabledNotificationTypes": [ # The types of Google Pub/Sub notifications enabled for the enterprise.
154
154
"A String",
155
155
],
156
-
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users.
156
+
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
157
157
"logo": { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
158
158
"sha256Hash": "A String", # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn't match this hash, Android Device Policy won't use the data.
159
159
"url": "A String", # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn't provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
@@ -213,7 +213,7 @@ <h3>Method Details</h3>
213
213
"enabledNotificationTypes": [ # The types of Google Pub/Sub notifications enabled for the enterprise.
214
214
"A String",
215
215
],
216
-
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users.
216
+
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
217
217
"logo": { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
218
218
"sha256Hash": "A String", # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn't match this hash, Android Device Policy won't use the data.
219
219
"url": "A String", # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn't provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
@@ -294,7 +294,7 @@ <h3>Method Details</h3>
294
294
"enabledNotificationTypes": [ # The types of Google Pub/Sub notifications enabled for the enterprise.
295
295
"A String",
296
296
],
297
-
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users.
297
+
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
298
298
"logo": { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
299
299
"sha256Hash": "A String", # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn't match this hash, Android Device Policy won't use the data.
300
300
"url": "A String", # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn't provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
@@ -365,7 +365,7 @@ <h3>Method Details</h3>
365
365
"enabledNotificationTypes": [ # The types of Google Pub/Sub notifications enabled for the enterprise.
366
366
"A String",
367
367
],
368
-
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users.
368
+
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
369
369
"logo": { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
370
370
"sha256Hash": "A String", # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn't match this hash, Android Device Policy won't use the data.
371
371
"url": "A String", # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn't provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
<pre>Updates an enterprise. See also: SigninDetail
423
423
424
424
Args:
425
425
name: string, The name of the enterprise in the form enterprises/{enterpriseId}. (required)
@@ -440,7 +440,7 @@ <h3>Method Details</h3>
440
440
"enabledNotificationTypes": [ # The types of Google Pub/Sub notifications enabled for the enterprise.
441
441
"A String",
442
442
],
443
-
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users.
443
+
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
444
444
"logo": { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
445
445
"sha256Hash": "A String", # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn't match this hash, Android Device Policy won't use the data.
446
446
"url": "A String", # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn't provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
@@ -497,7 +497,7 @@ <h3>Method Details</h3>
497
497
"enabledNotificationTypes": [ # The types of Google Pub/Sub notifications enabled for the enterprise.
498
498
"A String",
499
499
],
500
-
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users.
500
+
"enterpriseDisplayName": "A String", # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
501
501
"logo": { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
502
502
"sha256Hash": "A String", # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn't match this hash, Android Device Policy won't use the data.
503
503
"url": "A String", # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn't provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
Copy file name to clipboardExpand all lines: docs/dyn/androidpublisher_v3.applications.deviceTierConfigs.html
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,14 @@ <h3>Method Details</h3>
151
151
},
152
152
],
153
153
},
154
+
"userCountrySets": [ # 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
+
"countryCodes": [ # 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.
157
+
"A String",
158
+
],
159
+
"name": "A String", # Country set name.
160
+
},
161
+
],
154
162
}
155
163
156
164
allowUnknownDevices: boolean, Whether the service should accept device IDs that are unknown to Play's device catalog.
@@ -209,6 +217,14 @@ <h3>Method Details</h3>
209
217
},
210
218
],
211
219
},
220
+
"userCountrySets": [ # 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
+
"countryCodes": [ # 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.
223
+
"A String",
224
+
],
225
+
"name": "A String", # Country set name.
226
+
},
227
+
],
212
228
}</pre>
213
229
</div>
214
230
@@ -274,6 +290,14 @@ <h3>Method Details</h3>
274
290
},
275
291
],
276
292
},
293
+
"userCountrySets": [ # 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
+
"countryCodes": [ # 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.
296
+
"A String",
297
+
],
298
+
"name": "A String", # Country set name.
299
+
},
300
+
],
277
301
}</pre>
278
302
</div>
279
303
@@ -342,6 +366,14 @@ <h3>Method Details</h3>
342
366
},
343
367
],
344
368
},
369
+
"userCountrySets": [ # 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
+
"countryCodes": [ # 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.
372
+
"A String",
373
+
],
374
+
"name": "A String", # Country set name.
375
+
},
376
+
],
345
377
},
346
378
],
347
379
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
0 commit comments