| 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)
Indicates whether a public asset is listed and can be found via a web search (value true), or
is visible only to people who have a link to the asset (value false).
|
Permission |
Permission.setId(java.lang.String id)
The unique identifier of the permission.
|
Permission |
Permission.setRole(java.lang.String role)
The type of access granted to this user or group.
|
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.
|