collation property

  1. @TagNumber(15)
String collation

The Cloud SQL default instance level collation.

Implementation

@$pb.TagNumber(15)
$core.String get collation => $_getSZ(13);
  1. @TagNumber(15)
void collation=(String v)

Implementation

@$pb.TagNumber(15)
set collation($core.String v) { $_setString(13, v); }