Package | Description |
---|---|
com.google.api.services.cloudsearch.v1 | |
com.google.api.services.cloudsearch.v1.model |
Modifier and Type | Method and Description |
---|---|
CloudSearch.Debug.Datasources.Items.CheckAccess |
CloudSearch.Debug.Datasources.Items.checkAccess(java.lang.String name,
Principal content)
Checks whether an item is accessible by specified principal.
|
Constructor and Description |
---|
CheckAccess(java.lang.String name,
Principal content)
Checks whether an item is accessible by specified principal.
|
Modifier and Type | Method and Description |
---|---|
Principal |
Principal.clone() |
Principal |
UnmappedIdentity.getExternalIdentity()
The resource name for an external user.
|
Principal |
Interaction.getPrincipal()
The user that acted on the item.
|
Principal |
Principal.set(java.lang.String fieldName,
java.lang.Object value) |
Principal |
Principal.setGroupResourceName(java.lang.String groupResourceName)
This principal is a group identified using an external identity.
|
Principal |
Principal.setGsuitePrincipal(GSuitePrincipal gsuitePrincipal)
This principal is a GSuite user, group or domain.
|
Principal |
Principal.setUserResourceName(java.lang.String userResourceName)
This principal is a user identified using an external identity.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Principal> |
ItemAcl.getDeniedReaders()
List of principals who are explicitly denied access to the item in search results.
|
java.util.List<Principal> |
ItemAcl.getOwners()
Optional.
|
java.util.List<Principal> |
ItemAcl.getReaders()
List of principals who are allowed to see the item in search results.
|
Modifier and Type | Method and Description |
---|---|
UnmappedIdentity |
UnmappedIdentity.setExternalIdentity(Principal externalIdentity)
The resource name for an external user.
|
Interaction |
Interaction.setPrincipal(Principal principal)
The user that acted on the item.
|
Modifier and Type | Method and Description |
---|---|
ItemAcl |
ItemAcl.setDeniedReaders(java.util.List<Principal> deniedReaders)
List of principals who are explicitly denied access to the item in search results.
|
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.
|