public interface AbortActionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getWaitDuration()
How long to wait for the thread to respond to the thread kill function
before killing the process from this action.
|
com.google.protobuf.DurationOrBuilder |
getWaitDurationOrBuilder()
How long to wait for the thread to respond to the thread kill function
before killing the process from this action.
|
boolean |
hasWaitDuration()
How long to wait for the thread to respond to the thread kill function
before killing the process from this action.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWaitDuration()
How long to wait for the thread to respond to the thread kill function before killing the process from this action. This is a blocking action. By default this is 5 seconds.
.google.protobuf.Duration wait_duration = 1;com.google.protobuf.Duration getWaitDuration()
How long to wait for the thread to respond to the thread kill function before killing the process from this action. This is a blocking action. By default this is 5 seconds.
.google.protobuf.Duration wait_duration = 1;com.google.protobuf.DurationOrBuilder getWaitDurationOrBuilder()
How long to wait for the thread to respond to the thread kill function before killing the process from this action. This is a blocking action. By default this is 5 seconds.
.google.protobuf.Duration wait_duration = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.