public static interface TestDefinition.QueryTestOrBuilder extends MessageOrBuilder
Implements
com.google.protobuf.MessageOrBuilderMethods
getClauses(int index)
public abstract TestDefinition.Clause getClauses(int index)
repeated .google.cloud.conformance.firestore.v1.Clause clauses = 2;
Name | Description |
index | int |
Type | Description |
TestDefinition.Clause |
getClausesCount()
public abstract int getClausesCount()
repeated .google.cloud.conformance.firestore.v1.Clause clauses = 2;
Type | Description |
int |
getClausesList()
public abstract List<TestDefinition.Clause> getClausesList()
repeated .google.cloud.conformance.firestore.v1.Clause clauses = 2;
Type | Description |
java.util.List<Clause> |
getClausesOrBuilder(int index)
public abstract TestDefinition.ClauseOrBuilder getClausesOrBuilder(int index)
repeated .google.cloud.conformance.firestore.v1.Clause clauses = 2;
Name | Description |
index | int |
Type | Description |
TestDefinition.ClauseOrBuilder |
getClausesOrBuilderList()
public abstract List<? extends TestDefinition.ClauseOrBuilder> getClausesOrBuilderList()
repeated .google.cloud.conformance.firestore.v1.Clause clauses = 2;
Type | Description |
java.util.List<? extends com.google.cloud.conformance.firestore.v1.TestDefinition.ClauseOrBuilder> |
getCollPath()
public abstract String getCollPath()
path of collection, e.g. "projects/projectID/databases/(default)/documents/C"
string coll_path = 1;
Type | Description |
java.lang.String | The collPath. |
getCollPathBytes()
public abstract ByteString getCollPathBytes()
path of collection, e.g. "projects/projectID/databases/(default)/documents/C"
string coll_path = 1;
Type | Description |
com.google.protobuf.ByteString | The bytes for collPath. |
getIsError()
public abstract boolean getIsError()
bool is_error = 4;
Type | Description |
boolean | The isError. |
getQuery()
public abstract StructuredQuery getQuery()
.google.firestore.v1.StructuredQuery query = 3;
Type | Description |
com.google.firestore.v1.StructuredQuery | The query. |
getQueryOrBuilder()
public abstract StructuredQueryOrBuilder getQueryOrBuilder()
.google.firestore.v1.StructuredQuery query = 3;
Type | Description |
com.google.firestore.v1.StructuredQueryOrBuilder |
hasQuery()
public abstract boolean hasQuery()
.google.firestore.v1.StructuredQuery query = 3;
Type | Description |
boolean | Whether the query field is set. |