Interface Reply.ReferenceOrBuilder

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

    @Deprecated
    public static interface Reply.ReferenceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    Deprecated.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getAnchorText()
      Deprecated.
      Anchor text.
      com.google.protobuf.ByteString getAnchorTextBytes()
      Deprecated.
      Anchor text.
      int getEnd()
      Deprecated.
      Anchor text end index.
      int getStart()
      Deprecated.
      Anchor text start index.
      String getUri()
      Deprecated.
      URI link reference.
      com.google.protobuf.ByteString getUriBytes()
      Deprecated.
      URI link reference.
      • 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 Detail

      • getUri

        String getUri()
        Deprecated.
         URI link reference.
         
        string uri = 1;
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
        Deprecated.
         URI link reference.
         
        string uri = 1;
        Returns:
        The bytes for uri.
      • getAnchorText

        String getAnchorText()
        Deprecated.
         Anchor text.
         
        string anchor_text = 2;
        Returns:
        The anchorText.
      • getAnchorTextBytes

        com.google.protobuf.ByteString getAnchorTextBytes()
        Deprecated.
         Anchor text.
         
        string anchor_text = 2;
        Returns:
        The bytes for anchorText.
      • getStart

        int getStart()
        Deprecated.
         Anchor text start index.
         
        int32 start = 3;
        Returns:
        The start.
      • getEnd

        int getEnd()
        Deprecated.
         Anchor text end index.
         
        int32 end = 4;
        Returns:
        The end.