cz.proto.SQLJobConfigOrBuilder 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 SQLJobConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.SQLJobConfig)
com.google.protobuf.MessageOrBuilder {
/**
* int32 timeout = 1;
* @return The timeout.
*/
int getTimeout();
/**
* int64 adhoc_size_limit = 2;
* @return The adhocSizeLimit.
*/
long getAdhocSizeLimit();
/**
* int64 adhoc_row_limit = 3;
* @return The adhocRowLimit.
*/
long getAdhocRowLimit();
/**
* map<string, string> hint = 4;
*/
int getHintCount();
/**
* map<string, string> hint = 4;
*/
boolean containsHint(
java.lang.String key);
/**
* Use {@link #getHintMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getHint();
/**
* map<string, string> hint = 4;
*/
java.util.Map
getHintMap();
/**
* map<string, string> hint = 4;
*/
java.lang.String getHintOrDefault(
java.lang.String key,
java.lang.String defaultValue);
/**
* map<string, string> hint = 4;
*/
java.lang.String getHintOrThrow(
java.lang.String key);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy