cz.proto.RefreshOptionOrBuilder 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: table_common.proto
package cz.proto;
public interface RefreshOptionOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.RefreshOption)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.RefreshOption.Type type = 1;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
* .cz.proto.RefreshOption.Type type = 1;
* @return The type.
*/
cz.proto.RefreshOption.Type getType();
/**
* int64 start_time = 2;
* @return The startTime.
*/
long getStartTime();
/**
* int64 interval_in_minute = 3;
* @return The intervalInMinute.
*/
long getIntervalInMinute();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy