id property

  1. @TagNumber(1)
String id

Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes.

Implementation

@$pb.TagNumber(1)
$core.String get id => $_getSZ(0);
  1. @TagNumber(1)
void id=(String v)

Implementation

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