Uses of Class
io.envoyproxy.envoy.config.rbac.v3.Permission.Set
-
Packages that use Permission.Set Package Description io.envoyproxy.envoy.config.rbac.v3 -
-
Uses of Permission.Set in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 declared as Permission.Set Modifier and Type Field Description private static Permission.Set
Permission.Set. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type Permission.Set Modifier and Type Field Description private 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_
private static com.google.protobuf.Parser<Permission.Set>
Permission.Set. PARSER
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Permission.Set Modifier and Type Method Description Permission.Set
Permission.Set.Builder. build()
Permission.Set
Permission.Set.Builder. buildPartial()
Permission.Set
Permission.Builder. getAndRules()
A set of rules that all must match in order to define the action.Permission.Set
Permission. getAndRules()
A set of rules that all must match in order to define the action.Permission.Set
PermissionOrBuilder. getAndRules()
A set of rules that all must match in order to define the action.static Permission.Set
Permission.Set. getDefaultInstance()
Permission.Set
Permission.Set.Builder. getDefaultInstanceForType()
Permission.Set
Permission.Set. getDefaultInstanceForType()
Permission.Set
Permission.Builder. getOrRules()
A set of rules where at least one must match in order to define the action.Permission.Set
Permission. getOrRules()
A set of rules where at least one must match in order to define the action.Permission.Set
PermissionOrBuilder. getOrRules()
A set of rules where at least one must match in order to define the action.static Permission.Set
Permission.Set. parseDelimitedFrom(java.io.InputStream input)
static Permission.Set
Permission.Set. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Permission.Set
Permission.Set. parseFrom(byte[] data)
static Permission.Set
Permission.Set. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Permission.Set
Permission.Set. parseFrom(com.google.protobuf.ByteString data)
static Permission.Set
Permission.Set. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Permission.Set
Permission.Set. parseFrom(com.google.protobuf.CodedInputStream input)
static Permission.Set
Permission.Set. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Permission.Set
Permission.Set. parseFrom(java.io.InputStream input)
static Permission.Set
Permission.Set. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Permission.Set
Permission.Set. parseFrom(java.nio.ByteBuffer data)
static Permission.Set
Permission.Set. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type Permission.Set Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Permission.Set,Permission.Set.Builder,Permission.SetOrBuilder>
Permission.Builder. getAndRulesFieldBuilder()
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. getOrRulesFieldBuilder()
A set of rules where at least one must match in order to define the action.com.google.protobuf.Parser<Permission.Set>
Permission.Set. getParserForType()
static com.google.protobuf.Parser<Permission.Set>
Permission.Set. parser()
Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type Permission.Set Modifier and Type Method Description private void
Permission.Set.Builder. buildPartial0(Permission.Set result)
private void
Permission.Set.Builder. buildPartialRepeatedFields(Permission.Set result)
Permission.Builder
Permission.Builder. mergeAndRules(Permission.Set value)
A set of rules that all must match in order to define the action.Permission.Set.Builder
Permission.Set.Builder. mergeFrom(Permission.Set other)
Permission.Builder
Permission.Builder. mergeOrRules(Permission.Set value)
A set of rules where at least one must match in order to define the action.static Permission.Set.Builder
Permission.Set. newBuilder(Permission.Set prototype)
Permission.Builder
Permission.Builder. setAndRules(Permission.Set value)
A set of rules that all must match in order to define the action.Permission.Builder
Permission.Builder. setOrRules(Permission.Set value)
A set of rules where at least one must match in order to define the action.
-