public final class RunAggregationQueryRequest extends GeneratedMessageV3 implements RunAggregationQueryRequestOrBuilder
The request for Firestore.RunAggregationQuery.
Protobuf type google.firestore.v1.RunAggregationQueryRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RunAggregationQueryRequestImplements
RunAggregationQueryRequestOrBuilderStatic Fields
NEW_TRANSACTION_FIELD_NUMBER
public static final int NEW_TRANSACTION_FIELD_NUMBER
Type | Description |
int |
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Type | Description |
int |
READ_TIME_FIELD_NUMBER
public static final int READ_TIME_FIELD_NUMBER
Type | Description |
int |
STRUCTURED_AGGREGATION_QUERY_FIELD_NUMBER
public static final int STRUCTURED_AGGREGATION_QUERY_FIELD_NUMBER
Type | Description |
int |
TRANSACTION_FIELD_NUMBER
public static final int TRANSACTION_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static RunAggregationQueryRequest getDefaultInstance()
Type | Description |
RunAggregationQueryRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static RunAggregationQueryRequest.Builder newBuilder()
Type | Description |
RunAggregationQueryRequest.Builder |
newBuilder(RunAggregationQueryRequest prototype)
public static RunAggregationQueryRequest.Builder newBuilder(RunAggregationQueryRequest prototype)
Name | Description |
prototype | RunAggregationQueryRequest |
Type | Description |
RunAggregationQueryRequest.Builder |
parseDelimitedFrom(InputStream input)
public static RunAggregationQueryRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RunAggregationQueryRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static RunAggregationQueryRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RunAggregationQueryRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static RunAggregationQueryRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunAggregationQueryRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static RunAggregationQueryRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RunAggregationQueryRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static RunAggregationQueryRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RunAggregationQueryRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static RunAggregationQueryRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RunAggregationQueryRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RunAggregationQueryRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<RunAggregationQueryRequest> parser()
Type | Description |
Parser<RunAggregationQueryRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getConsistencySelectorCase()
public RunAggregationQueryRequest.ConsistencySelectorCase getConsistencySelectorCase()
Type | Description |
RunAggregationQueryRequest.ConsistencySelectorCase |
getDefaultInstanceForType()
public RunAggregationQueryRequest getDefaultInstanceForType()
Type | Description |
RunAggregationQueryRequest |
getNewTransaction()
public 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;
Type | Description |
TransactionOptions | The newTransaction. |
getNewTransactionOrBuilder()
public 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;
Type | Description |
TransactionOptionsOrBuilder |
getParent()
public 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];
Type | Description |
String | The parent. |
getParentBytes()
public 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];
Type | Description |
ByteString | The bytes for parent. |
getParserForType()
public Parser<RunAggregationQueryRequest> getParserForType()
Type | Description |
Parser<RunAggregationQueryRequest> |
getQueryTypeCase()
public RunAggregationQueryRequest.QueryTypeCase getQueryTypeCase()
Type | Description |
RunAggregationQueryRequest.QueryTypeCase |
getReadTime()
public 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;
Type | Description |
Timestamp | The readTime. |
getReadTimeOrBuilder()
public 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;
Type | Description |
TimestampOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStructuredAggregationQuery()
public StructuredAggregationQuery getStructuredAggregationQuery()
An aggregation query.
.google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2;
Type | Description |
StructuredAggregationQuery | The structuredAggregationQuery. |
getStructuredAggregationQueryOrBuilder()
public StructuredAggregationQueryOrBuilder getStructuredAggregationQueryOrBuilder()
An aggregation query.
.google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2;
Type | Description |
StructuredAggregationQueryOrBuilder |
getTransaction()
public 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;
Type | Description |
ByteString | The transaction. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasNewTransaction()
public 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;
Type | Description |
boolean | Whether the newTransaction field is set. |
hasReadTime()
public 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;
Type | Description |
boolean | Whether the readTime field is set. |
hasStructuredAggregationQuery()
public boolean hasStructuredAggregationQuery()
An aggregation query.
.google.firestore.v1.StructuredAggregationQuery structured_aggregation_query = 2;
Type | Description |
boolean | Whether the structuredAggregationQuery field is set. |
hasTransaction()
public 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;
Type | Description |
boolean | Whether the transaction field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public RunAggregationQueryRequest.Builder newBuilderForType()
Type | Description |
RunAggregationQueryRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RunAggregationQueryRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
RunAggregationQueryRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public RunAggregationQueryRequest.Builder toBuilder()
Type | Description |
RunAggregationQueryRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |