Interface GenericAnnotationsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GenericAnnotations, GenericAnnotations.Builder

    public interface GenericAnnotationsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getEncodedAsString

        String getEncodedAsString()
        string encodedAsString = 1;
        Returns:
        The encodedAsString.
      • getEncodedAsStringBytes

        com.google.protobuf.ByteString getEncodedAsStringBytes()
        string encodedAsString = 1;
        Returns:
        The bytes for encodedAsString.
      • getGenericAnnotationsList

        List<GenericAnnotation> getGenericAnnotationsList()
        repeated .GenericAnnotation genericAnnotations = 2;
      • getGenericAnnotations

        GenericAnnotation getGenericAnnotations​(int index)
        repeated .GenericAnnotation genericAnnotations = 2;
      • getGenericAnnotationsCount

        int getGenericAnnotationsCount()
        repeated .GenericAnnotation genericAnnotations = 2;
      • getGenericAnnotationsOrBuilderList

        List<? extends GenericAnnotationOrBuilder> getGenericAnnotationsOrBuilderList()
        repeated .GenericAnnotation genericAnnotations = 2;
      • getGenericAnnotationsOrBuilder

        GenericAnnotationOrBuilder getGenericAnnotationsOrBuilder​(int index)
        repeated .GenericAnnotation genericAnnotations = 2;