public static interface Chunk.DocumentMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getStructData()
Data representation.
|
com.google.protobuf.StructOrBuilder |
getStructDataOrBuilder()
Data representation.
|
String |
getTitle()
Title of the document.
|
com.google.protobuf.ByteString |
getTitleBytes()
Title of the document.
|
String |
getUri()
Uri of the document.
|
com.google.protobuf.ByteString |
getUriBytes()
Uri of the document.
|
boolean |
hasStructData()
Data representation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUri()
Uri of the document.
string uri = 1;com.google.protobuf.ByteString getUriBytes()
Uri of the document.
string uri = 1;String getTitle()
Title of the document.
string title = 2;com.google.protobuf.ByteString getTitleBytes()
Title of the document.
string title = 2;boolean hasStructData()
Data representation. The structured JSON data for the document. It should conform to the registered [Schema][google.cloud.discoveryengine.v1beta.Schema] or an `INVALID_ARGUMENT` error is thrown.
.google.protobuf.Struct struct_data = 3;com.google.protobuf.Struct getStructData()
Data representation. The structured JSON data for the document. It should conform to the registered [Schema][google.cloud.discoveryengine.v1beta.Schema] or an `INVALID_ARGUMENT` error is thrown.
.google.protobuf.Struct struct_data = 3;com.google.protobuf.StructOrBuilder getStructDataOrBuilder()
Data representation. The structured JSON data for the document. It should conform to the registered [Schema][google.cloud.discoveryengine.v1beta.Schema] or an `INVALID_ARGUMENT` error is thrown.
.google.protobuf.Struct struct_data = 3;Copyright © 2025 Google LLC. All rights reserved.