ipAddress property

  1. @TagNumber(15)
String get ipAddress

Output only. The IP address for the Instance. This is the connection endpoint for an end-user application.

Implementation

@$pb.TagNumber(15)
$core.String get ipAddress => $_getSZ(14);
  1. @TagNumber(15)
set ipAddress (String v)

Implementation

@$pb.TagNumber(15)
set ipAddress($core.String v) { $_setString(14, v); }