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

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

  /**
   * string host = 1;
   * @return The host.
   */
  java.lang.String getHost();
  /**
   * string host = 1;
   * @return The bytes for host.
   */
  com.google.protobuf.ByteString
      getHostBytes();

  /**
   * string path = 2;
   * @return The path.
   */
  java.lang.String getPath();
  /**
   * string path = 2;
   * @return The bytes for path.
   */
  com.google.protobuf.ByteString
      getPathBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy