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
Modifier and TypeMethodDescriptiongetBindings(int index) List of bindings for the endpointintList of bindings for the endpointList of bindings for the endpointgetBindingsOrBuilder(int index) List of bindings for the endpointList<? extends Service.GatewayEndpointBindingOrBuilder>List of bindings for the endpointMethods 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
-
getBindingsList
List<Service.GatewayEndpointBinding> getBindingsList()List of bindings for the endpoint
repeated .mlflow.GatewayEndpointBinding bindings = 1; -
getBindings
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
List<? extends Service.GatewayEndpointBindingOrBuilder> getBindingsOrBuilderList()List of bindings for the endpoint
repeated .mlflow.GatewayEndpointBinding bindings = 1; -
getBindingsOrBuilder
List of bindings for the endpoint
repeated .mlflow.GatewayEndpointBinding bindings = 1;
-