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
Fields in io.envoyproxy.envoy.config.rbac.v3 declared as Permission.SetModifier and TypeFieldDescriptionprivate static final Permission.Set
Permission.Set.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type Permission.SetModifier and TypeFieldDescriptionprivate 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 final com.google.protobuf.Parser
<Permission.Set> Permission.Set.PARSER
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.Set
Permission.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.Set
Permission.Set.parseDelimitedFrom
(InputStream input) static Permission.Set
Permission.Set.parseDelimitedFrom
(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
(InputStream input) static Permission.Set
Permission.Set.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Permission.Set
Permission.Set.parseFrom
(ByteBuffer data) static Permission.Set
Permission.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()
private com.google.protobuf.SingleFieldBuilder
<Permission.Set, Permission.Set.Builder, Permission.SetOrBuilder> Permission.Builder.internalGetAndRulesFieldBuilder()
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.internalGetOrRulesFieldBuilder()
A set of rules where at least one must match in order to define the action.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 TypeMethodDescriptionprivate void
Permission.Set.Builder.buildPartial0
(Permission.Set result) private void
Permission.Set.Builder.buildPartialRepeatedFields
(Permission.Set result) Permission.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.Builder
Permission.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.