Package org.mlflow.api.proto
Interface Service.DeleteGatewayEndpointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.DeleteGatewayEndpoint,Service.DeleteGatewayEndpoint.Builder
- Enclosing class:
- Service
public static interface Service.DeleteGatewayEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEndpointId()ID of the endpoint to deletecom.google.protobuf.ByteStringgetEndpointIdBytes()ID of the endpoint to deletebooleanhasEndpointId()ID of the endpoint to delete-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEndpointId
boolean hasEndpointId()
ID of the endpoint to delete
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
java.lang.String getEndpointId()
ID of the endpoint to delete
optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()
ID of the endpoint to delete
optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
-