public static interface Answer.Reference.ChunkInfo.DocumentMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDocument()
Document resource name.
|
com.google.protobuf.ByteString |
getDocumentBytes()
Document resource name.
|
String |
getPageIdentifier()
Page identifier.
|
com.google.protobuf.ByteString |
getPageIdentifierBytes()
Page identifier.
|
com.google.protobuf.Struct |
getStructData()
The structured JSON metadata for the document.
|
com.google.protobuf.StructOrBuilder |
getStructDataOrBuilder()
The structured JSON metadata for the document.
|
String |
getTitle()
Title.
|
com.google.protobuf.ByteString |
getTitleBytes()
Title.
|
String |
getUri()
URI for the document.
|
com.google.protobuf.ByteString |
getUriBytes()
URI for the document.
|
boolean |
hasStructData()
The structured JSON metadata for the document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDocument()
Document resource name.
string document = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getDocumentBytes()
Document resource name.
string document = 1 [(.google.api.resource_reference) = { ... }String getUri()
URI for the document.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI for the document.
string uri = 2;String getTitle()
Title.
string title = 3;com.google.protobuf.ByteString getTitleBytes()
Title.
string title = 3;String getPageIdentifier()
Page identifier.
string page_identifier = 4;com.google.protobuf.ByteString getPageIdentifierBytes()
Page identifier.
string page_identifier = 4;boolean hasStructData()
The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.
.google.protobuf.Struct struct_data = 5;com.google.protobuf.Struct getStructData()
The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.
.google.protobuf.Struct struct_data = 5;com.google.protobuf.StructOrBuilder getStructDataOrBuilder()
The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.
.google.protobuf.Struct struct_data = 5;Copyright © 2025 Google LLC. All rights reserved.