cz.proto.SimplifyDagOrBuilder 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 SimplifyDagOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.SimplifyDag)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.SimplifyDagVertex stages = 1;
*/
java.util.List
getStagesList();
/**
* repeated .cz.proto.SimplifyDagVertex stages = 1;
*/
cz.proto.SimplifyDagVertex getStages(int index);
/**
* repeated .cz.proto.SimplifyDagVertex stages = 1;
*/
int getStagesCount();
/**
* repeated .cz.proto.SimplifyDagVertex stages = 1;
*/
java.util.List extends cz.proto.SimplifyDagVertexOrBuilder>
getStagesOrBuilderList();
/**
* repeated .cz.proto.SimplifyDagVertex stages = 1;
*/
cz.proto.SimplifyDagVertexOrBuilder getStagesOrBuilder(
int index);
/**
* repeated string input_tables = 2;
* @return A list containing the inputTables.
*/
java.util.List
getInputTablesList();
/**
* repeated string input_tables = 2;
* @return The count of inputTables.
*/
int getInputTablesCount();
/**
* repeated string input_tables = 2;
* @param index The index of the element to return.
* @return The inputTables at the given index.
*/
java.lang.String getInputTables(int index);
/**
* repeated string input_tables = 2;
* @param index The index of the value to return.
* @return The bytes of the inputTables at the given index.
*/
com.google.protobuf.ByteString
getInputTablesBytes(int index);
/**
* repeated string output_tables = 3;
* @return A list containing the outputTables.
*/
java.util.List
getOutputTablesList();
/**
* repeated string output_tables = 3;
* @return The count of outputTables.
*/
int getOutputTablesCount();
/**
* repeated string output_tables = 3;
* @param index The index of the element to return.
* @return The outputTables at the given index.
*/
java.lang.String getOutputTables(int index);
/**
* repeated string output_tables = 3;
* @param index The index of the value to return.
* @return The bytes of the outputTables at the given index.
*/
com.google.protobuf.ByteString
getOutputTablesBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy