sourceConnectionProfile property

  1. @TagNumber(1)
String get sourceConnectionProfile

Required. Source connection profile resoource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}

Implementation

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

Implementation

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