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
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/AndroidManagement.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5404,21 +5404,24 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
5404
5404
5405
5405
/**
5406
5406
* Optional. Email address used to prefill the admin field of the enterprise signup form. This
5407
-
* value is a hint only and can be altered by the user.
5407
+
* value is a hint only and can be altered by the user. If allowedDomains is non-empty then
5408
+
* this must belong to one of the allowedDomains.
5408
5409
*/
5409
5410
@com.google.api.client.util.Key
5410
5411
privatejava.lang.StringadminEmail;
5411
5412
5412
5413
/** Optional. Email address used to prefill the admin field of the enterprise signup form. This value
5413
-
is a hint only and can be altered by the user.
5414
+
is a hint only and can be altered by the user. If allowedDomains is non-empty then this must belong
5415
+
to one of the allowedDomains.
5414
5416
*/
5415
5417
publicjava.lang.StringgetAdminEmail() {
5416
5418
returnadminEmail;
5417
5419
}
5418
5420
5419
5421
/**
5420
5422
* Optional. Email address used to prefill the admin field of the enterprise signup form. This
5421
-
* value is a hint only and can be altered by the user.
5423
+
* value is a hint only and can be altered by the user. If allowedDomains is non-empty then
0 commit comments