org.finos.tracdap.config.DeploymentConfigOrBuilder 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 DeploymentConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:tracdap.config.DeploymentConfig)
com.google.protobuf.MessageOrBuilder {
/**
* .tracdap.config.DeploymentLayout layout = 1;
* @return The enum numeric value on the wire for layout.
*/
int getLayoutValue();
/**
* .tracdap.config.DeploymentLayout layout = 1;
* @return The layout.
*/
org.finos.tracdap.config.DeploymentLayout getLayout();
}