Package org.mlflow.api.proto
Interface Service.ListGatewayBudgetWindows.BudgetWindowOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.ListGatewayBudgetWindows.BudgetWindow,Service.ListGatewayBudgetWindows.BudgetWindow.Builder
- Enclosing class:
- Service.ListGatewayBudgetWindows
public static interface Service.ListGatewayBudgetWindows.BudgetWindowOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBudgetPolicyId()optional string budget_policy_id = 1;com.google.protobuf.ByteStringgetBudgetPolicyIdBytes()optional string budget_policy_id = 1;doublegetCurrentSpend()optional double current_spend = 4;longgetWindowEndMs()optional int64 window_end_ms = 3;longgetWindowStartMs()optional int64 window_start_ms = 2;booleanhasBudgetPolicyId()optional string budget_policy_id = 1;booleanhasCurrentSpend()optional double current_spend = 4;booleanhasWindowEndMs()optional int64 window_end_ms = 3;booleanhasWindowStartMs()optional int64 window_start_ms = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBudgetPolicyId
boolean hasBudgetPolicyId()
optional string budget_policy_id = 1;- Returns:
- Whether the budgetPolicyId field is set.
-
getBudgetPolicyId
java.lang.String getBudgetPolicyId()
optional string budget_policy_id = 1;- Returns:
- The budgetPolicyId.
-
getBudgetPolicyIdBytes
com.google.protobuf.ByteString getBudgetPolicyIdBytes()
optional string budget_policy_id = 1;- Returns:
- The bytes for budgetPolicyId.
-
hasWindowStartMs
boolean hasWindowStartMs()
optional int64 window_start_ms = 2;- Returns:
- Whether the windowStartMs field is set.
-
getWindowStartMs
long getWindowStartMs()
optional int64 window_start_ms = 2;- Returns:
- The windowStartMs.
-
hasWindowEndMs
boolean hasWindowEndMs()
optional int64 window_end_ms = 3;- Returns:
- Whether the windowEndMs field is set.
-
getWindowEndMs
long getWindowEndMs()
optional int64 window_end_ms = 3;- Returns:
- The windowEndMs.
-
hasCurrentSpend
boolean hasCurrentSpend()
optional double current_spend = 4;- Returns:
- Whether the currentSpend field is set.
-
getCurrentSpend
double getCurrentSpend()
optional double current_spend = 4;- Returns:
- The currentSpend.
-
-