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 Type
    Method
    Description
    A description of the section.
    com.google.protobuf.ByteString
    A description of the section.
    Required.
    com.google.protobuf.ByteString
    Required.
    getTest(int index)
    The contained tests.
    int
    The contained tests.
    The contained tests.
    getTestOrBuilder(int index)
    The contained tests.
    The contained tests.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      SimpleTest getTest(int index)
       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

      SimpleTestOrBuilder getTestOrBuilder(int index)
       The contained tests.
       
      repeated .cel.expr.conformance.test.SimpleTest test = 3;