cz.proto.JobOrBuilder 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 JobOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.Job)
com.google.protobuf.MessageOrBuilder {
/**
* map<string, string> settings = 1;
*/
int getSettingsCount();
/**
* map<string, string> settings = 1;
*/
boolean containsSettings(
java.lang.String key);
/**
* Use {@link #getSettingsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getSettings();
/**
* map<string, string> settings = 1;
*/
java.util.Map
getSettingsMap();
/**
* map<string, string> settings = 1;
*/
java.lang.String getSettingsOrDefault(
java.lang.String key,
java.lang.String defaultValue);
/**
* map<string, string> settings = 1;
*/
java.lang.String getSettingsOrThrow(
java.lang.String key);
/**
* repeated .cz.proto.access.AccessStatement statements = 2;
*/
java.util.List
getStatementsList();
/**
* repeated .cz.proto.access.AccessStatement statements = 2;
*/
cz.proto.access.Ddl.AccessStatement getStatements(int index);
/**
* repeated .cz.proto.access.AccessStatement statements = 2;
*/
int getStatementsCount();
/**
* repeated .cz.proto.access.AccessStatement statements = 2;
*/
java.util.List extends cz.proto.access.Ddl.AccessStatementOrBuilder>
getStatementsOrBuilderList();
/**
* repeated .cz.proto.access.AccessStatement statements = 2;
*/
cz.proto.access.Ddl.AccessStatementOrBuilder getStatementsOrBuilder(
int index);
/**
* .cz.proto.DML dml = 3;
* @return Whether the dml field is set.
*/
boolean hasDml();
/**
* .cz.proto.DML dml = 3;
* @return The dml.
*/
cz.proto.DML getDml();
/**
* .cz.proto.DML dml = 3;
*/
cz.proto.DMLOrBuilder getDmlOrBuilder();
/**
* .cz.proto.Job.UserId user_id = 4;
* @return Whether the userId field is set.
*/
boolean hasUserId();
/**
* .cz.proto.Job.UserId user_id = 4;
* @return The userId.
*/
cz.proto.Job.UserId getUserId();
/**
* .cz.proto.Job.UserId user_id = 4;
*/
cz.proto.Job.UserIdOrBuilder getUserIdOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy