public static interface Citations.CitedChunkOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRequiresAttribution()
public abstract boolean getRequiresAttribution()Whether this citation requires attribution to be shown to the end users.
bool requires_attribution = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The requiresAttribution. |
getText()
public abstract String getText()Text used for citation.
string text = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The text. |
getTextBytes()
public abstract ByteString getTextBytes()Text used for citation.
string text = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for text. |
getTitle()
public abstract String getTitle()Title of the cited document.
string title = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Title of the cited document.
string title = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for title. |
getUri()
public abstract String getUri()URI used for citation.
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()URI used for citation.
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |