Package org.mlflow.api.proto
Interface Service.ListGatewayEndpointBindings.ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.ListGatewayEndpointBindings.Response,Service.ListGatewayEndpointBindings.Response.Builder
- Enclosing class:
- Service.ListGatewayEndpointBindings
public static interface Service.ListGatewayEndpointBindings.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.GatewayEndpointBindinggetBindings(int index)List of bindings for the endpointintgetBindingsCount()List of bindings for the endpointjava.util.List<Service.GatewayEndpointBinding>getBindingsList()List of bindings for the endpointService.GatewayEndpointBindingOrBuildergetBindingsOrBuilder(int index)List of bindings for the endpointjava.util.List<? extends Service.GatewayEndpointBindingOrBuilder>getBindingsOrBuilderList()List of bindings for the endpoint-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBindingsList
java.util.List<Service.GatewayEndpointBinding> getBindingsList()
List of bindings for the endpoint
repeated .mlflow.GatewayEndpointBinding bindings = 1;
-
getBindings
Service.GatewayEndpointBinding getBindings(int index)
List of bindings for the endpoint
repeated .mlflow.GatewayEndpointBinding bindings = 1;
-
getBindingsCount
int getBindingsCount()
List of bindings for the endpoint
repeated .mlflow.GatewayEndpointBinding bindings = 1;
-
getBindingsOrBuilderList
java.util.List<? extends Service.GatewayEndpointBindingOrBuilder> getBindingsOrBuilderList()
List of bindings for the endpoint
repeated .mlflow.GatewayEndpointBinding bindings = 1;
-
getBindingsOrBuilder
Service.GatewayEndpointBindingOrBuilder getBindingsOrBuilder(int index)
List of bindings for the endpoint
repeated .mlflow.GatewayEndpointBinding bindings = 1;
-
-