Skip to content

Commit d89b4d0

Browse files
Google APIscopybara-github
authored andcommitted
feat: Added support for JUPYTER_KERNEL_GATEWAY component
PiperOrigin-RevId: 810157893
1 parent 0a0dffc commit d89b4d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/dataproc/v1/shared.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,9 @@ enum Component {
588588
// The Jupyter Notebook.
589589
JUPYTER = 1;
590590

591+
// The Jupyter Kernel Gateway.
592+
JUPYTER_KERNEL_GATEWAY = 22;
593+
591594
// The Pig component.
592595
PIG = 21;
593596

0 commit comments

Comments
 (0)