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

org.finos.tracdap.config.WebServerRewriteRuleOrBuilder 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 WebServerRewriteRuleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tracdap.config.WebServerRewriteRule)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string source = 1;
   * @return The source.
   */
  java.lang.String getSource();
  /**
   * string source = 1;
   * @return The bytes for source.
   */
  com.google.protobuf.ByteString
      getSourceBytes();

  /**
   * string target = 2;
   * @return The target.
   */
  java.lang.String getTarget();
  /**
   * string target = 2;
   * @return The bytes for target.
   */
  com.google.protobuf.ByteString
      getTargetBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy