Package dev.cel.expr.conformance.test
Interface SimpleTestFileOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SimpleTestFile,SimpleTestFile.Builder
public interface SimpleTestFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA description of the file.com.google.protobuf.ByteStringA description of the file.getName()Required.com.google.protobuf.ByteStringRequired.getSection(int index) The contained sections.intThe contained sections.The contained sections.getSectionOrBuilder(int index) The contained sections.List<? extends SimpleTestSectionOrBuilder>The contained sections.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 file. Should match the filename.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Required. The name of the file. Should match the filename.
string name = 1;- Returns:
- The bytes for name.
-
getDescription
String getDescription()A description of the file.
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()A description of the file.
string description = 2;- Returns:
- The bytes for description.
-
getSectionList
List<SimpleTestSection> getSectionList()The contained sections.
repeated .cel.expr.conformance.test.SimpleTestSection section = 3; -
getSection
The contained sections.
repeated .cel.expr.conformance.test.SimpleTestSection section = 3; -
getSectionCount
int getSectionCount()The contained sections.
repeated .cel.expr.conformance.test.SimpleTestSection section = 3; -
getSectionOrBuilderList
List<? extends SimpleTestSectionOrBuilder> getSectionOrBuilderList()The contained sections.
repeated .cel.expr.conformance.test.SimpleTestSection section = 3; -
getSectionOrBuilder
The contained sections.
repeated .cel.expr.conformance.test.SimpleTestSection section = 3;
-