Interface BundledQueryOrBuilder (3.1.0)

public interface BundledQueryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLimitType()

public abstract BundledQuery.LimitType getLimitType()

.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;

Returns
TypeDescription
BundledQuery.LimitType

The limitType.

getLimitTypeValue()

public abstract int getLimitTypeValue()

.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for limitType.

getParent()

public abstract String getParent()

The parent resource name.

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

The parent resource name.

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

getQueryTypeCase()

public abstract BundledQuery.QueryTypeCase getQueryTypeCase()
Returns
TypeDescription
BundledQuery.QueryTypeCase

getStructuredQuery()

public abstract StructuredQuery getStructuredQuery()

A structured query.

.google.firestore.v1.StructuredQuery structured_query = 2;

Returns
TypeDescription
StructuredQuery

The structuredQuery.

getStructuredQueryOrBuilder()

public abstract StructuredQueryOrBuilder getStructuredQueryOrBuilder()

A structured query.

.google.firestore.v1.StructuredQuery structured_query = 2;

Returns
TypeDescription
StructuredQueryOrBuilder

hasStructuredQuery()

public abstract boolean hasStructuredQuery()

A structured query.

.google.firestore.v1.StructuredQuery structured_query = 2;

Returns
TypeDescription
boolean

Whether the structuredQuery field is set.