Namespace Google.Apis.Keep.v1.Data
Classes
Attachment
An attachment to a note.
BatchCreatePermissionsRequest
The request to add one or more permissions on the note. Currently, only the WRITER
role may be specified. If
adding a permission fails, then the entire request fails and no changes are made.
BatchCreatePermissionsResponse
The response for creating permissions on a note.
BatchDeletePermissionsRequest
The request to remove one or more permissions from a note. A permission with the OWNER
role can't be removed.
If removing a permission fails, then the entire request fails and no changes are made. Returns a 400 bad request
error if a specified permission does not exist on the note.
CreatePermissionRequest
The request to add a single permission on the note.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
Family
Describes a single Google Family.
Group
Describes a single Group.
ListContent
The list of items for a single list note.
ListItem
A single list item in a note's list.
ListNotesResponse
The response when listing a page of notes.
Note
A single note.
Permission
A single permission on the note. Associates a member
with a role
.
Section
The content of the note.
TextContent
The block of text for a single text section or list item.
User
Describes a single user.