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-sheets/v4/2.0.0/com/google/api/services/sheets/v4/model/SpreadsheetProperties.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public final class SpreadsheetProperties extends com.google.api.client.json.Gene
47
47
/**
48
48
* Whether to allow external URL access for image and import functions. Read only when true. When
49
49
* false, you can set to true. This value will be bypassed and always return true if the admin has
50
-
* enabled the allowlisting feature.
50
+
* enabled the [allowlisting feature](https://support.google.com/a?p=url_allowlist).
51
51
* The value may be {@code null}.
52
52
*/
53
53
@com.google.api.client.util.Key
@@ -132,7 +132,7 @@ public SpreadsheetProperties setDefaultFormat(CellFormat defaultFormat) {
132
132
/**
133
133
* Whether to allow external URL access for image and import functions. Read only when true. When
134
134
* false, you can set to true. This value will be bypassed and always return true if the admin has
135
-
* enabled the allowlisting feature.
135
+
* enabled the [allowlisting feature](https://support.google.com/a?p=url_allowlist).
0 commit comments