proxyUri property
Output only. The proxy endpoint that is used to access the runtime.
Implementation
@$pb.TagNumber(3)
$core.String get proxyUri => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set proxyUri($core.String v) {
$_setString(2, v);
}
Output only. The proxy endpoint that is used to access the runtime.
@$pb.TagNumber(3)
$core.String get proxyUri => $_getSZ(2);
@$pb.TagNumber(3)
set proxyUri($core.String v) {
$_setString(2, v);
}