networkUri property

  1. @TagNumber(4)
String networkUri

URI of a Cloud SQL instance network or empty string if the instance does not have one.

Implementation

@$pb.TagNumber(4)
$core.String get networkUri => $_getSZ(2);
  1. @TagNumber(4)
void networkUri=(String v)

Implementation

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