cz.proto.ExtendedMetaDataOrBuilder 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: file_meta_data.proto
package cz.proto;
public interface ExtendedMetaDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.ExtendedMetaData)
com.google.protobuf.MessageOrBuilder {
/**
* map<string, string> key_value = 1;
*/
int getKeyValueCount();
/**
* map<string, string> key_value = 1;
*/
boolean containsKeyValue(
java.lang.String key);
/**
* Use {@link #getKeyValueMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getKeyValue();
/**
* map<string, string> key_value = 1;
*/
java.util.Map
getKeyValueMap();
/**
* map<string, string> key_value = 1;
*/
java.lang.String getKeyValueOrDefault(
java.lang.String key,
java.lang.String defaultValue);
/**
* map<string, string> key_value = 1;
*/
java.lang.String getKeyValueOrThrow(
java.lang.String key);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy