org.finos.tracdap.config.MetadataConfigOrBuilder 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/platform.proto
// Protobuf Java Version: 4.28.2
package org.finos.tracdap.config;
public interface MetadataConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:tracdap.config.MetadataConfig)
com.google.protobuf.MessageOrBuilder {
/**
* .tracdap.config.PluginConfig database = 1;
* @return Whether the database field is set.
*/
boolean hasDatabase();
/**
* .tracdap.config.PluginConfig database = 1;
* @return The database.
*/
org.finos.tracdap.config.PluginConfig getDatabase();
/**
* .tracdap.config.PluginConfig database = 1;
*/
org.finos.tracdap.config.PluginConfigOrBuilder getDatabaseOrBuilder();
/**
* .tracdap.metadata.MetadataFormat format = 2;
* @return The enum numeric value on the wire for format.
*/
int getFormatValue();
/**
* .tracdap.metadata.MetadataFormat format = 2;
* @return The format.
*/
org.finos.tracdap.metadata.MetadataFormat getFormat();
}