Uses of Class
io.envoyproxy.envoy.config.rbac.v3.Action
-
Packages that use Action Package Description io.envoyproxy.envoy.config.rbac.v3 -
-
Uses of Action in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 declared as Action Modifier and Type Field Description private static Action
Action. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type Action Modifier and Type Field Description private static com.google.protobuf.Parser<Action>
Action. PARSER
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Action Modifier and Type Method Description Action
Action.Builder. build()
Action
Action.Builder. buildPartial()
static Action
Action. getDefaultInstance()
Action
Action.Builder. getDefaultInstanceForType()
Action
Action. getDefaultInstanceForType()
static Action
Action. parseDelimitedFrom(java.io.InputStream input)
static Action
Action. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(byte[] data)
static Action
Action. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(com.google.protobuf.ByteString data)
static Action
Action. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(com.google.protobuf.CodedInputStream input)
static Action
Action. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(java.io.InputStream input)
static Action
Action. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(java.nio.ByteBuffer data)
static Action
Action. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type Action Modifier and Type Method Description com.google.protobuf.Parser<Action>
Action. getParserForType()
static com.google.protobuf.Parser<Action>
Action. parser()
Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type Action Modifier and Type Method Description private void
Action.Builder. buildPartial0(Action result)
Action.Builder
Action.Builder. mergeFrom(Action other)
static Action.Builder
Action. newBuilder(Action prototype)
-