Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.FatalAction
-
Packages that use FatalAction Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of FatalAction in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as FatalAction Modifier and Type Field Description private static FatalAction
FatalAction. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type FatalAction Modifier and Type Field Description private java.util.List<FatalAction>
Bootstrap.Builder. fatalActions_
private java.util.List<FatalAction>
Bootstrap. fatalActions_
private com.google.protobuf.RepeatedFieldBuilder<FatalAction,FatalAction.Builder,FatalActionOrBuilder>
Bootstrap.Builder. fatalActionsBuilder_
private static com.google.protobuf.Parser<FatalAction>
FatalAction. PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return FatalAction Modifier and Type Method Description FatalAction
FatalAction.Builder. build()
FatalAction
FatalAction.Builder. buildPartial()
static FatalAction
FatalAction. getDefaultInstance()
FatalAction
FatalAction.Builder. getDefaultInstanceForType()
FatalAction
FatalAction. getDefaultInstanceForType()
FatalAction
Bootstrap.Builder. getFatalActions(int index)
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.FatalAction
Bootstrap. getFatalActions(int index)
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.FatalAction
BootstrapOrBuilder. getFatalActions(int index)
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.static FatalAction
FatalAction. parseDelimitedFrom(java.io.InputStream input)
static FatalAction
FatalAction. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FatalAction
FatalAction. parseFrom(byte[] data)
static FatalAction
FatalAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FatalAction
FatalAction. parseFrom(com.google.protobuf.ByteString data)
static FatalAction
FatalAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FatalAction
FatalAction. parseFrom(com.google.protobuf.CodedInputStream input)
static FatalAction
FatalAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FatalAction
FatalAction. parseFrom(java.io.InputStream input)
static FatalAction
FatalAction. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FatalAction
FatalAction. parseFrom(java.nio.ByteBuffer data)
static FatalAction
FatalAction. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type FatalAction Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<FatalAction,FatalAction.Builder,FatalActionOrBuilder>
Bootstrap.Builder. getFatalActionsFieldBuilder()
java.util.List<FatalAction>
Bootstrap.Builder. getFatalActionsList()
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.java.util.List<FatalAction>
Bootstrap. getFatalActionsList()
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.java.util.List<FatalAction>
BootstrapOrBuilder. getFatalActionsList()
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.com.google.protobuf.Parser<FatalAction>
FatalAction. getParserForType()
static com.google.protobuf.Parser<FatalAction>
FatalAction. parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type FatalAction Modifier and Type Method Description Bootstrap.Builder
Bootstrap.Builder. addFatalActions(int index, FatalAction value)
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Bootstrap.Builder
Bootstrap.Builder. addFatalActions(FatalAction value)
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.private void
FatalAction.Builder. buildPartial0(FatalAction result)
FatalAction.Builder
FatalAction.Builder. mergeFrom(FatalAction other)
static FatalAction.Builder
FatalAction. newBuilder(FatalAction prototype)
Bootstrap.Builder
Bootstrap.Builder. setFatalActions(int index, FatalAction value)
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Method parameters in io.envoyproxy.envoy.config.bootstrap.v3 with type arguments of type FatalAction Modifier and Type Method Description Bootstrap.Builder
Bootstrap.Builder. addAllFatalActions(java.lang.Iterable<? extends FatalAction> values)
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.
-