sdmxdl.cli.protobuf.RulesConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: sdmxdl_debug.proto
// Protobuf Java Version: 3.25.3
package sdmxdl.cli.protobuf;
public interface RulesConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:sdmxdl.cli.protobuf.RulesConfig)
com.google.protobuf.MessageOrBuilder {
/**
* string driver = 1;
* @return The driver.
*/
java.lang.String getDriver();
/**
* string driver = 1;
* @return The bytes for driver.
*/
com.google.protobuf.ByteString
getDriverBytes();
/**
* string protocol = 2;
* @return The protocol.
*/
java.lang.String getProtocol();
/**
* string protocol = 2;
* @return The bytes for protocol.
*/
com.google.protobuf.ByteString
getProtocolBytes();
/**
* string properties = 3;
* @return The properties.
*/
java.lang.String getProperties();
/**
* string properties = 3;
* @return The bytes for properties.
*/
com.google.protobuf.ByteString
getPropertiesBytes();
}