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
Modifier and TypeMethodDescriptionThe created bindingThe created bindingbooleanThe created bindingMethods 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
-
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;
-