sdmxdl.cli.protobuf.RulesTargetOrBuilder 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 RulesTargetOrBuilder extends
// @@protoc_insertion_point(interface_extends:sdmxdl.cli.protobuf.RulesTarget)
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 flow = 2;
* @return The flow.
*/
java.lang.String getFlow();
/**
* string flow = 2;
* @return The bytes for flow.
*/
com.google.protobuf.ByteString
getFlowBytes();
/**
* string key = 3;
* @return The key.
*/
java.lang.String getKey();
/**
* string key = 3;
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
}