@Deprecated public static interface Reply.ReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUri()
URI link reference.
string uri = 1;com.google.protobuf.ByteString getUriBytes()
URI link reference.
string uri = 1;String getAnchorText()
Anchor text.
string anchor_text = 2;com.google.protobuf.ByteString getAnchorTextBytes()
Anchor text.
string anchor_text = 2;int getStart()
Anchor text start index.
int32 start = 3;int getEnd()
Anchor text end index.
int32 end = 4;Copyright © 2025 Google LLC. All rights reserved.