Uses of Class
io.envoyproxy.envoy.config.rbac.v3.Permission.Set
Packages that use Permission.Set
-
Uses of Permission.Set in io.envoyproxy.envoy.config.rbac.v3
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Permission.SetModifier and TypeMethodDescriptionPermission.Set.Builder.build()Permission.Set.Builder.buildPartial()Permission.Builder.getAndRules()A set of rules that all must match in order to define the action.Permission.getAndRules()A set of rules that all must match in order to define the action.PermissionOrBuilder.getAndRules()A set of rules that all must match in order to define the action.static Permission.SetPermission.Set.getDefaultInstance()Permission.Set.Builder.getDefaultInstanceForType()Permission.Set.getDefaultInstanceForType()Permission.Builder.getOrRules()A set of rules where at least one must match in order to define the action.Permission.getOrRules()A set of rules where at least one must match in order to define the action.PermissionOrBuilder.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.v3 that return types with arguments of type Permission.SetModifier and TypeMethodDescriptioncom.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.SetModifier and TypeMethodDescriptionPermission.Builder.mergeAndRules(Permission.Set value) A set of rules that all must match in order to define the action.Permission.Set.Builder.mergeFrom(Permission.Set other) 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.BuilderPermission.Set.newBuilder(Permission.Set prototype) Permission.Builder.setAndRules(Permission.Set value) A set of rules that all must match in order to define the action.Permission.Builder.setOrRules(Permission.Set value) A set of rules where at least one must match in order to define the action.