com.clarifai.grpc.api.utils.TestProto2OrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/utils/test_proto.proto
package com.clarifai.grpc.api.utils;
public interface TestProto2OrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.utils.TestProto2)
com.google.protobuf.MessageOrBuilder {
/**
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* bool flip = 2;
* @return The flip.
*/
boolean getFlip();
}