cz.proto.TableStreamOrBuilder 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 TableStreamOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.TableStream)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.ObjectIdentifier provider = 1;
* @return Whether the provider field is set.
*/
boolean hasProvider();
/**
* .cz.proto.ObjectIdentifier provider = 1;
* @return The provider.
*/
cz.proto.ObjectIdentifier getProvider();
/**
* .cz.proto.ObjectIdentifier provider = 1;
*/
cz.proto.ObjectIdentifierOrBuilder getProviderOrBuilder();
/**
* optional int64 at_timestamp = 3;
* @return Whether the atTimestamp field is set.
*/
boolean hasAtTimestamp();
/**
* optional int64 at_timestamp = 3;
* @return The atTimestamp.
*/
long getAtTimestamp();
/**
* int64 offset = 4;
* @return The offset.
*/
long getOffset();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy