cz.proto.RangeLiteralOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: input_split.proto
package cz.proto;
public interface RangeLiteralOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.RangeLiteral)
com.google.protobuf.MessageOrBuilder {
/**
* int32 intV = 1;
* @return Whether the intV field is set.
*/
boolean hasIntV();
/**
* int32 intV = 1;
* @return The intV.
*/
int getIntV();
/**
* int64 longV = 2;
* @return Whether the longV field is set.
*/
boolean hasLongV();
/**
* int64 longV = 2;
* @return The longV.
*/
long getLongV();
/**
* string stringV = 3;
* @return Whether the stringV field is set.
*/
boolean hasStringV();
/**
* string stringV = 3;
* @return The stringV.
*/
java.lang.String getStringV();
/**
* string stringV = 3;
* @return The bytes for stringV.
*/
com.google.protobuf.ByteString
getStringVBytes();
public cz.proto.RangeLiteral.ValueCase getValueCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy