public interface BundledQueryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLimitType()
public abstract BundledQuery.LimitType getLimitType()
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;
Type | Description |
BundledQuery.LimitType | The limitType. |
getLimitTypeValue()
public abstract int getLimitTypeValue()
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;
Type | Description |
int | The enum numeric value on the wire for limitType. |
getParent()
public abstract String getParent()
The parent resource name.
string parent = 1;
Type | Description |
String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
The parent resource name.
string parent = 1;
Type | Description |
ByteString | The bytes for parent. |
getQueryTypeCase()
public abstract BundledQuery.QueryTypeCase getQueryTypeCase()
Type | Description |
BundledQuery.QueryTypeCase |
getStructuredQuery()
public abstract StructuredQuery getStructuredQuery()
A structured query.
.google.firestore.v1.StructuredQuery structured_query = 2;
Type | Description |
StructuredQuery | The structuredQuery. |
getStructuredQueryOrBuilder()
public abstract StructuredQueryOrBuilder getStructuredQueryOrBuilder()
A structured query.
.google.firestore.v1.StructuredQuery structured_query = 2;
Type | Description |
StructuredQueryOrBuilder |
hasStructuredQuery()
public abstract boolean hasStructuredQuery()
A structured query.
.google.firestore.v1.StructuredQuery structured_query = 2;
Type | Description |
boolean | Whether the structuredQuery field is set. |