cz.proto.IntervalYearMonthInfoOrBuilder 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: data_type.proto
package cz.proto;
public interface IntervalYearMonthInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.IntervalYearMonthInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.IntervalUnit from = 1;
* @return The enum numeric value on the wire for from.
*/
int getFromValue();
/**
* .cz.proto.IntervalUnit from = 1;
* @return The from.
*/
cz.proto.IntervalUnit getFrom();
/**
* .cz.proto.IntervalUnit to = 2;
* @return The enum numeric value on the wire for to.
*/
int getToValue();
/**
* .cz.proto.IntervalUnit to = 2;
* @return The to.
*/
cz.proto.IntervalUnit getTo();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy