@@ -58,8 +58,12 @@ public final class About extends com.google.api.client.json.GenericJson {
5858 private java .lang .Boolean canCreateTeamDrives ;
5959
6060 /**
61- * The domain sharing policy for the current user. Possible values are: * `allowed` *
62- * `allowedWithWarning` * `incomingOnly` * `disallowed`
61+ * Deprecated: Does not granularly represent allowlisted domains or Trust Rules. The domain
62+ * sharing policy for the current user. Possible values are: * `allowed` * `allowedWithWarning` *
63+ * `incomingOnly` * `disallowed` Note that if the user is enrolled in Trust Rules, `disallowed`
64+ * will always be returned. If sharing is restricted to allowlisted domains, either `incomingOnly`
65+ * or `allowedWithWarning` will be returned, depending on whether receiving files from outside the
66+ * allowlisted domains is permitted.
6367 * The value may be {@code null}.
6468 */
6569 @ com .google .api .client .util .Key
@@ -330,17 +334,25 @@ public About setCanCreateTeamDrives(java.lang.Boolean canCreateTeamDrives) {
330334 }
331335
332336 /**
333- * The domain sharing policy for the current user. Possible values are: * `allowed` *
334- * `allowedWithWarning` * `incomingOnly` * `disallowed`
337+ * Deprecated: Does not granularly represent allowlisted domains or Trust Rules. The domain
338+ * sharing policy for the current user. Possible values are: * `allowed` * `allowedWithWarning` *
339+ * `incomingOnly` * `disallowed` Note that if the user is enrolled in Trust Rules, `disallowed`
340+ * will always be returned. If sharing is restricted to allowlisted domains, either `incomingOnly`
341+ * or `allowedWithWarning` will be returned, depending on whether receiving files from outside the
342+ * allowlisted domains is permitted.
335343 * @return value or {@code null} for none
336344 */
337345 public java .lang .String getDomainSharingPolicy () {
338346 return domainSharingPolicy ;
339347 }
340348
341349 /**
342- * The domain sharing policy for the current user. Possible values are: * `allowed` *
343- * `allowedWithWarning` * `incomingOnly` * `disallowed`
350+ * Deprecated: Does not granularly represent allowlisted domains or Trust Rules. The domain
351+ * sharing policy for the current user. Possible values are: * `allowed` * `allowedWithWarning` *
352+ * `incomingOnly` * `disallowed` Note that if the user is enrolled in Trust Rules, `disallowed`
353+ * will always be returned. If sharing is restricted to allowlisted domains, either `incomingOnly`
354+ * or `allowedWithWarning` will be returned, depending on whether receiving files from outside the
355+ * allowlisted domains is permitted.
344356 * @param domainSharingPolicy domainSharingPolicy or {@code null} for none
345357 */
346358 public About setDomainSharingPolicy (java .lang .String domainSharingPolicy ) {
0 commit comments