Uses of Interface
io.envoyproxy.envoy.config.rbac.v3.Principal.SetOrBuilder
Packages that use Principal.SetOrBuilder
-
Uses of Principal.SetOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Classes in io.envoyproxy.envoy.config.rbac.v3 that implement Principal.SetOrBuilderModifier and TypeClassDescriptionstatic final class
Used in the ``and_ids`` and ``or_ids`` fields in the ``identifier`` oneof.static final class
Used in the ``and_ids`` and ``or_ids`` fields in the ``identifier`` oneof.Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type Principal.SetOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Principal.Set, Principal.Set.Builder, Principal.SetOrBuilder> Principal.Builder.andIdsBuilder_
private com.google.protobuf.SingleFieldBuilder
<Principal.Set, Principal.Set.Builder, Principal.SetOrBuilder> Principal.Builder.orIdsBuilder_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Principal.SetOrBuilderModifier and TypeMethodDescriptionPrincipal.Builder.getAndIdsOrBuilder()
A set of identifiers that all must match in order to define the downstream.Principal.getAndIdsOrBuilder()
A set of identifiers that all must match in order to define the downstream.PrincipalOrBuilder.getAndIdsOrBuilder()
A set of identifiers that all must match in order to define the downstream.Principal.Builder.getOrIdsOrBuilder()
A set of identifiers at least one must match in order to define the downstream.Principal.getOrIdsOrBuilder()
A set of identifiers at least one must match in order to define the downstream.PrincipalOrBuilder.getOrIdsOrBuilder()
A set of identifiers at least one must match in order to define the downstream.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type Principal.SetOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Principal.Set, Principal.Set.Builder, Principal.SetOrBuilder> Principal.Builder.internalGetAndIdsFieldBuilder()
A set of identifiers that all must match in order to define the downstream.private com.google.protobuf.SingleFieldBuilder
<Principal.Set, Principal.Set.Builder, Principal.SetOrBuilder> Principal.Builder.internalGetOrIdsFieldBuilder()
A set of identifiers at least one must match in order to define the downstream.