proxyUri property

  1. @TagNumber.new(3)
String get proxyUri

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

Implementation

@$pb.TagNumber(3)
$core.String get proxyUri => $_getSZ(2);
  1. @TagNumber.new(3)
set proxyUri (String v)

Implementation

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