sourceId property

  1. @TagNumber(12)
String sourceId

The Database Migration Service source connection profile ID, in the format: projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID

Implementation

@$pb.TagNumber(12)
$core.String get sourceId => $_getSZ(11);
  1. @TagNumber(12)
void sourceId=(String v)

Implementation

@$pb.TagNumber(12)
set sourceId($core.String v) { $_setString(11, v); }