Interface FilterChain.OnDemandConfigurationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FilterChain.OnDemandConfiguration
,FilterChain.OnDemandConfiguration.Builder
- Enclosing class:
- FilterChain
public static interface FilterChain.OnDemandConfigurationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Duration
getRebuildTimeout()
The timeout to wait for filter chain placeholders to complete rebuilding.com.google.protobuf.DurationOrBuilder
getRebuildTimeoutOrBuilder()
The timeout to wait for filter chain placeholders to complete rebuilding.boolean
hasRebuildTimeout()
The timeout to wait for filter chain placeholders to complete rebuilding.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRebuildTimeout
boolean 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;
- Returns:
- Whether the rebuildTimeout field is set.
-
getRebuildTimeout
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;
- Returns:
- The rebuildTimeout.
-
getRebuildTimeoutOrBuilder
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;
-
-