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