Uses of Class
io.envoyproxy.envoy.config.rbac.v3.Action.Builder
Packages that use Action.Builder
-
Uses of Action.Builder in io.envoyproxy.envoy.config.rbac.v3
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Action.BuilderModifier and TypeMethodDescriptionAction.Builder.clear()
Action.Builder.clearAction()
The action to take if the matcher matches.Action.Builder.clearName()
The name indicates the policy name.Action.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Action.Builder.mergeFrom
(com.google.protobuf.Message other) static Action.Builder
Action.newBuilder()
static Action.Builder
Action.newBuilder
(Action prototype) Action.newBuilderForType()
protected Action.Builder
Action.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Action.Builder.setAction
(RBAC.Action value) The action to take if the matcher matches.Action.Builder.setActionValue
(int value) The action to take if the matcher matches.The name indicates the policy name.Action.Builder.setNameBytes
(com.google.protobuf.ByteString value) The name indicates the policy name.Action.toBuilder()