public static interface Reply.ReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnchorText() (deprecated)
public abstract String getAnchorText()Anchor text.
string anchor_text = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The anchorText. |
getAnchorTextBytes() (deprecated)
public abstract ByteString getAnchorTextBytes()Anchor text.
string anchor_text = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for anchorText. |
getEnd() (deprecated)
public abstract int getEnd()Anchor text end index.
int32 end = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The end. |
getStart() (deprecated)
public abstract int getStart()Anchor text start index.
int32 start = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The start. |
getUri() (deprecated)
public abstract String getUri()URI link reference.
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes() (deprecated)
public abstract ByteString getUriBytes()URI link reference.
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |