sdmxdl.cli.protobuf.RulesSummaryOrBuilder 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 RulesSummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:sdmxdl.cli.protobuf.RulesSummary)
com.google.protobuf.MessageOrBuilder {
/**
* string digest = 1;
* @return The digest.
*/
java.lang.String getDigest();
/**
* string digest = 1;
* @return The bytes for digest.
*/
com.google.protobuf.ByteString
getDigestBytes();
/**
* .sdmxdl.cli.protobuf.RulesTarget target = 2;
* @return Whether the target field is set.
*/
boolean hasTarget();
/**
* .sdmxdl.cli.protobuf.RulesTarget target = 2;
* @return The target.
*/
sdmxdl.cli.protobuf.RulesTarget getTarget();
/**
* .sdmxdl.cli.protobuf.RulesTarget target = 2;
*/
sdmxdl.cli.protobuf.RulesTargetOrBuilder getTargetOrBuilder();
/**
* .sdmxdl.cli.protobuf.RulesConfig config = 3;
* @return Whether the config field is set.
*/
boolean hasConfig();
/**
* .sdmxdl.cli.protobuf.RulesConfig config = 3;
* @return The config.
*/
sdmxdl.cli.protobuf.RulesConfig getConfig();
/**
* .sdmxdl.cli.protobuf.RulesConfig config = 3;
*/
sdmxdl.cli.protobuf.RulesConfigOrBuilder getConfigOrBuilder();
/**
* .sdmxdl.cli.protobuf.RulesExpect expect = 4;
* @return Whether the expect field is set.
*/
boolean hasExpect();
/**
* .sdmxdl.cli.protobuf.RulesExpect expect = 4;
* @return The expect.
*/
sdmxdl.cli.protobuf.RulesExpect getExpect();
/**
* .sdmxdl.cli.protobuf.RulesExpect expect = 4;
*/
sdmxdl.cli.protobuf.RulesExpectOrBuilder getExpectOrBuilder();
/**
* .sdmxdl.cli.protobuf.RulesActual actual = 5;
* @return Whether the actual field is set.
*/
boolean hasActual();
/**
* .sdmxdl.cli.protobuf.RulesActual actual = 5;
* @return The actual.
*/
sdmxdl.cli.protobuf.RulesActual getActual();
/**
* .sdmxdl.cli.protobuf.RulesActual actual = 5;
*/
sdmxdl.cli.protobuf.RulesActualOrBuilder getActualOrBuilder();
/**
* string errors = 6;
* @return The errors.
*/
java.lang.String getErrors();
/**
* string errors = 6;
* @return The bytes for errors.
*/
com.google.protobuf.ByteString
getErrorsBytes();
/**
* repeated string issues = 7;
* @return A list containing the issues.
*/
java.util.List
getIssuesList();
/**
* repeated string issues = 7;
* @return The count of issues.
*/
int getIssuesCount();
/**
* repeated string issues = 7;
* @param index The index of the element to return.
* @return The issues at the given index.
*/
java.lang.String getIssues(int index);
/**
* repeated string issues = 7;
* @param index The index of the value to return.
* @return The bytes of the issues at the given index.
*/
com.google.protobuf.ByteString
getIssuesBytes(int index);
}