Uses of Interface
io.envoyproxy.envoy.config.rbac.v3.Principal.SetOrBuilder
-
Packages that use Principal.SetOrBuilder Package Description io.envoyproxy.envoy.config.rbac.v3 -
-
Uses of Principal.SetOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Classes in io.envoyproxy.envoy.config.rbac.v3 that implement Principal.SetOrBuilder Modifier and Type Class Description static class
Principal.Set
Used in the ``and_ids`` and ``or_ids`` fields in the ``identifier`` oneof.static class
Principal.Set.Builder
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.SetOrBuilder Modifier and Type Field Description private 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.SetOrBuilder Modifier and Type Method Description Principal.SetOrBuilder
Principal.Builder. getAndIdsOrBuilder()
A set of identifiers that all must match in order to define the downstream.Principal.SetOrBuilder
Principal. getAndIdsOrBuilder()
A set of identifiers that all must match in order to define the downstream.Principal.SetOrBuilder
PrincipalOrBuilder. getAndIdsOrBuilder()
A set of identifiers that all must match in order to define the downstream.Principal.SetOrBuilder
Principal.Builder. getOrIdsOrBuilder()
A set of identifiers at least one must match in order to define the downstream.Principal.SetOrBuilder
Principal. getOrIdsOrBuilder()
A set of identifiers at least one must match in order to define the downstream.Principal.SetOrBuilder
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.SetOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Principal.Set,Principal.Set.Builder,Principal.SetOrBuilder>
Principal.Builder. getAndIdsFieldBuilder()
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. getOrIdsFieldBuilder()
A set of identifiers at least one must match in order to define the downstream.
-