source property

  1. @TagNumber(10)
String get source

Required. The resource name (URI) of the source connection profile.

Implementation

@$pb.TagNumber(10)
$core.String get source => $_getSZ(9);
  1. @TagNumber(10)
set source (String v)

Implementation

@$pb.TagNumber(10)
set source($core.String v) { $_setString(9, v); }