java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
io.envoyproxy.envoy.extensions.filters.http.rbac.v3.RBAC.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, RBACOrBuilder, Cloneable
Enclosing class:
RBAC

public static final class RBAC.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder> implements RBACOrBuilder
 RBAC filter config.
 [#next-free-field: 8]
 
Protobuf type envoy.extensions.filters.http.rbac.v3.RBAC
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
    • clear

      public RBAC.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
    • getDefaultInstanceForType

      public RBAC getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public RBAC build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public RBAC buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public RBAC.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
    • setField

      public RBAC.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
    • clearField

      public RBAC.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
    • clearOneof

      public RBAC.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
    • setRepeatedField

      public RBAC.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
    • addRepeatedField

      public RBAC.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
    • mergeFrom

      public RBAC.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RBAC.Builder>
    • mergeFrom

      public RBAC.Builder mergeFrom(RBAC other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
    • mergeFrom

      public RBAC.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RBAC.Builder>
      Throws:
      IOException
    • hasRules

      public boolean hasRules()
       The primary RBAC policy which will be applied globally, to all the incoming requests.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
      
       .. note::
      
         When both ``rules`` and ``matcher`` are configured, ``rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC rules = 1 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      hasRules in interface RBACOrBuilder
      Returns:
      Whether the rules field is set.
    • getRules

      public RBAC getRules()
       The primary RBAC policy which will be applied globally, to all the incoming requests.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
      
       .. note::
      
         When both ``rules`` and ``matcher`` are configured, ``rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC rules = 1 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      getRules in interface RBACOrBuilder
      Returns:
      The rules.
    • setRules

      public RBAC.Builder setRules(RBAC value)
       The primary RBAC policy which will be applied globally, to all the incoming requests.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
      
       .. note::
      
         When both ``rules`` and ``matcher`` are configured, ``rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC rules = 1 [(.udpa.annotations.field_migrate) = { ... }
    • setRules

      public RBAC.Builder setRules(RBAC.Builder builderForValue)
       The primary RBAC policy which will be applied globally, to all the incoming requests.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
      
       .. note::
      
         When both ``rules`` and ``matcher`` are configured, ``rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC rules = 1 [(.udpa.annotations.field_migrate) = { ... }
    • mergeRules

      public RBAC.Builder mergeRules(RBAC value)
       The primary RBAC policy which will be applied globally, to all the incoming requests.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
      
       .. note::
      
         When both ``rules`` and ``matcher`` are configured, ``rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC rules = 1 [(.udpa.annotations.field_migrate) = { ... }
    • clearRules

      public RBAC.Builder clearRules()
       The primary RBAC policy which will be applied globally, to all the incoming requests.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
      
       .. note::
      
         When both ``rules`` and ``matcher`` are configured, ``rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC rules = 1 [(.udpa.annotations.field_migrate) = { ... }
    • getRulesBuilder

      public RBAC.Builder getRulesBuilder()
       The primary RBAC policy which will be applied globally, to all the incoming requests.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
      
       .. note::
      
         When both ``rules`` and ``matcher`` are configured, ``rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC rules = 1 [(.udpa.annotations.field_migrate) = { ... }
    • getRulesOrBuilder

      public RBACOrBuilder getRulesOrBuilder()
       The primary RBAC policy which will be applied globally, to all the incoming requests.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
      
       .. note::
      
         When both ``rules`` and ``matcher`` are configured, ``rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC rules = 1 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      getRulesOrBuilder in interface RBACOrBuilder
    • getRulesStatPrefix

      public String getRulesStatPrefix()
       If specified, rules will emit stats with the given prefix.
       This is useful for distinguishing metrics when multiple RBAC filters are configured.
       
      string rules_stat_prefix = 6;
      Specified by:
      getRulesStatPrefix in interface RBACOrBuilder
      Returns:
      The rulesStatPrefix.
    • getRulesStatPrefixBytes

      public com.google.protobuf.ByteString getRulesStatPrefixBytes()
       If specified, rules will emit stats with the given prefix.
       This is useful for distinguishing metrics when multiple RBAC filters are configured.
       
      string rules_stat_prefix = 6;
      Specified by:
      getRulesStatPrefixBytes in interface RBACOrBuilder
      Returns:
      The bytes for rulesStatPrefix.
    • setRulesStatPrefix

      public RBAC.Builder setRulesStatPrefix(String value)
       If specified, rules will emit stats with the given prefix.
       This is useful for distinguishing metrics when multiple RBAC filters are configured.
       
      string rules_stat_prefix = 6;
      Parameters:
      value - The rulesStatPrefix to set.
      Returns:
      This builder for chaining.
    • clearRulesStatPrefix

      public RBAC.Builder clearRulesStatPrefix()
       If specified, rules will emit stats with the given prefix.
       This is useful for distinguishing metrics when multiple RBAC filters are configured.
       
      string rules_stat_prefix = 6;
      Returns:
      This builder for chaining.
    • setRulesStatPrefixBytes

      public RBAC.Builder setRulesStatPrefixBytes(com.google.protobuf.ByteString value)
       If specified, rules will emit stats with the given prefix.
       This is useful for distinguishing metrics when multiple RBAC filters are configured.
       
      string rules_stat_prefix = 6;
      Parameters:
      value - The bytes for rulesStatPrefix to set.
      Returns:
      This builder for chaining.
    • hasMatcher

      public boolean hasMatcher()
       Match tree for evaluating RBAC actions on incoming requests. Requests not matching any matcher will be denied.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
       
      .xds.type.matcher.v3.Matcher matcher = 4 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      hasMatcher in interface RBACOrBuilder
      Returns:
      Whether the matcher field is set.
    • getMatcher

      public Matcher getMatcher()
       Match tree for evaluating RBAC actions on incoming requests. Requests not matching any matcher will be denied.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
       
      .xds.type.matcher.v3.Matcher matcher = 4 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      getMatcher in interface RBACOrBuilder
      Returns:
      The matcher.
    • setMatcher

      public RBAC.Builder setMatcher(Matcher value)
       Match tree for evaluating RBAC actions on incoming requests. Requests not matching any matcher will be denied.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
       
      .xds.type.matcher.v3.Matcher matcher = 4 [(.udpa.annotations.field_migrate) = { ... }
    • setMatcher

      public RBAC.Builder setMatcher(Matcher.Builder builderForValue)
       Match tree for evaluating RBAC actions on incoming requests. Requests not matching any matcher will be denied.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
       
      .xds.type.matcher.v3.Matcher matcher = 4 [(.udpa.annotations.field_migrate) = { ... }
    • mergeMatcher

      public RBAC.Builder mergeMatcher(Matcher value)
       Match tree for evaluating RBAC actions on incoming requests. Requests not matching any matcher will be denied.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
       
      .xds.type.matcher.v3.Matcher matcher = 4 [(.udpa.annotations.field_migrate) = { ... }
    • clearMatcher

      public RBAC.Builder clearMatcher()
       Match tree for evaluating RBAC actions on incoming requests. Requests not matching any matcher will be denied.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
       
      .xds.type.matcher.v3.Matcher matcher = 4 [(.udpa.annotations.field_migrate) = { ... }
    • getMatcherBuilder

      public Matcher.Builder getMatcherBuilder()
       Match tree for evaluating RBAC actions on incoming requests. Requests not matching any matcher will be denied.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
       
      .xds.type.matcher.v3.Matcher matcher = 4 [(.udpa.annotations.field_migrate) = { ... }
    • getMatcherOrBuilder

      public MatcherOrBuilder getMatcherOrBuilder()
       Match tree for evaluating RBAC actions on incoming requests. Requests not matching any matcher will be denied.
      
       * If absent, no RBAC enforcement occurs.
       * If set but empty, all requests are denied.
       
      .xds.type.matcher.v3.Matcher matcher = 4 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      getMatcherOrBuilder in interface RBACOrBuilder
    • hasShadowRules

      public boolean hasShadowRules()
       Shadow policy for testing RBAC rules without enforcing them. These rules generate stats and logs but do not deny
       requests. If absent, no shadow RBAC policy will be applied.
      
       .. note::
      
         When both ``shadow_rules`` and ``shadow_matcher`` are configured, ``shadow_rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC shadow_rules = 2 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      hasShadowRules in interface RBACOrBuilder
      Returns:
      Whether the shadowRules field is set.
    • getShadowRules

      public RBAC getShadowRules()
       Shadow policy for testing RBAC rules without enforcing them. These rules generate stats and logs but do not deny
       requests. If absent, no shadow RBAC policy will be applied.
      
       .. note::
      
         When both ``shadow_rules`` and ``shadow_matcher`` are configured, ``shadow_rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC shadow_rules = 2 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      getShadowRules in interface RBACOrBuilder
      Returns:
      The shadowRules.
    • setShadowRules

      public RBAC.Builder setShadowRules(RBAC value)
       Shadow policy for testing RBAC rules without enforcing them. These rules generate stats and logs but do not deny
       requests. If absent, no shadow RBAC policy will be applied.
      
       .. note::
      
         When both ``shadow_rules`` and ``shadow_matcher`` are configured, ``shadow_rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC shadow_rules = 2 [(.udpa.annotations.field_migrate) = { ... }
    • setShadowRules

      public RBAC.Builder setShadowRules(RBAC.Builder builderForValue)
       Shadow policy for testing RBAC rules without enforcing them. These rules generate stats and logs but do not deny
       requests. If absent, no shadow RBAC policy will be applied.
      
       .. note::
      
         When both ``shadow_rules`` and ``shadow_matcher`` are configured, ``shadow_rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC shadow_rules = 2 [(.udpa.annotations.field_migrate) = { ... }
    • mergeShadowRules

      public RBAC.Builder mergeShadowRules(RBAC value)
       Shadow policy for testing RBAC rules without enforcing them. These rules generate stats and logs but do not deny
       requests. If absent, no shadow RBAC policy will be applied.
      
       .. note::
      
         When both ``shadow_rules`` and ``shadow_matcher`` are configured, ``shadow_rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC shadow_rules = 2 [(.udpa.annotations.field_migrate) = { ... }
    • clearShadowRules

      public RBAC.Builder clearShadowRules()
       Shadow policy for testing RBAC rules without enforcing them. These rules generate stats and logs but do not deny
       requests. If absent, no shadow RBAC policy will be applied.
      
       .. note::
      
         When both ``shadow_rules`` and ``shadow_matcher`` are configured, ``shadow_rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC shadow_rules = 2 [(.udpa.annotations.field_migrate) = { ... }
    • getShadowRulesBuilder

      public RBAC.Builder getShadowRulesBuilder()
       Shadow policy for testing RBAC rules without enforcing them. These rules generate stats and logs but do not deny
       requests. If absent, no shadow RBAC policy will be applied.
      
       .. note::
      
         When both ``shadow_rules`` and ``shadow_matcher`` are configured, ``shadow_rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC shadow_rules = 2 [(.udpa.annotations.field_migrate) = { ... }
    • getShadowRulesOrBuilder

      public RBACOrBuilder getShadowRulesOrBuilder()
       Shadow policy for testing RBAC rules without enforcing them. These rules generate stats and logs but do not deny
       requests. If absent, no shadow RBAC policy will be applied.
      
       .. note::
      
         When both ``shadow_rules`` and ``shadow_matcher`` are configured, ``shadow_rules`` will be ignored.
       
      .envoy.config.rbac.v3.RBAC shadow_rules = 2 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      getShadowRulesOrBuilder in interface RBACOrBuilder
    • hasShadowMatcher

      public boolean hasShadowMatcher()
       If absent, no shadow matcher will be applied.
       Match tree for testing RBAC rules through stats and logs without enforcing them.
       If absent, no shadow matching occurs.
       
      .xds.type.matcher.v3.Matcher shadow_matcher = 5 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      hasShadowMatcher in interface RBACOrBuilder
      Returns:
      Whether the shadowMatcher field is set.
    • getShadowMatcher

      public Matcher getShadowMatcher()
       If absent, no shadow matcher will be applied.
       Match tree for testing RBAC rules through stats and logs without enforcing them.
       If absent, no shadow matching occurs.
       
      .xds.type.matcher.v3.Matcher shadow_matcher = 5 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      getShadowMatcher in interface RBACOrBuilder
      Returns:
      The shadowMatcher.
    • setShadowMatcher

      public RBAC.Builder setShadowMatcher(Matcher value)
       If absent, no shadow matcher will be applied.
       Match tree for testing RBAC rules through stats and logs without enforcing them.
       If absent, no shadow matching occurs.
       
      .xds.type.matcher.v3.Matcher shadow_matcher = 5 [(.udpa.annotations.field_migrate) = { ... }
    • setShadowMatcher

      public RBAC.Builder setShadowMatcher(Matcher.Builder builderForValue)
       If absent, no shadow matcher will be applied.
       Match tree for testing RBAC rules through stats and logs without enforcing them.
       If absent, no shadow matching occurs.
       
      .xds.type.matcher.v3.Matcher shadow_matcher = 5 [(.udpa.annotations.field_migrate) = { ... }
    • mergeShadowMatcher

      public RBAC.Builder mergeShadowMatcher(Matcher value)
       If absent, no shadow matcher will be applied.
       Match tree for testing RBAC rules through stats and logs without enforcing them.
       If absent, no shadow matching occurs.
       
      .xds.type.matcher.v3.Matcher shadow_matcher = 5 [(.udpa.annotations.field_migrate) = { ... }
    • clearShadowMatcher

      public RBAC.Builder clearShadowMatcher()
       If absent, no shadow matcher will be applied.
       Match tree for testing RBAC rules through stats and logs without enforcing them.
       If absent, no shadow matching occurs.
       
      .xds.type.matcher.v3.Matcher shadow_matcher = 5 [(.udpa.annotations.field_migrate) = { ... }
    • getShadowMatcherBuilder

      public Matcher.Builder getShadowMatcherBuilder()
       If absent, no shadow matcher will be applied.
       Match tree for testing RBAC rules through stats and logs without enforcing them.
       If absent, no shadow matching occurs.
       
      .xds.type.matcher.v3.Matcher shadow_matcher = 5 [(.udpa.annotations.field_migrate) = { ... }
    • getShadowMatcherOrBuilder

      public MatcherOrBuilder getShadowMatcherOrBuilder()
       If absent, no shadow matcher will be applied.
       Match tree for testing RBAC rules through stats and logs without enforcing them.
       If absent, no shadow matching occurs.
       
      .xds.type.matcher.v3.Matcher shadow_matcher = 5 [(.udpa.annotations.field_migrate) = { ... }
      Specified by:
      getShadowMatcherOrBuilder in interface RBACOrBuilder
    • getShadowRulesStatPrefix

      public String getShadowRulesStatPrefix()
       If specified, shadow rules will emit stats with the given prefix.
       This is useful for distinguishing metrics when multiple RBAC filters use shadow rules.
       
      string shadow_rules_stat_prefix = 3;
      Specified by:
      getShadowRulesStatPrefix in interface RBACOrBuilder
      Returns:
      The shadowRulesStatPrefix.
    • getShadowRulesStatPrefixBytes

      public com.google.protobuf.ByteString getShadowRulesStatPrefixBytes()
       If specified, shadow rules will emit stats with the given prefix.
       This is useful for distinguishing metrics when multiple RBAC filters use shadow rules.
       
      string shadow_rules_stat_prefix = 3;
      Specified by:
      getShadowRulesStatPrefixBytes in interface RBACOrBuilder
      Returns:
      The bytes for shadowRulesStatPrefix.
    • setShadowRulesStatPrefix

      public RBAC.Builder setShadowRulesStatPrefix(String value)
       If specified, shadow rules will emit stats with the given prefix.
       This is useful for distinguishing metrics when multiple RBAC filters use shadow rules.
       
      string shadow_rules_stat_prefix = 3;
      Parameters:
      value - The shadowRulesStatPrefix to set.
      Returns:
      This builder for chaining.
    • clearShadowRulesStatPrefix

      public RBAC.Builder clearShadowRulesStatPrefix()
       If specified, shadow rules will emit stats with the given prefix.
       This is useful for distinguishing metrics when multiple RBAC filters use shadow rules.
       
      string shadow_rules_stat_prefix = 3;
      Returns:
      This builder for chaining.
    • setShadowRulesStatPrefixBytes

      public RBAC.Builder setShadowRulesStatPrefixBytes(com.google.protobuf.ByteString value)
       If specified, shadow rules will emit stats with the given prefix.
       This is useful for distinguishing metrics when multiple RBAC filters use shadow rules.
       
      string shadow_rules_stat_prefix = 3;
      Parameters:
      value - The bytes for shadowRulesStatPrefix to set.
      Returns:
      This builder for chaining.
    • getTrackPerRuleStats

      public boolean getTrackPerRuleStats()
       If ``track_per_rule_stats`` is ``true``, counters will be published for each rule and shadow rule.
       
      bool track_per_rule_stats = 7;
      Specified by:
      getTrackPerRuleStats in interface RBACOrBuilder
      Returns:
      The trackPerRuleStats.
    • setTrackPerRuleStats

      public RBAC.Builder setTrackPerRuleStats(boolean value)
       If ``track_per_rule_stats`` is ``true``, counters will be published for each rule and shadow rule.
       
      bool track_per_rule_stats = 7;
      Parameters:
      value - The trackPerRuleStats to set.
      Returns:
      This builder for chaining.
    • clearTrackPerRuleStats

      public RBAC.Builder clearTrackPerRuleStats()
       If ``track_per_rule_stats`` is ``true``, counters will be published for each rule and shadow rule.
       
      bool track_per_rule_stats = 7;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final RBAC.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>
    • mergeUnknownFields

      public final RBAC.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RBAC.Builder>