Uses of Class
io.envoyproxy.envoy.config.rbac.v2.Permission.Set
-
Packages that use Permission.Set Package Description io.envoyproxy.envoy.config.rbac.v2 -
-
Uses of Permission.Set in io.envoyproxy.envoy.config.rbac.v2
Methods in io.envoyproxy.envoy.config.rbac.v2 that return Permission.Set Modifier and Type Method Description Permission.SetPermission.Set.Builder. build()Permission.SetPermission.Set.Builder. buildPartial()Permission.SetPermission.Builder. getAndRules()A set of rules that all must match in order to define the action.Permission.SetPermission. getAndRules()A set of rules that all must match in order to define the action.Permission.SetPermissionOrBuilder. getAndRules()A set of rules that all must match in order to define the action.static Permission.SetPermission.Set. getDefaultInstance()Permission.SetPermission.Set.Builder. getDefaultInstanceForType()Permission.SetPermission.Set. getDefaultInstanceForType()Permission.SetPermission.Builder. getOrRules()A set of rules where at least one must match in order to define the action.Permission.SetPermission. getOrRules()A set of rules where at least one must match in order to define the action.Permission.SetPermissionOrBuilder. getOrRules()A set of rules where at least one must match in order to define the action.static Permission.SetPermission.Set. parseDelimitedFrom(InputStream input)static Permission.SetPermission.Set. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Permission.SetPermission.Set. parseFrom(byte[] data)static Permission.SetPermission.Set. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Permission.SetPermission.Set. parseFrom(com.google.protobuf.ByteString data)static Permission.SetPermission.Set. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Permission.SetPermission.Set. parseFrom(com.google.protobuf.CodedInputStream input)static Permission.SetPermission.Set. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Permission.SetPermission.Set. parseFrom(InputStream input)static Permission.SetPermission.Set. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Permission.SetPermission.Set. parseFrom(ByteBuffer data)static Permission.SetPermission.Set. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.rbac.v2 that return types with arguments of type Permission.Set Modifier and Type Method Description 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.v2 with parameters of type Permission.Set Modifier and Type Method Description Permission.BuilderPermission.Builder. mergeAndRules(Permission.Set value)A set of rules that all must match in order to define the action.Permission.Set.BuilderPermission.Set.Builder. mergeFrom(Permission.Set other)Permission.BuilderPermission.Builder. mergeOrRules(Permission.Set value)A set of rules where at least one must match in order to define the action.static Permission.Set.BuilderPermission.Set. newBuilder(Permission.Set prototype)Permission.BuilderPermission.Builder. setAndRules(Permission.Set value)A set of rules that all must match in order to define the action.Permission.BuilderPermission.Builder. setOrRules(Permission.Set value)A set of rules where at least one must match in order to define the action.
-