Interface FlexStartOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FlexStart, FlexStart.Builder

@Generated public interface FlexStartOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Duration
    The max duration of the deployment is max_runtime_duration.
    com.google.protobuf.DurationOrBuilder
    The max duration of the deployment is max_runtime_duration.
    boolean
    The max duration of the deployment is max_runtime_duration.

    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 Details

    • hasMaxRuntimeDuration

      boolean hasMaxRuntimeDuration()
       The max duration of the deployment is max_runtime_duration. The
       deployment will be terminated after the duration. The
       max_runtime_duration can be set up to 7 days.
       
      .google.protobuf.Duration max_runtime_duration = 1;
      Returns:
      Whether the maxRuntimeDuration field is set.
    • getMaxRuntimeDuration

      com.google.protobuf.Duration getMaxRuntimeDuration()
       The max duration of the deployment is max_runtime_duration. The
       deployment will be terminated after the duration. The
       max_runtime_duration can be set up to 7 days.
       
      .google.protobuf.Duration max_runtime_duration = 1;
      Returns:
      The maxRuntimeDuration.
    • getMaxRuntimeDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getMaxRuntimeDurationOrBuilder()
       The max duration of the deployment is max_runtime_duration. The
       deployment will be terminated after the duration. The
       max_runtime_duration can be set up to 7 days.
       
      .google.protobuf.Duration max_runtime_duration = 1;