public interface BundledDocumentMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getExists()
Whether the document exists.
|
String |
getName()
The document key of a bundled document.
|
com.google.protobuf.ByteString |
getNameBytes()
The document key of a bundled document.
|
String |
getQueries(int index)
The names of the queries in this bundle that this document matches to.
|
com.google.protobuf.ByteString |
getQueriesBytes(int index)
The names of the queries in this bundle that this document matches to.
|
int |
getQueriesCount()
The names of the queries in this bundle that this document matches to.
|
List<String> |
getQueriesList()
The names of the queries in this bundle that this document matches to.
|
com.google.protobuf.Timestamp |
getReadTime()
The snapshot version of the document data bundled.
|
com.google.protobuf.TimestampOrBuilder |
getReadTimeOrBuilder()
The snapshot version of the document data bundled.
|
boolean |
hasReadTime()
The snapshot version of the document data bundled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
The document key of a bundled document.
string name = 1;
com.google.protobuf.ByteString getNameBytes()
The document key of a bundled document.
string name = 1;
boolean hasReadTime()
The snapshot version of the document data bundled.
.google.protobuf.Timestamp read_time = 2;
com.google.protobuf.Timestamp getReadTime()
The snapshot version of the document data bundled.
.google.protobuf.Timestamp read_time = 2;
com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
The snapshot version of the document data bundled.
.google.protobuf.Timestamp read_time = 2;
boolean getExists()
Whether the document exists.
bool exists = 3;
List<String> getQueriesList()
The names of the queries in this bundle that this document matches to.
repeated string queries = 4;
int getQueriesCount()
The names of the queries in this bundle that this document matches to.
repeated string queries = 4;
String getQueries(int index)
The names of the queries in this bundle that this document matches to.
repeated string queries = 4;
index
- The index of the element to return.com.google.protobuf.ByteString getQueriesBytes(int index)
The names of the queries in this bundle that this document matches to.
repeated string queries = 4;
index
- The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.