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 classPrincipal.SetUsed in the ``and_ids`` and ``or_ids`` fields in the ``identifier`` oneof.static classPrincipal.Set.BuilderUsed 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.SetOrBuilderPrincipal.Builder. getAndIdsOrBuilder()A set of identifiers that all must match in order to define the downstream.Principal.SetOrBuilderPrincipal. getAndIdsOrBuilder()A set of identifiers that all must match in order to define the downstream.Principal.SetOrBuilderPrincipalOrBuilder. getAndIdsOrBuilder()A set of identifiers that all must match in order to define the downstream.Principal.SetOrBuilderPrincipal.Builder. getOrIdsOrBuilder()A set of identifiers at least one must match in order to define the downstream.Principal.SetOrBuilderPrincipal. getOrIdsOrBuilder()A set of identifiers at least one must match in order to define the downstream.Principal.SetOrBuilderPrincipalOrBuilder. 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.
-