Package flyteidl.core
Interface Execution.QualityOfServiceSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Execution.QualityOfServiceSpec,Execution.QualityOfServiceSpec.Builder
- Enclosing class:
- Execution
public static interface Execution.QualityOfServiceSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetQueueingBudget()Indicates how much queueing delay an execution can tolerate.com.google.protobuf.DurationOrBuildergetQueueingBudgetOrBuilder()Indicates how much queueing delay an execution can tolerate.booleanhasQueueingBudget()Indicates how much queueing delay an execution can tolerate.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasQueueingBudget
boolean hasQueueingBudget()
Indicates how much queueing delay an execution can tolerate.
.google.protobuf.Duration queueing_budget = 1;- Returns:
- Whether the queueingBudget field is set.
-
getQueueingBudget
com.google.protobuf.Duration getQueueingBudget()
Indicates how much queueing delay an execution can tolerate.
.google.protobuf.Duration queueing_budget = 1;- Returns:
- The queueingBudget.
-
getQueueingBudgetOrBuilder
com.google.protobuf.DurationOrBuilder getQueueingBudgetOrBuilder()
Indicates how much queueing delay an execution can tolerate.
.google.protobuf.Duration queueing_budget = 1;
-
-