sourceId property

  1. @TagNumber.new(12)
String get 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.new(12)
set sourceId (String v)

Implementation

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