Skip to main content

Services

RPC methods exposed by this API.

CommentService

Messages

Data models used across requests/responses.

Comment

A single comment attached to a resource.

CommentBodyElement

A single element of a comment body. Either plain text or a user mention.

CommentUserMention

CreateCommentRequest

The request for a call to CommentService_CreateComment.

CreateCommentResponse

The response of a call to CommentService_CreateComment.

DeleteCommentRequest

The request for a call to CommentService_DeleteComment.

DeleteCommentResponse

The response of a call to CommentService_DeleteComment. This message has no fields.

ListCommentsRequest

The request for a call to CommentService_ListComments. Commonly invoked with a CEL filter of the form entity_type == "CANVAS_CELL_EXECUTION" && resource_id in ["<uuid>", ...] to bulk-fetch comments for a set of resources.

ListCommentsResponse

The response of a call to CommentService_ListComments.

UpdateCommentRequest

The request for a call to CommentService_UpdateComment.

UpdateCommentResponse

The response of a call to CommentService_UpdateComment.

Enums

Allowed constant values used in message fields.

CommentBodyElementType

CommentEntityType

The type of resource a comment is attached to. Designed to be extended over time.