Uses of Interface
io.envoyproxy.envoy.config.rbac.v3.Permission.SetOrBuilder
Packages that use Permission.SetOrBuilder
-
Uses of Permission.SetOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Classes in io.envoyproxy.envoy.config.rbac.v3 that implement Permission.SetOrBuilderModifier and TypeClassDescriptionstatic final class
Used in the ``and_rules`` and ``or_rules`` fields in the ``rule`` oneof.static final class
Used in the ``and_rules`` and ``or_rules`` fields in the ``rule`` oneof.Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type Permission.SetOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Permission.Set, Permission.Set.Builder, Permission.SetOrBuilder> Permission.Builder.andRulesBuilder_
private com.google.protobuf.SingleFieldBuilder
<Permission.Set, Permission.Set.Builder, Permission.SetOrBuilder> Permission.Builder.orRulesBuilder_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Permission.SetOrBuilderModifier and TypeMethodDescriptionPermission.Builder.getAndRulesOrBuilder()
A set of rules that all must match in order to define the action.Permission.getAndRulesOrBuilder()
A set of rules that all must match in order to define the action.PermissionOrBuilder.getAndRulesOrBuilder()
A set of rules that all must match in order to define the action.Permission.Builder.getOrRulesOrBuilder()
A set of rules where at least one must match in order to define the action.Permission.getOrRulesOrBuilder()
A set of rules where at least one must match in order to define the action.PermissionOrBuilder.getOrRulesOrBuilder()
A set of rules where at least one must match in order to define the action.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type Permission.SetOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Permission.Set, Permission.Set.Builder, Permission.SetOrBuilder> Permission.Builder.internalGetAndRulesFieldBuilder()
A set of rules that all must match in order to define the action.private com.google.protobuf.SingleFieldBuilder
<Permission.Set, Permission.Set.Builder, Permission.SetOrBuilder> Permission.Builder.internalGetOrRulesFieldBuilder()
A set of rules where at least one must match in order to define the action.