Interface SymbolsProtos.TypeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SymbolsProtos.Type, SymbolsProtos.Type.Builder
    Enclosing class:
    SymbolsProtos

    public static interface SymbolsProtos.TypeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getPrettyPrintedName

        String getPrettyPrintedName()
        string pretty_printed_name = 1;
        Returns:
        The prettyPrintedName.
      • getPrettyPrintedNameBytes

        com.google.protobuf.ByteString getPrettyPrintedNameBytes()
        string pretty_printed_name = 1;
        Returns:
        The bytes for prettyPrintedName.
      • getKindValue

        int getKindValue()
        .protoblog.TypeKind kind = 2;
        Returns:
        The enum numeric value on the wire for kind.
      • getArgsCount

        int getArgsCount()
        repeated .protoblog.Type args = 3;
      • hasFullyQualifiedName

        boolean hasFullyQualifiedName()
        optional string fully_qualified_name = 4;
        Returns:
        Whether the fullyQualifiedName field is set.
      • getFullyQualifiedName

        String getFullyQualifiedName()
        optional string fully_qualified_name = 4;
        Returns:
        The fullyQualifiedName.
      • getFullyQualifiedNameBytes

        com.google.protobuf.ByteString getFullyQualifiedNameBytes()
        optional string fully_qualified_name = 4;
        Returns:
        The bytes for fullyQualifiedName.