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

org.finos.tracdap.config.PlatformInfoOrBuilder 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/common.proto
// Protobuf Java Version: 4.28.2

package org.finos.tracdap.config;

public interface PlatformInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tracdap.config.PlatformInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string environment = 1;
   * @return The environment.
   */
  java.lang.String getEnvironment();
  /**
   * string environment = 1;
   * @return The bytes for environment.
   */
  com.google.protobuf.ByteString
      getEnvironmentBytes();

  /**
   * bool production = 2;
   * @return The production.
   */
  boolean getProduction();

  /**
   * map<string, string> deploymentInfo = 3;
   */
  int getDeploymentInfoCount();
  /**
   * map<string, string> deploymentInfo = 3;
   */
  boolean containsDeploymentInfo(
      java.lang.String key);
  /**
   * Use {@link #getDeploymentInfoMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getDeploymentInfo();
  /**
   * map<string, string> deploymentInfo = 3;
   */
  java.util.Map
  getDeploymentInfoMap();
  /**
   * map<string, string> deploymentInfo = 3;
   */
  /* nullable */
java.lang.String getDeploymentInfoOrDefault(
      java.lang.String key,
      /* nullable */
java.lang.String defaultValue);
  /**
   * map<string, string> deploymentInfo = 3;
   */
  java.lang.String getDeploymentInfoOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy