Interface Chunk.DocumentMetadataOrBuilder (0.39.0)

public static interface Chunk.DocumentMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStructData()

public abstract Struct getStructData()

Data representation. The structured JSON data for the document. It should conform to the registered Schema or an INVALID_ARGUMENT error is thrown.

.google.protobuf.Struct struct_data = 3;

Returns
Type Description
Struct

The structData.

getStructDataOrBuilder()

public abstract StructOrBuilder getStructDataOrBuilder()

Data representation. The structured JSON data for the document. It should conform to the registered Schema or an INVALID_ARGUMENT error is thrown.

.google.protobuf.Struct struct_data = 3;

Returns
Type Description
StructOrBuilder

getTitle()

public abstract String getTitle()

Title of the document.

string title = 2;

Returns
Type Description
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Title of the document.

string title = 2;

Returns
Type Description
ByteString

The bytes for title.

getUri()

public abstract String getUri()

Uri of the document.

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Uri of the document.

string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.

hasStructData()

public abstract boolean hasStructData()

Data representation. The structured JSON data for the document. It should conform to the registered Schema or an INVALID_ARGUMENT error is thrown.

.google.protobuf.Struct struct_data = 3;

Returns
Type Description
boolean

Whether the structData field is set.