cz.proto.TimestampInfoOrBuilder 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 TimestampInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.TimestampInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.TimestampUnit tsUnit = 1;
* @return The enum numeric value on the wire for tsUnit.
*/
int getTsUnitValue();
/**
* .cz.proto.TimestampUnit tsUnit = 1;
* @return The tsUnit.
*/
cz.proto.TimestampUnit getTsUnit();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy