element property

  1. @TagNumber.new(1)
String get element

Object hierarchy path to the change, with levels separated by a '.' character. For repeated fields, an applicable unique identifier field is used for the index (usually selector, name, or id). For maps, the term 'key' is used. If the field has no unique identifier, the numeric index is used. Examples:

  • visibility.rulesselector=="google.LibraryService.CreateBook".restriction
  • quota.metric_rulesselector=="google".metric_costskey=="reads".value
  • logging.producer_destinations0

Implementation

@$pb.TagNumber(1)
$core.String get element => $_getSZ(0);
  1. @TagNumber.new(1)
set element (String v)

Implementation

@$pb.TagNumber(1)
set element($core.String v) { $_setString(0, v); }