| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Permission |
Permission.clone() |
Permission |
Permission.set(java.lang.String fieldName,
java.lang.Object value) |
Permission |
Permission.setDiscoverable(java.lang.Boolean discoverable)
True if asset is listed and is searchable by the public.
|
Permission |
Permission.setEmailAddress(java.lang.String emailAddress)
The email address of the user this permission refers to.
|
Permission |
Permission.setId(java.lang.String id)
The ID of the permission.
|
Permission |
Permission.setRole(java.lang.String role)
The primary role for this user.
|
Permission |
Permission.setType(java.lang.String type)
The account type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Permission> |
PermissionsListResponse.getPermissions()
The set of permissions associated with this asset.
|
java.util.List<Permission> |
PermissionsBatchUpdateRequest.getPermissions()
The permissions to be inserted or updated.
|
| Modifier and Type | Method and Description |
|---|---|
PermissionsListResponse |
PermissionsListResponse.setPermissions(java.util.List<Permission> permissions)
The set of permissions associated with this asset.
|
PermissionsBatchUpdateRequest |
PermissionsBatchUpdateRequest.setPermissions(java.util.List<Permission> permissions)
The permissions to be inserted or updated.
|