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 toCommentService_CreateComment.
CreateCommentResponse
The response of a call toCommentService_CreateComment.
DeleteCommentRequest
The request for a call toCommentService_DeleteComment.
DeleteCommentResponse
The response of a call toCommentService_DeleteComment.
This message has no fields.
ListCommentsRequest
The request for a call toCommentService_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 toCommentService_ListComments.
UpdateCommentRequest
The request for a call toCommentService_UpdateComment.
UpdateCommentResponse
The response of a call toCommentService_UpdateComment.