public interface BundledQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BundledQuery.LimitType |
getLimitType()
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3; |
int |
getLimitTypeValue()
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3; |
String |
getParent()
The parent resource name.
|
com.google.protobuf.ByteString |
getParentBytes()
The parent resource name.
|
BundledQuery.QueryTypeCase |
getQueryTypeCase() |
StructuredQuery |
getStructuredQuery()
A structured query.
|
StructuredQueryOrBuilder |
getStructuredQueryOrBuilder()
A structured query.
|
boolean |
hasStructuredQuery()
A structured query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
The parent resource name.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
The parent resource name.
string parent = 1;boolean hasStructuredQuery()
A structured query.
.google.firestore.v1.StructuredQuery structured_query = 2;StructuredQuery getStructuredQuery()
A structured query.
.google.firestore.v1.StructuredQuery structured_query = 2;StructuredQueryOrBuilder getStructuredQueryOrBuilder()
A structured query.
.google.firestore.v1.StructuredQuery structured_query = 2;int getLimitTypeValue()
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;BundledQuery.LimitType getLimitType()
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;BundledQuery.QueryTypeCase getQueryTypeCase()
Copyright © 2023 Google LLC. All rights reserved.