cz.proto.TableStreamStateOrBuilder 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 TableStreamStateOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.TableStreamState)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.ObjectIdentifier stream = 1;
* @return Whether the stream field is set.
*/
boolean hasStream();
/**
* .cz.proto.ObjectIdentifier stream = 1;
* @return The stream.
*/
cz.proto.ObjectIdentifier getStream();
/**
* .cz.proto.ObjectIdentifier stream = 1;
*/
cz.proto.ObjectIdentifierOrBuilder getStreamOrBuilder();
/**
* int64 from_snapshot = 2;
* @return The fromSnapshot.
*/
long getFromSnapshot();
/**
* int64 to_snapshot = 3;
* @return The toSnapshot.
*/
long getToSnapshot();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy