org.finos.tracdap.config.ServiceConfigOrBuilder 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/common.proto
// Protobuf Java Version: 4.28.2
package org.finos.tracdap.config;
public interface ServiceConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:tracdap.config.ServiceConfig)
com.google.protobuf.MessageOrBuilder {
/**
* optional bool enabled = 1;
* @return Whether the enabled field is set.
*/
boolean hasEnabled();
/**
* optional bool enabled = 1;
* @return The enabled.
*/
boolean getEnabled();
/**
* string alias = 2;
* @return The alias.
*/
java.lang.String getAlias();
/**
* string alias = 2;
* @return The bytes for alias.
*/
com.google.protobuf.ByteString
getAliasBytes();
/**
* uint32 port = 3;
* @return The port.
*/
int getPort();
}