
alluxio.grpc.table.ValueOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/table/table_master.proto
package alluxio.grpc.table;
public interface ValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.table.Value)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* int64 long_type = 1;
* @return Whether the longType field is set.
*/
boolean hasLongType();
/**
* int64 long_type = 1;
* @return The longType.
*/
long getLongType();
/**
* double double_type = 2;
* @return Whether the doubleType field is set.
*/
boolean hasDoubleType();
/**
* double double_type = 2;
* @return The doubleType.
*/
double getDoubleType();
/**
* string string_type = 3;
* @return Whether the stringType field is set.
*/
boolean hasStringType();
/**
* string string_type = 3;
* @return The stringType.
*/
java.lang.String getStringType();
/**
* string string_type = 3;
* @return The bytes for stringType.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getStringTypeBytes();
/**
* bool boolean_type = 4;
* @return Whether the booleanType field is set.
*/
boolean hasBooleanType();
/**
* bool boolean_type = 4;
* @return The booleanType.
*/
boolean getBooleanType();
public alluxio.grpc.table.Value.ValueCase getValueCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy