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

com.clarifai.grpc.api.PostInputsDataSourcesRequestOrBuilder 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 PostInputsDataSourcesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.PostInputsDataSourcesRequest)
    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();

  /**
   * repeated .clarifai.api.InputsDataSource data_sources = 2;
   */
  java.util.List 
      getDataSourcesList();
  /**
   * repeated .clarifai.api.InputsDataSource data_sources = 2;
   */
  com.clarifai.grpc.api.InputsDataSource getDataSources(int index);
  /**
   * repeated .clarifai.api.InputsDataSource data_sources = 2;
   */
  int getDataSourcesCount();
  /**
   * repeated .clarifai.api.InputsDataSource data_sources = 2;
   */
  java.util.List 
      getDataSourcesOrBuilderList();
  /**
   * repeated .clarifai.api.InputsDataSource data_sources = 2;
   */
  com.clarifai.grpc.api.InputsDataSourceOrBuilder getDataSourcesOrBuilder(
      int index);

  /**
   * 
   * If call back url is set, we will send a Post request to this endpoint with job status.
   * 
* * string call_back_url = 3; * @return The callBackUrl. */ java.lang.String getCallBackUrl(); /** *
   * If call back url is set, we will send a Post request to this endpoint with job status.
   * 
* * string call_back_url = 3; * @return The bytes for callBackUrl. */ com.google.protobuf.ByteString getCallBackUrlBytes(); /** *
   * Personal Access Token to the application to which inputs are added
   * 
* * string app_pat = 4; * @return The appPat. */ java.lang.String getAppPat(); /** *
   * Personal Access Token to the application to which inputs are added
   * 
* * string app_pat = 4; * @return The bytes for appPat. */ com.google.protobuf.ByteString getAppPatBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy