Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
ProtectedRange |
ProtectedRange.clone() |
ProtectedRange |
UpdateProtectedRangeRequest.getProtectedRange()
The protected range to update with the new properties.
|
ProtectedRange |
AddProtectedRangeResponse.getProtectedRange()
The newly added protected range.
|
ProtectedRange |
AddProtectedRangeRequest.getProtectedRange()
The protected range to be added.
|
ProtectedRange |
ProtectedRange.set(String fieldName,
Object value) |
ProtectedRange |
ProtectedRange.setDescription(String description)
The description of this protected range.
|
ProtectedRange |
ProtectedRange.setEditors(Editors editors)
The users and groups with edit access to the protected range.
|
ProtectedRange |
ProtectedRange.setNamedRangeId(String namedRangeId)
The named range this protected range is backed by, if any.
|
ProtectedRange |
ProtectedRange.setProtectedRangeId(Integer protectedRangeId)
The ID of the protected range.
|
ProtectedRange |
ProtectedRange.setRange(GridRange range)
The range that is being protected.
|
ProtectedRange |
ProtectedRange.setRequestingUserCanEdit(Boolean requestingUserCanEdit)
True if the user who requested this protected range can edit the protected area.
|
ProtectedRange |
ProtectedRange.setUnprotectedRanges(List<GridRange> unprotectedRanges)
The list of unprotected ranges within a protected sheet.
|
ProtectedRange |
ProtectedRange.setWarningOnly(Boolean warningOnly)
True if this protected range will show a warning when editing.
|
Modifier and Type | Method and Description |
---|---|
List<ProtectedRange> |
Sheet.getProtectedRanges()
The protected ranges in this sheet.
|
Modifier and Type | Method and Description |
---|---|
UpdateProtectedRangeRequest |
UpdateProtectedRangeRequest.setProtectedRange(ProtectedRange protectedRange)
The protected range to update with the new properties.
|
AddProtectedRangeResponse |
AddProtectedRangeResponse.setProtectedRange(ProtectedRange protectedRange)
The newly added protected range.
|
AddProtectedRangeRequest |
AddProtectedRangeRequest.setProtectedRange(ProtectedRange protectedRange)
The protected range to be added.
|
Modifier and Type | Method and Description |
---|---|
Sheet |
Sheet.setProtectedRanges(List<ProtectedRange> protectedRanges)
The protected ranges in this sheet.
|
Copyright © 2011–2024 Google. All rights reserved.