| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Permission |
Permission.clone() |
Permission |
Permission.set(String fieldName,
Object value) |
Permission |
Permission.setDiscoverable(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(String id)
The unique identifier of the permission.
|
Permission |
Permission.setRole(String role)
The type of access granted to this user or group.
|
Permission |
Permission.setType(String type)
The account type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
PermissionsListResponse.getPermissions()
The set of permissions associated with this asset.
|
List<Permission> |
PermissionsBatchUpdateRequest.getPermissions()
The permissions to be inserted or updated.
|
| Modifier and Type | Method and Description |
|---|---|
PermissionsListResponse |
PermissionsListResponse.setPermissions(List<Permission> permissions)
The set of permissions associated with this asset.
|
PermissionsBatchUpdateRequest |
PermissionsBatchUpdateRequest.setPermissions(List<Permission> permissions)
The permissions to be inserted or updated.
|