Package org.mlflow.api.proto
Interface Service.GetGatewayBudgetPolicyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GetGatewayBudgetPolicy,Service.GetGatewayBudgetPolicy.Builder
- Enclosing class:
- Service
public static interface Service.GetGatewayBudgetPolicyOrBuilder 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;booleanhasBudgetPolicyId()optional string budget_policy_id = 1;-
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.
-
-