selector property

  1. @TagNumber.new(9)
String get selector

Selects a method to which these policies should be enforced, for example, "google.pubsub.v1.Subscriber.CreateSubscription".

Refer to google.api.DocumentationRule.selector for syntax details.

NOTE: This field must not be set in the proto annotation. It will be automatically filled by the service config compiler .

Implementation

@$pb.TagNumber(9)
$core.String get selector => $_getSZ(1);
  1. @TagNumber.new(9)
set selector (String value)

Implementation

@$pb.TagNumber(9)
set selector($core.String value) => $_setString(1, value);