cz.proto.SplitMetaOrBuilder 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: input_split.proto
package cz.proto;
public interface SplitMetaOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.SplitMeta)
com.google.protobuf.MessageOrBuilder {
/**
* string stage_id = 1;
* @return The stageId.
*/
java.lang.String getStageId();
/**
* string stage_id = 1;
* @return The bytes for stageId.
*/
com.google.protobuf.ByteString
getStageIdBytes();
/**
* string operator_id = 2;
* @return The operatorId.
*/
java.lang.String getOperatorId();
/**
* string operator_id = 2;
* @return The bytes for operatorId.
*/
com.google.protobuf.ByteString
getOperatorIdBytes();
/**
* .cz.proto.FileSplitMeta file = 3;
* @return Whether the file field is set.
*/
boolean hasFile();
/**
* .cz.proto.FileSplitMeta file = 3;
* @return The file.
*/
cz.proto.FileSplitMeta getFile();
/**
* .cz.proto.FileSplitMeta file = 3;
*/
cz.proto.FileSplitMetaOrBuilder getFileOrBuilder();
/**
* .cz.proto.EmbeddedSplitMeta embedded = 4;
* @return Whether the embedded field is set.
*/
boolean hasEmbedded();
/**
* .cz.proto.EmbeddedSplitMeta embedded = 4;
* @return The embedded.
*/
cz.proto.EmbeddedSplitMeta getEmbedded();
/**
* .cz.proto.EmbeddedSplitMeta embedded = 4;
*/
cz.proto.EmbeddedSplitMetaOrBuilder getEmbeddedOrBuilder();
public cz.proto.SplitMeta.ContentCase getContentCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy