Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.FatalAction.Builder
Packages that use FatalAction.Builder
-
Uses of FatalAction.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return FatalAction.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.addFatalActionsBuilder()Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Bootstrap.Builder.addFatalActionsBuilder(int index) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.FatalAction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FatalAction.Builder.clear()FatalAction.Builder.clearConfig()Extension specific configuration for the action.FatalAction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FatalAction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FatalAction.Builder.clone()Bootstrap.Builder.getFatalActionsBuilder(int index) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.FatalAction.Builder.mergeConfig(TypedExtensionConfig value) Extension specific configuration for the action.FatalAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FatalAction.Builder.mergeFrom(com.google.protobuf.Message other) FatalAction.Builder.mergeFrom(FatalAction other) final FatalAction.BuilderFatalAction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FatalAction.BuilderFatalAction.newBuilder()static FatalAction.BuilderFatalAction.newBuilder(FatalAction prototype) FatalAction.newBuilderForType()protected FatalAction.BuilderFatalAction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FatalAction.Builder.setConfig(TypedExtensionConfig value) Extension specific configuration for the action.FatalAction.Builder.setConfig(TypedExtensionConfig.Builder builderForValue) Extension specific configuration for the action.FatalAction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final FatalAction.BuilderFatalAction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FatalAction.toBuilder()Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type FatalAction.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.getFatalActionsBuilderList()Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type FatalAction.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.addFatalActions(int index, FatalAction.Builder builderForValue) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Bootstrap.Builder.addFatalActions(FatalAction.Builder builderForValue) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Bootstrap.Builder.setFatalActions(int index, FatalAction.Builder builderForValue) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.