Package dev.cel.expr.conformance.test
Interface SimpleTestSectionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SimpleTestSection,SimpleTestSection.Builder
public interface SimpleTestSectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA description of the section.com.google.protobuf.ByteStringA description of the section.getName()Required.com.google.protobuf.ByteStringRequired.getTest(int index) The contained tests.intThe contained tests.The contained tests.getTestOrBuilder(int index) The contained tests.List<? extends SimpleTestOrBuilder>The contained tests.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()Required. The name of the section.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Required. The name of the section.
string name = 1;- Returns:
- The bytes for name.
-
getDescription
String getDescription()A description of the section.
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()A description of the section.
string description = 2;- Returns:
- The bytes for description.
-
getTestList
List<SimpleTest> getTestList()The contained tests.
repeated .cel.expr.conformance.test.SimpleTest test = 3; -
getTest
The contained tests.
repeated .cel.expr.conformance.test.SimpleTest test = 3; -
getTestCount
int getTestCount()The contained tests.
repeated .cel.expr.conformance.test.SimpleTest test = 3; -
getTestOrBuilderList
List<? extends SimpleTestOrBuilder> getTestOrBuilderList()The contained tests.
repeated .cel.expr.conformance.test.SimpleTest test = 3; -
getTestOrBuilder
The contained tests.
repeated .cel.expr.conformance.test.SimpleTest test = 3;
-