hostPort property

  1. @TagNumber.new(1)
String get hostPort

Output only. The host and port of the on-premises instance in host:port format

Implementation

@$pb.TagNumber(1)
$core.String get hostPort => $_getSZ(0);
  1. @TagNumber.new(1)
set hostPort (String v)

Implementation

@$pb.TagNumber(1)
set hostPort($core.String v) {
  $_setString(0, v);
}