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.PARSERMethods in io.envoyproxy.envoy.config.bootstrap.v3 that return FatalActionModifier and TypeMethodDescriptionFatalAction.Builder.build()FatalAction.Builder.buildPartial()static FatalActionFatalAction.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 FatalActionFatalAction.parseDelimitedFrom(InputStream input) static FatalActionFatalAction.parseDelimitedFrom(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(InputStream input) static FatalActionFatalAction.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FatalActionFatalAction.parseFrom(ByteBuffer data) static FatalActionFatalAction.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 TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder<FatalAction, FatalAction.Builder, FatalActionOrBuilder> Bootstrap.Builder.getFatalActionsFieldBuilder()Bootstrap.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()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 voidFatalAction.Builder.buildPartial0(FatalAction result) FatalAction.Builder.mergeFrom(FatalAction other) static FatalAction.BuilderFatalAction.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.