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 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

      SimpleTestSection getSection(int index)
       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

      SimpleTestSectionOrBuilder getSectionOrBuilder(int index)
       The contained sections.
       
      repeated .cel.expr.conformance.test.SimpleTestSection section = 3;