collation property
The Cloud SQL default instance level collation.
Implementation
@$pb.TagNumber(15)
$core.String get collation => $_getSZ(13);
Implementation
@$pb.TagNumber(15)
set collation($core.String v) {
$_setString(13, v);
}
The Cloud SQL default instance level collation.
@$pb.TagNumber(15)
$core.String get collation => $_getSZ(13);
@$pb.TagNumber(15)
set collation($core.String v) {
$_setString(13, v);
}