| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.bootstrap.v3 |
| Modifier and Type | Method and Description |
|---|---|
FatalAction |
FatalAction.Builder.build() |
FatalAction |
FatalAction.Builder.buildPartial() |
static FatalAction |
FatalAction.getDefaultInstance() |
FatalAction |
FatalAction.getDefaultInstanceForType() |
FatalAction |
FatalAction.Builder.getDefaultInstanceForType() |
FatalAction |
BootstrapOrBuilder.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 |
Bootstrap.Builder.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(ByteBuffer data) |
static FatalAction |
FatalAction.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<FatalAction> |
BootstrapOrBuilder.getFatalActionsList()
Specifies optional extensions instantiated at startup time and
invoked during crash time on the request that caused the crash.
|
List<FatalAction> |
Bootstrap.getFatalActionsList()
Specifies optional extensions instantiated at startup time and
invoked during crash time on the request that caused the crash.
|
List<FatalAction> |
Bootstrap.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Bootstrap.Builder |
Bootstrap.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.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.