Package org.mlflow.api.proto
Interface Service.DeleteGatewayGuardrailOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.DeleteGatewayGuardrail,Service.DeleteGatewayGuardrail.Builder
- Enclosing class:
- Service
public static interface Service.DeleteGatewayGuardrailOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string guardrail_id = 1;com.google.protobuf.ByteStringoptional string guardrail_id = 1;booleanoptional string guardrail_id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGuardrailId
boolean hasGuardrailId()optional string guardrail_id = 1;- Returns:
- Whether the guardrailId field is set.
-
getGuardrailId
String getGuardrailId()optional string guardrail_id = 1;- Returns:
- The guardrailId.
-
getGuardrailIdBytes
com.google.protobuf.ByteString getGuardrailIdBytes()optional string guardrail_id = 1;- Returns:
- The bytes for guardrailId.
-