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 Details

    • 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

      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;