selector property
Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs.
Refer to google.api.DocumentationRule.selector for syntax details.
Implementation
@$pb.TagNumber(1)
$core.String get selector => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set selector($core.String v) { $_setString(0, v); }