public static interface FilterChain.OnDemandConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getRebuildTimeout()
The timeout to wait for filter chain placeholders to complete rebuilding.
1.
|
com.google.protobuf.DurationOrBuilder |
getRebuildTimeoutOrBuilder()
The timeout to wait for filter chain placeholders to complete rebuilding.
1.
|
boolean |
hasRebuildTimeout()
The timeout to wait for filter chain placeholders to complete rebuilding.
1.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRebuildTimeout()
The timeout to wait for filter chain placeholders to complete rebuilding. 1. If this field is set to 0, timeout is disabled. 2. If not specified, a default timeout of 15s is used. Rebuilding will wait until dependencies are ready, have failed, or this timeout is reached. Upon failure or timeout, all connections related to this filter chain will be closed. Rebuilding will start again on the next new connection.
.google.protobuf.Duration rebuild_timeout = 1;com.google.protobuf.Duration getRebuildTimeout()
The timeout to wait for filter chain placeholders to complete rebuilding. 1. If this field is set to 0, timeout is disabled. 2. If not specified, a default timeout of 15s is used. Rebuilding will wait until dependencies are ready, have failed, or this timeout is reached. Upon failure or timeout, all connections related to this filter chain will be closed. Rebuilding will start again on the next new connection.
.google.protobuf.Duration rebuild_timeout = 1;com.google.protobuf.DurationOrBuilder getRebuildTimeoutOrBuilder()
The timeout to wait for filter chain placeholders to complete rebuilding. 1. If this field is set to 0, timeout is disabled. 2. If not specified, a default timeout of 15s is used. Rebuilding will wait until dependencies are ready, have failed, or this timeout is reached. Upon failure or timeout, all connections related to this filter chain will be closed. Rebuilding will start again on the next new connection.
.google.protobuf.Duration rebuild_timeout = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.