Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Editors |
Editors.clone() |
Editors |
ProtectedRange.getEditors()
The users and groups with edit access to the protected range.
|
Editors |
Editors.set(String fieldName,
Object value) |
Editors |
Editors.setDomainUsersCanEdit(Boolean domainUsersCanEdit)
True if anyone in the document's domain has edit access to the protected range.
|
Editors |
Editors.setGroups(List<String> groups)
The email addresses of groups with edit access to the protected range.
|
Editors |
Editors.setUsers(List<String> users)
The email addresses of users with edit access to the protected range.
|
Modifier and Type | Method and Description |
---|---|
ProtectedRange |
ProtectedRange.setEditors(Editors editors)
The users and groups with edit access to the protected range.
|
Copyright © 2011–2024 Google. All rights reserved.