proxyUri property

  1. @TagNumber.new(5)
String get 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.new(5)
set proxyUri (String v)

Implementation

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