Interface GenericAnnotationOrBuilder

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

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

      • getType

        String getType()
        string type = 1;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 1;
        Returns:
        The bytes for type.
      • getFieldsCount

        int getFieldsCount()
        map<string, .PrimitiveValue> fields = 2;
      • containsFields

        boolean containsFields​(String key)
        map<string, .PrimitiveValue> fields = 2;
      • getFieldsOrThrow

        PrimitiveValue getFieldsOrThrow​(String key)
        map<string, .PrimitiveValue> fields = 2;