Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.FatalAction
Packages that use FatalAction
-
Uses of FatalAction in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as FatalActionFields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type FatalActionModifier and TypeFieldDescriptionprivate List
<FatalAction> Bootstrap.Builder.fatalActions_
private List
<FatalAction> Bootstrap.fatalActions_
private com.google.protobuf.RepeatedFieldBuilder
<FatalAction, FatalAction.Builder, FatalActionOrBuilder> Bootstrap.Builder.fatalActionsBuilder_
private static final com.google.protobuf.Parser
<FatalAction> FatalAction.PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return FatalActionModifier and TypeMethodDescriptionFatalAction.Builder.build()
FatalAction.Builder.buildPartial()
static FatalAction
FatalAction.getDefaultInstance()
FatalAction.Builder.getDefaultInstanceForType()
FatalAction.getDefaultInstanceForType()
Bootstrap.Builder.getFatalActions
(int index) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Bootstrap.getFatalActions
(int index) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.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
(InputStream input) static FatalAction
FatalAction.parseDelimitedFrom
(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
(InputStream input) static FatalAction
FatalAction.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FatalAction
FatalAction.parseFrom
(ByteBuffer data) static FatalAction
FatalAction.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type FatalActionModifier and TypeMethodDescriptionBootstrap.Builder.getFatalActionsList()
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Bootstrap.getFatalActionsList()
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.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()
private com.google.protobuf.RepeatedFieldBuilder
<FatalAction, FatalAction.Builder, FatalActionOrBuilder> Bootstrap.Builder.internalGetFatalActionsFieldBuilder()
static com.google.protobuf.Parser
<FatalAction> FatalAction.parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type FatalActionModifier and TypeMethodDescriptionBootstrap.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.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.mergeFrom
(FatalAction other) static FatalAction.Builder
FatalAction.newBuilder
(FatalAction prototype) 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 FatalActionModifier and TypeMethodDescriptionBootstrap.Builder.addAllFatalActions
(Iterable<? extends FatalAction> values) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.