com.clarifai.grpc.api.utils.TestProtoOrBuilder Maven / Gradle / Ivy
// 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 TestProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.utils.TestProto)
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();
/**
* string message = 2 [(.clarifai.api.utils.cl_show_if_empty) = true, (.clarifai.api.utils.cl_moretags) = "protos are cool"];
* @return The message.
*/
java.lang.String getMessage();
/**
* string message = 2 [(.clarifai.api.utils.cl_show_if_empty) = true, (.clarifai.api.utils.cl_moretags) = "protos are cool"];
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
/**
* double value = 3 [(.clarifai.api.utils.cl_default_float) = 1];
* @return The value.
*/
double getValue();
/**
* bytes image_bytes = 4;
* @return The imageBytes.
*/
com.google.protobuf.ByteString getImageBytes();
/**
* string string_oneof = 5;
* @return Whether the stringOneof field is set.
*/
boolean hasStringOneof();
/**
* string string_oneof = 5;
* @return The stringOneof.
*/
java.lang.String getStringOneof();
/**
* string string_oneof = 5;
* @return The bytes for stringOneof.
*/
com.google.protobuf.ByteString
getStringOneofBytes();
/**
* bool bool_oneof = 6;
* @return Whether the boolOneof field is set.
*/
boolean hasBoolOneof();
/**
* bool bool_oneof = 6;
* @return The boolOneof.
*/
boolean getBoolOneof();
/**
* .clarifai.api.utils.TestProto2 message_oneof = 7;
* @return Whether the messageOneof field is set.
*/
boolean hasMessageOneof();
/**
* .clarifai.api.utils.TestProto2 message_oneof = 7;
* @return The messageOneof.
*/
com.clarifai.grpc.api.utils.TestProto2 getMessageOneof();
/**
* .clarifai.api.utils.TestProto2 message_oneof = 7;
*/
com.clarifai.grpc.api.utils.TestProto2OrBuilder getMessageOneofOrBuilder();
public com.clarifai.grpc.api.utils.TestProto.OneOfFieldCase getOneOfFieldCase();
}