All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.finos.tracdap.config.DeploymentConfigOrBuilder Maven / Gradle / Ivy

Go to download

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy