org.finos.tracdap.config._ConfigFileOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracdap-api-config Show documentation
Show all versions of tracdap-api-config Show documentation
TRAC D.A.P. config library, contains data structures used for config files (and other config sources)
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tracdap/config/common.proto
// Protobuf Java Version: 4.28.2
package org.finos.tracdap.config;
public interface _ConfigFileOrBuilder extends
// @@protoc_insertion_point(interface_extends:tracdap.config._ConfigFile)
com.google.protobuf.MessageOrBuilder {
/**
* map<string, string> config = 1;
*/
int getConfigCount();
/**
* map<string, string> config = 1;
*/
boolean containsConfig(
java.lang.String key);
/**
* Use {@link #getConfigMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getConfig();
/**
* map<string, string> config = 1;
*/
java.util.Map
getConfigMap();
/**
* map<string, string> config = 1;
*/
/* nullable */
java.lang.String getConfigOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> config = 1;
*/
java.lang.String getConfigOrThrow(
java.lang.String key);
}