com.clarifai.grpc.api.IdUpdateSourceOrBuilder 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 IdUpdateSourceOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.IdUpdateSource)
com.google.protobuf.MessageOrBuilder {
/**
*
*old id
*
*
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
*
*old id
*
*
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
*new id
*
*
* string new_id = 2;
* @return The newId.
*/
java.lang.String getNewId();
/**
*
*new id
*
*
* string new_id = 2;
* @return The bytes for newId.
*/
com.google.protobuf.ByteString
getNewIdBytes();
}