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-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/AndroidEnterprise.java
+43-3Lines changed: 43 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1878,27 +1878,67 @@ public GenerateSignupUrl setUploadProtocol(java.lang.String uploadProtocol) {
1878
1878
1879
1879
/**
1880
1880
* Optional. Email address used to prefill the admin field of the enterprise signup form. This
1881
-
* value is a hint only and can be altered by the user.
1881
+
* value is a hint only and can be altered by the user. If `allowedDomains` is non-empty then
1882
+
* this must belong to one of the `allowedDomains`.
1882
1883
*/
1883
1884
@com.google.api.client.util.Key
1884
1885
privatejava.lang.StringadminEmail;
1885
1886
1886
1887
/** Optional. Email address used to prefill the admin field of the enterprise signup form. This value
1887
-
is a hint only and can be altered by the user.
1888
+
is a hint only and can be altered by the user. If `allowedDomains` is non-empty then this must
1889
+
belong to one of the `allowedDomains`.
1888
1890
*/
1889
1891
publicjava.lang.StringgetAdminEmail() {
1890
1892
returnadminEmail;
1891
1893
}
1892
1894
1893
1895
/**
1894
1896
* Optional. Email address used to prefill the admin field of the enterprise signup form. This
1895
-
* value is a hint only and can be altered by the user.
1897
+
* value is a hint only and can be altered by the user. If `allowedDomains` is non-empty then
1898
+
* this must belong to one of the `allowedDomains`.
0 commit comments