customClassId property

  1. @TagNumber(3)
String customClassId

The ID to use for the CustomClass, which will become the final component of the CustomClass's resource name.

This value should be 4-63 characters, and valid characters are /0-9-/.

Implementation

@$pb.TagNumber(3)
$core.String get customClassId => $_getSZ(2);
  1. @TagNumber(3)
void customClassId=(String v)

Implementation

@$pb.TagNumber(3)
set customClassId($core.String v) {
  $_setString(2, v);
}