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

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

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

package com.clarifai.grpc.api;

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

  /**
   * uint64 range_start = 1;
   * @return The rangeStart.
   */
  long getRangeStart();

  /**
   * int64 part_number = 2;
   * @return The partNumber.
   */
  long getPartNumber();

  /**
   * bytes data = 3;
   * @return The data.
   */
  com.google.protobuf.ByteString getData();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy