public interface RunQueryRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RunQueryRequest.ConsistencySelectorCase |
getConsistencySelectorCase() |
TransactionOptions |
getNewTransaction()
Starts a new transaction and reads the documents.
|
TransactionOptionsOrBuilder |
getNewTransactionOrBuilder()
Starts a new transaction and reads the documents.
|
java.lang.String |
getParent()
The parent resource name.
|
ByteString |
getParentBytes()
The parent resource name.
|
RunQueryRequest.QueryTypeCase |
getQueryTypeCase() |
Timestamp |
getReadTime()
Reads documents as they were at the given time.
|
TimestampOrBuilder |
getReadTimeOrBuilder()
Reads documents as they were at the given time.
|
StructuredQuery |
getStructuredQuery()
A structured query.
|
StructuredQueryOrBuilder |
getStructuredQueryOrBuilder()
A structured query.
|
ByteString |
getTransaction()
Reads documents in a transaction.
|
boolean |
hasNewTransaction()
Starts a new transaction and reads the documents.
|
boolean |
hasReadTime()
Reads documents as they were at the given time.
|
boolean |
hasStructuredQuery()
A structured query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getParent()
The parent resource name. In the format:
`projects/{project_id}/databases/{database_id}/documents` or
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
For example:
`projects/my-project/databases/my-database/documents` or
`projects/my-project/databases/my-database/documents/chatrooms/my-chatroom`
string parent = 1;ByteString getParentBytes()
The parent resource name. In the format:
`projects/{project_id}/databases/{database_id}/documents` or
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
For example:
`projects/my-project/databases/my-database/documents` or
`projects/my-project/databases/my-database/documents/chatrooms/my-chatroom`
string parent = 1;boolean hasStructuredQuery()
A structured query.
.google.firestore.v1beta1.StructuredQuery structured_query = 2;StructuredQuery getStructuredQuery()
A structured query.
.google.firestore.v1beta1.StructuredQuery structured_query = 2;StructuredQueryOrBuilder getStructuredQueryOrBuilder()
A structured query.
.google.firestore.v1beta1.StructuredQuery structured_query = 2;ByteString getTransaction()
Reads documents in a transaction.
bytes transaction = 5;boolean hasNewTransaction()
Starts a new transaction and reads the documents. Defaults to a read-only transaction. The new transaction ID will be returned as the first response in the stream.
.google.firestore.v1beta1.TransactionOptions new_transaction = 6;TransactionOptions getNewTransaction()
Starts a new transaction and reads the documents. Defaults to a read-only transaction. The new transaction ID will be returned as the first response in the stream.
.google.firestore.v1beta1.TransactionOptions new_transaction = 6;TransactionOptionsOrBuilder getNewTransactionOrBuilder()
Starts a new transaction and reads the documents. Defaults to a read-only transaction. The new transaction ID will be returned as the first response in the stream.
.google.firestore.v1beta1.TransactionOptions new_transaction = 6;boolean hasReadTime()
Reads documents as they were at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 7;Timestamp getReadTime()
Reads documents as they were at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 7;TimestampOrBuilder getReadTimeOrBuilder()
Reads documents as they were at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 7;RunQueryRequest.QueryTypeCase getQueryTypeCase()
RunQueryRequest.ConsistencySelectorCase getConsistencySelectorCase()