proxyUri property

  1. @TagNumber(5)
String proxyUri

Output only. The proxy endpoint that is used to access the Jupyter notebook.

Implementation

@$pb.TagNumber(5)
$core.String get proxyUri => $_getSZ(4);
  1. @TagNumber(5)
void proxyUri=(String v)

Implementation

@$pb.TagNumber(5)
set proxyUri($core.String v) { $_setString(4, v); }