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 StringgetAnchorText()Deprecated.Anchor text.com.google.protobuf.ByteStringgetAnchorTextBytes()Deprecated.Anchor text.intgetEnd()Deprecated.Anchor text end index.intgetStart()Deprecated.Anchor text start index.StringgetUri()Deprecated.URI link reference.com.google.protobuf.ByteStringgetUriBytes()Deprecated.URI link reference.-
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.
-
-