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