hostPort property

  1. @TagNumber(1)
String 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(1)
void hostPort=(String v)

Implementation

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