Interface DataStoreConnectionSignals.SearchSnippetOrBuilder (0.89.0)

public static interface DataStoreConnectionSignals.SearchSnippetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocumentTitle()

public abstract String getDocumentTitle()

Title of the enclosing document.

string document_title = 1;

Returns
Type Description
String

The documentTitle.

getDocumentTitleBytes()

public abstract ByteString getDocumentTitleBytes()

Title of the enclosing document.

string document_title = 1;

Returns
Type Description
ByteString

The bytes for documentTitle.

getDocumentUri()

public abstract String getDocumentUri()

Uri for the document. Present if specified for the document.

string document_uri = 2;

Returns
Type Description
String

The documentUri.

getDocumentUriBytes()

public abstract ByteString getDocumentUriBytes()

Uri for the document. Present if specified for the document.

string document_uri = 2;

Returns
Type Description
ByteString

The bytes for documentUri.

getMetadata()

public abstract Struct getMetadata()

Metadata associated with the document.

.google.protobuf.Struct metadata = 5;

Returns
Type Description
Struct

The metadata.

getMetadataOrBuilder()

public abstract StructOrBuilder getMetadataOrBuilder()

Metadata associated with the document.

.google.protobuf.Struct metadata = 5;

Returns
Type Description
StructOrBuilder

getText()

public abstract String getText()

Text included in the prompt.

string text = 3;

Returns
Type Description
String

The text.

getTextBytes()

public abstract ByteString getTextBytes()

Text included in the prompt.

string text = 3;

Returns
Type Description
ByteString

The bytes for text.

hasMetadata()

public abstract boolean hasMetadata()

Metadata associated with the document.

.google.protobuf.Struct metadata = 5;

Returns
Type Description
boolean

Whether the metadata field is set.