Package | Description |
---|---|
com.google.api.services.cloudsearch.v1.model |
Modifier and Type | Method and Description |
---|---|
ItemAcl |
ItemAcl.clone() |
ItemAcl |
Item.getAcl()
Access control list for this item.
|
ItemAcl |
ItemAcl.set(java.lang.String fieldName,
java.lang.Object value) |
ItemAcl |
ItemAcl.setAclInheritanceType(java.lang.String aclInheritanceType)
Sets the type of access rules to apply when an item inherits its ACL from a parent.
|
ItemAcl |
ItemAcl.setDeniedReaders(java.util.List<Principal> deniedReaders)
List of principals who are explicitly denied access to the item in search results.
|
ItemAcl |
ItemAcl.setInheritAclFrom(java.lang.String inheritAclFrom)
Name of the item to inherit the Access Permission List (ACL) from.
|
ItemAcl |
ItemAcl.setOwners(java.util.List<Principal> owners)
Optional.
|
ItemAcl |
ItemAcl.setReaders(java.util.List<Principal> readers)
List of principals who are allowed to see the item in search results.
|
Modifier and Type | Method and Description |
---|---|
Item |
Item.setAcl(ItemAcl acl)
Access control list for this item.
|