cz.proto.HiveResultFileFormatOrBuilder 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: table_common.proto
package cz.proto;
public interface HiveResultFileFormatOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.HiveResultFileFormat)
com.google.protobuf.MessageOrBuilder {
/**
*
* TODO(gang.wu): remove options and explicitly define properties
*
*
* map<string, string> options = 1;
*/
int getOptionsCount();
/**
*
* TODO(gang.wu): remove options and explicitly define properties
*
*
* map<string, string> options = 1;
*/
boolean containsOptions(
java.lang.String key);
/**
* Use {@link #getOptionsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getOptions();
/**
*
* TODO(gang.wu): remove options and explicitly define properties
*
*
* map<string, string> options = 1;
*/
java.util.Map
getOptionsMap();
/**
*
* TODO(gang.wu): remove options and explicitly define properties
*
*
* map<string, string> options = 1;
*/
java.lang.String getOptionsOrDefault(
java.lang.String key,
java.lang.String defaultValue);
/**
*
* TODO(gang.wu): remove options and explicitly define properties
*
*
* map<string, string> options = 1;
*/
java.lang.String getOptionsOrThrow(
java.lang.String key);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy