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.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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;