
dev.cel.expr.conformance.test.TestSuiteOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cel/expr/conformance/test/suite.proto
// Protobuf Java Version: 3.25.1
package dev.cel.expr.conformance.test;
public interface TestSuiteOrBuilder extends
// @@protoc_insertion_point(interface_extends:cel.expr.conformance.test.TestSuite)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the test suite.
*
*
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
*
* The name of the test suite.
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Description of the test suite.
*
*
* string description = 2;
* @return The description.
*/
java.lang.String getDescription();
/**
*
* Description of the test suite.
*
*
* string description = 2;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
*
* Test sections of the test suite.
* Each section represents a behavior to be tested.
*
*
* repeated .cel.expr.conformance.test.TestSection sections = 3;
*/
java.util.List
getSectionsList();
/**
*
* Test sections of the test suite.
* Each section represents a behavior to be tested.
*
*
* repeated .cel.expr.conformance.test.TestSection sections = 3;
*/
dev.cel.expr.conformance.test.TestSection getSections(int index);
/**
*
* Test sections of the test suite.
* Each section represents a behavior to be tested.
*
*
* repeated .cel.expr.conformance.test.TestSection sections = 3;
*/
int getSectionsCount();
/**
*
* Test sections of the test suite.
* Each section represents a behavior to be tested.
*
*
* repeated .cel.expr.conformance.test.TestSection sections = 3;
*/
java.util.List extends dev.cel.expr.conformance.test.TestSectionOrBuilder>
getSectionsOrBuilderList();
/**
*
* Test sections of the test suite.
* Each section represents a behavior to be tested.
*
*
* repeated .cel.expr.conformance.test.TestSection sections = 3;
*/
dev.cel.expr.conformance.test.TestSectionOrBuilder getSectionsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy