public static interface DataStoreConnectionSignals.SearchSnippetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentTitle()
Title of the enclosing document.
|
com.google.protobuf.ByteString |
getDocumentTitleBytes()
Title of the enclosing document.
|
String |
getDocumentUri()
Uri for the document.
|
com.google.protobuf.ByteString |
getDocumentUriBytes()
Uri for the document.
|
String |
getText()
Text included in the prompt.
|
com.google.protobuf.ByteString |
getTextBytes()
Text included in the prompt.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDocumentTitle()
Title of the enclosing document.
string document_title = 1;com.google.protobuf.ByteString getDocumentTitleBytes()
Title of the enclosing document.
string document_title = 1;String getDocumentUri()
Uri for the document. Present if specified for the document.
string document_uri = 2;com.google.protobuf.ByteString getDocumentUriBytes()
Uri for the document. Present if specified for the document.
string document_uri = 2;String getText()
Text included in the prompt.
string text = 3;com.google.protobuf.ByteString getTextBytes()
Text included in the prompt.
string text = 3;Copyright © 2025 Google LLC. All rights reserved.