All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarifai.grpc.api.StreamInputsRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/service.proto

package com.clarifai.grpc.api;

public interface StreamInputsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.StreamInputsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   * @return Whether the userAppId field is set.
   */
  boolean hasUserAppId();
  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   * @return The userAppId.
   */
  com.clarifai.grpc.api.UserAppIDSet getUserAppId();
  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   */
  com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();

  /**
   * 
   * (optional URL parameter) The number of results that will be contained in each page. Defaults
   * to 20.
   * 
* * uint32 per_page = 2; * @return The perPage. */ int getPerPage(); /** * string last_id = 3; * @return The lastId. */ java.lang.String getLastId(); /** * string last_id = 3; * @return The bytes for lastId. */ com.google.protobuf.ByteString getLastIdBytes(); /** *
   * By default, the endpoint return inputs by the time when it is added.
   * If this is set to true, we will return inputs by id.
   * 
* * bool order_by_id = 5; * @return The orderById. */ boolean getOrderById(); /** * bool descending = 4; * @return The descending. */ boolean getDescending(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy