cz.proto.DMLOrBuilder 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: job.proto
package cz.proto;
public interface DMLOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.DML)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.Stage stages = 1;
*/
java.util.List
getStagesList();
/**
* repeated .cz.proto.Stage stages = 1;
*/
cz.proto.Stage getStages(int index);
/**
* repeated .cz.proto.Stage stages = 1;
*/
int getStagesCount();
/**
* repeated .cz.proto.Stage stages = 1;
*/
java.util.List extends cz.proto.StageOrBuilder>
getStagesOrBuilderList();
/**
* repeated .cz.proto.Stage stages = 1;
*/
cz.proto.StageOrBuilder getStagesOrBuilder(
int index);
/**
* repeated .cz.proto.RangeBoundary boundaries = 2;
*/
java.util.List
getBoundariesList();
/**
* repeated .cz.proto.RangeBoundary boundaries = 2;
*/
cz.proto.RangeBoundary getBoundaries(int index);
/**
* repeated .cz.proto.RangeBoundary boundaries = 2;
*/
int getBoundariesCount();
/**
* repeated .cz.proto.RangeBoundary boundaries = 2;
*/
java.util.List extends cz.proto.RangeBoundaryOrBuilder>
getBoundariesOrBuilderList();
/**
* repeated .cz.proto.RangeBoundary boundaries = 2;
*/
cz.proto.RangeBoundaryOrBuilder getBoundariesOrBuilder(
int index);
/**
* repeated .cz.proto.Pipe pipes = 3;
*/
java.util.List
getPipesList();
/**
* repeated .cz.proto.Pipe pipes = 3;
*/
cz.proto.Pipe getPipes(int index);
/**
* repeated .cz.proto.Pipe pipes = 3;
*/
int getPipesCount();
/**
* repeated .cz.proto.Pipe pipes = 3;
*/
java.util.List extends cz.proto.PipeOrBuilder>
getPipesOrBuilderList();
/**
* repeated .cz.proto.Pipe pipes = 3;
*/
cz.proto.PipeOrBuilder getPipesOrBuilder(
int index);
/**
* int32 plan_index = 4;
* @return The planIndex.
*/
int getPlanIndex();
/**
* repeated .cz.proto.Traits traits = 5;
*/
java.util.List
getTraitsList();
/**
* repeated .cz.proto.Traits traits = 5;
*/
cz.proto.Traits getTraits(int index);
/**
* repeated .cz.proto.Traits traits = 5;
*/
int getTraitsCount();
/**
* repeated .cz.proto.Traits traits = 5;
*/
java.util.List extends cz.proto.TraitsOrBuilder>
getTraitsOrBuilderList();
/**
* repeated .cz.proto.Traits traits = 5;
*/
cz.proto.TraitsOrBuilder getTraitsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy