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 FatalActionFatalAction. DEFAULT_INSTANCEFields 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. PARSERMethods in io.envoyproxy.envoy.config.bootstrap.v3 that return FatalAction Modifier and Type Method Description FatalActionFatalAction.Builder. build()FatalActionFatalAction.Builder. buildPartial()static FatalActionFatalAction. getDefaultInstance()FatalActionFatalAction.Builder. getDefaultInstanceForType()FatalActionFatalAction. getDefaultInstanceForType()FatalActionBootstrap.Builder. getFatalActions(int index)Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.FatalActionBootstrap. getFatalActions(int index)Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.FatalActionBootstrapOrBuilder. getFatalActions(int index)Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.static FatalActionFatalAction. parseDelimitedFrom(java.io.InputStream input)static FatalActionFatalAction. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FatalActionFatalAction. parseFrom(byte[] data)static FatalActionFatalAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FatalActionFatalAction. parseFrom(com.google.protobuf.ByteString data)static FatalActionFatalAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FatalActionFatalAction. parseFrom(com.google.protobuf.CodedInputStream input)static FatalActionFatalAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FatalActionFatalAction. parseFrom(java.io.InputStream input)static FatalActionFatalAction. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FatalActionFatalAction. parseFrom(java.nio.ByteBuffer data)static FatalActionFatalAction. 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.BuilderBootstrap.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.BuilderBootstrap.Builder. addFatalActions(FatalAction value)Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.private voidFatalAction.Builder. buildPartial0(FatalAction result)FatalAction.BuilderFatalAction.Builder. mergeFrom(FatalAction other)static FatalAction.BuilderFatalAction. newBuilder(FatalAction prototype)Bootstrap.BuilderBootstrap.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.BuilderBootstrap.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.
-