public interface RunAggregationQueryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RunAggregationQueryRequest.ConsistencySelectorCase |
getConsistencySelectorCase() |
TransactionOptions |
getNewTransaction()
Starts a new transaction as part of the query, defaulting to read-only.
|
TransactionOptionsOrBuilder |
getNewTransactionOrBuilder()
Starts a new transaction as part of the query, defaulting to read-only.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
RunAggregationQueryRequest.QueryTypeCase |
getQueryTypeCase() |
com.google.protobuf.Timestamp |
getReadTime()
Executes the query at the given timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getReadTimeOrBuilder()
Executes the query at the given timestamp.
|
StructuredAggregationQuery |
getStructuredAggregationQuery()
An aggregation query.
|
StructuredAggregationQueryOrBuilder |
getStructuredAggregationQueryOrBuilder()
An aggregation query.
|
com.google.protobuf.ByteString |
getTransaction()
Run the aggregation within an already active transaction.
|
boolean |
hasNewTransaction()
Starts a new transaction as part of the query, defaulting to read-only.
|
boolean |
hasReadTime()
Executes the query at the given timestamp.
|
boolean |
hasStructuredAggregationQuery()
An aggregation query.
|
boolean |
hasTransaction()
Run the aggregation within an already active transaction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getParent()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.ByteString getParentBytes()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
boolean hasStructuredAggregationQuery()
An aggregation query.
.google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2;
StructuredAggregationQuery getStructuredAggregationQuery()
An aggregation query.
.google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2;
StructuredAggregationQueryOrBuilder getStructuredAggregationQueryOrBuilder()
An aggregation query.
.google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2;
boolean hasTransaction()
Run the aggregation within an already active transaction. The value here is the opaque transaction ID to execute the query in.
bytes transaction = 4;
com.google.protobuf.ByteString getTransaction()
Run the aggregation within an already active transaction. The value here is the opaque transaction ID to execute the query in.
bytes transaction = 4;
boolean hasNewTransaction()
Starts a new transaction as part of the query, defaulting to read-only. The new transaction ID will be returned as the first response in the stream.
.google.firestore.v1.TransactionOptions new_transaction = 5;
TransactionOptions getNewTransaction()
Starts a new transaction as part of the query, defaulting to read-only. The new transaction ID will be returned as the first response in the stream.
.google.firestore.v1.TransactionOptions new_transaction = 5;
TransactionOptionsOrBuilder getNewTransactionOrBuilder()
Starts a new transaction as part of the query, defaulting to read-only. The new transaction ID will be returned as the first response in the stream.
.google.firestore.v1.TransactionOptions new_transaction = 5;
boolean hasReadTime()
Executes the query at the given timestamp. Requires: * Cannot be more than 270 seconds in the past.
.google.protobuf.Timestamp read_time = 6;
com.google.protobuf.Timestamp getReadTime()
Executes the query at the given timestamp. Requires: * Cannot be more than 270 seconds in the past.
.google.protobuf.Timestamp read_time = 6;
com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
Executes the query at the given timestamp. Requires: * Cannot be more than 270 seconds in the past.
.google.protobuf.Timestamp read_time = 6;
RunAggregationQueryRequest.QueryTypeCase getQueryTypeCase()
RunAggregationQueryRequest.ConsistencySelectorCase getConsistencySelectorCase()
Copyright © 2023 Google LLC. All rights reserved.