Interface BundledDocumentMetadataOrBuilder (3.21.0)

public interface BundledDocumentMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExists()

public abstract boolean getExists()

Whether the document exists.

bool exists = 3;

Returns
Type Description
boolean

The exists.

getName()

public abstract String getName()

The document key of a bundled document.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The document key of a bundled document.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getQueries(int index)

public abstract String getQueries(int index)

The names of the queries in this bundle that this document matches to.

repeated string queries = 4;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The queries at the given index.

getQueriesBytes(int index)

public abstract ByteString getQueriesBytes(int index)

The names of the queries in this bundle that this document matches to.

repeated string queries = 4;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the queries at the given index.

getQueriesCount()

public abstract int getQueriesCount()

The names of the queries in this bundle that this document matches to.

repeated string queries = 4;

Returns
Type Description
int

The count of queries.

getQueriesList()

public abstract List<String> getQueriesList()

The names of the queries in this bundle that this document matches to.

repeated string queries = 4;

Returns
Type Description
List<String>

A list containing the queries.

getReadTime()

public abstract Timestamp getReadTime()

The snapshot version of the document data bundled.

.google.protobuf.Timestamp read_time = 2;

Returns
Type Description
Timestamp

The readTime.

getReadTimeOrBuilder()

public abstract TimestampOrBuilder getReadTimeOrBuilder()

The snapshot version of the document data bundled.

.google.protobuf.Timestamp read_time = 2;

Returns
Type Description
TimestampOrBuilder

hasReadTime()

public abstract boolean hasReadTime()

The snapshot version of the document data bundled.

.google.protobuf.Timestamp read_time = 2;

Returns
Type Description
boolean

Whether the readTime field is set.