Package io.envoyproxy.envoy.watchdog.v3
Interface AbortActionConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbortActionConfig,AbortActionConfig.Builder
public interface AbortActionConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetWaitDuration()How long to wait for the thread to respond to the thread kill function before killing the process from this action.com.google.protobuf.DurationOrBuildergetWaitDurationOrBuilder()How long to wait for the thread to respond to the thread kill function before killing the process from this action.booleanhasWaitDuration()How long to wait for the thread to respond to the thread kill function before killing the process from this action.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWaitDuration
boolean 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;- Returns:
- Whether the waitDuration field is set.
-
getWaitDuration
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;- Returns:
- The waitDuration.
-
getWaitDurationOrBuilder
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;
-
-