Interface DescriptorsProtos.AmbiguousDescriptorOrBuilder

    • Method Detail

      • getName

        String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • hasFullyQualifiedName

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

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

        com.google.protobuf.ByteString getFullyQualifiedNameBytes()
        optional string fullyQualifiedName = 2;
        Returns:
        The bytes for fullyQualifiedName.
      • getClassDescriptorsCount

        int getClassDescriptorsCount()
        repeated .protoblog.ClassDescriptor classDescriptors = 3;
      • getFunctionDescriptorsCount

        int getFunctionDescriptorsCount()
        repeated .protoblog.FunctionDescriptor functionDescriptors = 4;
      • getVarDescriptorsCount

        int getVarDescriptorsCount()
        repeated .protoblog.VarDescriptor varDescriptors = 5;