public interface NamedQueryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBundledQuery()
public abstract BundledQuery getBundledQuery()
The query saved in the bundle.
.google.firestore.bundle.BundledQuery bundled_query = 2;
Type | Description |
BundledQuery | The bundledQuery. |
getBundledQueryOrBuilder()
public abstract BundledQueryOrBuilder getBundledQueryOrBuilder()
The query saved in the bundle.
.google.firestore.bundle.BundledQuery bundled_query = 2;
Type | Description |
BundledQueryOrBuilder |
getName()
public abstract String getName()
Name of the query, such that client can use the name to load this query from bundle, and resume from when the query results are materialized into this bundle.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Name of the query, such that client can use the name to load this query from bundle, and resume from when the query results are materialized into this bundle.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getReadTime()
public abstract Timestamp getReadTime()
The read time of the query, when it is used to build the bundle. This is useful to resume the query from the bundle, once it is loaded by client SDKs.
.google.protobuf.Timestamp read_time = 3;
Type | Description |
Timestamp | The readTime. |
getReadTimeOrBuilder()
public abstract TimestampOrBuilder getReadTimeOrBuilder()
The read time of the query, when it is used to build the bundle. This is useful to resume the query from the bundle, once it is loaded by client SDKs.
.google.protobuf.Timestamp read_time = 3;
Type | Description |
TimestampOrBuilder |
hasBundledQuery()
public abstract boolean hasBundledQuery()
The query saved in the bundle.
.google.firestore.bundle.BundledQuery bundled_query = 2;
Type | Description |
boolean | Whether the bundledQuery field is set. |
hasReadTime()
public abstract boolean hasReadTime()
The read time of the query, when it is used to build the bundle. This is useful to resume the query from the bundle, once it is loaded by client SDKs.
.google.protobuf.Timestamp read_time = 3;
Type | Description |
boolean | Whether the readTime field is set. |