cz.proto.SQLJobOrBuilder 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_meta.proto
package cz.proto;
public interface SQLJobOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.SQLJob)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string query = 1;
* @return A list containing the query.
*/
java.util.List
getQueryList();
/**
* repeated string query = 1;
* @return The count of query.
*/
int getQueryCount();
/**
* repeated string query = 1;
* @param index The index of the element to return.
* @return The query at the given index.
*/
java.lang.String getQuery(int index);
/**
* repeated string query = 1;
* @param index The index of the value to return.
* @return The bytes of the query at the given index.
*/
com.google.protobuf.ByteString
getQueryBytes(int index);
/**
*
* namespace = [workspace, schema]
*
*
* repeated string default_namespace = 2;
* @return A list containing the defaultNamespace.
*/
java.util.List
getDefaultNamespaceList();
/**
*
* namespace = [workspace, schema]
*
*
* repeated string default_namespace = 2;
* @return The count of defaultNamespace.
*/
int getDefaultNamespaceCount();
/**
*
* namespace = [workspace, schema]
*
*
* repeated string default_namespace = 2;
* @param index The index of the element to return.
* @return The defaultNamespace at the given index.
*/
java.lang.String getDefaultNamespace(int index);
/**
*
* namespace = [workspace, schema]
*
*
* repeated string default_namespace = 2;
* @param index The index of the value to return.
* @return The bytes of the defaultNamespace at the given index.
*/
com.google.protobuf.ByteString
getDefaultNamespaceBytes(int index);
/**
* .cz.proto.SQLJobConfig sql_config = 3;
* @return Whether the sqlConfig field is set.
*/
boolean hasSqlConfig();
/**
* .cz.proto.SQLJobConfig sql_config = 3;
* @return The sqlConfig.
*/
cz.proto.SQLJobConfig getSqlConfig();
/**
* .cz.proto.SQLJobConfig sql_config = 3;
*/
cz.proto.SQLJobConfigOrBuilder getSqlConfigOrBuilder();
/**
* int64 default_instance_id = 4;
* @return The defaultInstanceId.
*/
long getDefaultInstanceId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy