public interface NamedQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BundledQuery |
getBundledQuery()
The query saved in the bundle.
|
BundledQueryOrBuilder |
getBundledQueryOrBuilder()
The query saved in the bundle.
|
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.
|
com.google.protobuf.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.
|
com.google.protobuf.Timestamp |
getReadTime()
The read time of the query, when it is used to build the bundle.
|
com.google.protobuf.TimestampOrBuilder |
getReadTimeOrBuilder()
The read time of the query, when it is used to build the bundle.
|
boolean |
hasBundledQuery()
The query saved in the bundle.
|
boolean |
hasReadTime()
The read time of the query, when it is used to build the bundle.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
com.google.protobuf.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;
boolean hasBundledQuery()
The query saved in the bundle.
.google.firestore.bundle.BundledQuery bundled_query = 2;
BundledQuery getBundledQuery()
The query saved in the bundle.
.google.firestore.bundle.BundledQuery bundled_query = 2;
BundledQueryOrBuilder getBundledQueryOrBuilder()
The query saved in the bundle.
.google.firestore.bundle.BundledQuery bundled_query = 2;
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;
com.google.protobuf.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;
com.google.protobuf.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;
Copyright © 2023 Google LLC. All rights reserved.