org.finos.tracdap.config.WebServerRewriteRuleOrBuilder 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 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();
}