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.Builder
Action.Builder. clear()
Action.Builder
Action.Builder. clearAction()
The action to take if the matcher matches.Action.Builder
Action.Builder. clearName()
The name indicates the policy name.Action.Builder
Action.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Action.Builder
Action.Builder. mergeFrom(com.google.protobuf.Message other)
Action.Builder
Action.Builder. mergeFrom(Action other)
static Action.Builder
Action. newBuilder()
static Action.Builder
Action. newBuilder(Action prototype)
Action.Builder
Action. newBuilderForType()
protected Action.Builder
Action. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
Action.Builder
Action.Builder. setAction(RBAC.Action value)
The action to take if the matcher matches.Action.Builder
Action.Builder. setActionValue(int value)
The action to take if the matcher matches.Action.Builder
Action.Builder. setName(java.lang.String value)
The name indicates the policy name.Action.Builder
Action.Builder. setNameBytes(com.google.protobuf.ByteString value)
The name indicates the policy name.Action.Builder
Action. toBuilder()
-