Package org.mlflow.api.proto
Interface Service.CreateGatewayEndpointBinding.ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.CreateGatewayEndpointBinding.Response,Service.CreateGatewayEndpointBinding.Response.Builder
- Enclosing class:
- Service.CreateGatewayEndpointBinding
public static interface Service.CreateGatewayEndpointBinding.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.GatewayEndpointBindinggetBinding()The created bindingService.GatewayEndpointBindingOrBuildergetBindingOrBuilder()The created bindingbooleanhasBinding()The created binding-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBinding
boolean hasBinding()
The created binding
optional .mlflow.GatewayEndpointBinding binding = 1;- Returns:
- Whether the binding field is set.
-
getBinding
Service.GatewayEndpointBinding getBinding()
The created binding
optional .mlflow.GatewayEndpointBinding binding = 1;- Returns:
- The binding.
-
getBindingOrBuilder
Service.GatewayEndpointBindingOrBuilder getBindingOrBuilder()
The created binding
optional .mlflow.GatewayEndpointBinding binding = 1;
-
-