public class Keep.Notes.Permissions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Keep.Notes.Permissions.BatchCreate |
class |
Keep.Notes.Permissions.BatchDelete |
| Constructor and Description |
|---|
Permissions() |
| Modifier and Type | Method and Description |
|---|---|
Keep.Notes.Permissions.BatchCreate |
batchCreate(String parent,
BatchCreatePermissionsRequest content)
Creates one or more permissions on the note.
|
Keep.Notes.Permissions.BatchDelete |
batchDelete(String parent,
BatchDeletePermissionsRequest content)
Deletes one or more permissions on the note.
|
public Keep.Notes.Permissions.BatchCreate batchCreate(String parent, BatchCreatePermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The parent resource shared by all Permissions being created. Format: `notes/{note}` If this is set,
the parent field in the CreatePermission messages must either be empty or match this
field.content - the BatchCreatePermissionsRequestIOExceptionpublic Keep.Notes.Permissions.BatchDelete batchDelete(String parent, BatchDeletePermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The parent resource shared by all permissions being deleted. Format: `notes/{note}` If this is set,
the parent of all of the permissions specified in the DeletePermissionRequest messages
must match this field.content - the BatchDeletePermissionsRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.