Interface Service.ListGatewayEndpointBindings.ResponseOrBuilder

    • 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;