public static interface TestDefinition.ClauseOrBuilder extends MessageOrBuilder
Implements
com.google.protobuf.MessageOrBuilderMethods
getClauseCase()
public abstract TestDefinition.Clause.ClauseCase getClauseCase()
Type | Description |
TestDefinition.Clause.ClauseCase |
getEndAt()
public abstract TestDefinition.Cursor getEndAt()
.google.cloud.conformance.firestore.v1.Cursor end_at = 8;
Type | Description |
TestDefinition.Cursor | The endAt. |
getEndAtOrBuilder()
public abstract TestDefinition.CursorOrBuilder getEndAtOrBuilder()
.google.cloud.conformance.firestore.v1.Cursor end_at = 8;
Type | Description |
TestDefinition.CursorOrBuilder |
getEndBefore()
public abstract TestDefinition.Cursor getEndBefore()
.google.cloud.conformance.firestore.v1.Cursor end_before = 9;
Type | Description |
TestDefinition.Cursor | The endBefore. |
getEndBeforeOrBuilder()
public abstract TestDefinition.CursorOrBuilder getEndBeforeOrBuilder()
.google.cloud.conformance.firestore.v1.Cursor end_before = 9;
Type | Description |
TestDefinition.CursorOrBuilder |
getLimit()
public abstract int getLimit()
int32 limit = 5;
Type | Description |
int | The limit. |
getOffset()
public abstract int getOffset()
int32 offset = 4;
Type | Description |
int | The offset. |
getOrderBy()
public abstract TestDefinition.OrderBy getOrderBy()
.google.cloud.conformance.firestore.v1.OrderBy order_by = 3;
Type | Description |
TestDefinition.OrderBy | The orderBy. |
getOrderByOrBuilder()
public abstract TestDefinition.OrderByOrBuilder getOrderByOrBuilder()
.google.cloud.conformance.firestore.v1.OrderBy order_by = 3;
Type | Description |
TestDefinition.OrderByOrBuilder |
getSelect()
public abstract TestDefinition.Select getSelect()
.google.cloud.conformance.firestore.v1.Select select = 1;
Type | Description |
TestDefinition.Select | The select. |
getSelectOrBuilder()
public abstract TestDefinition.SelectOrBuilder getSelectOrBuilder()
.google.cloud.conformance.firestore.v1.Select select = 1;
Type | Description |
TestDefinition.SelectOrBuilder |
getStartAfter()
public abstract TestDefinition.Cursor getStartAfter()
.google.cloud.conformance.firestore.v1.Cursor start_after = 7;
Type | Description |
TestDefinition.Cursor | The startAfter. |
getStartAfterOrBuilder()
public abstract TestDefinition.CursorOrBuilder getStartAfterOrBuilder()
.google.cloud.conformance.firestore.v1.Cursor start_after = 7;
Type | Description |
TestDefinition.CursorOrBuilder |
getStartAt()
public abstract TestDefinition.Cursor getStartAt()
.google.cloud.conformance.firestore.v1.Cursor start_at = 6;
Type | Description |
TestDefinition.Cursor | The startAt. |
getStartAtOrBuilder()
public abstract TestDefinition.CursorOrBuilder getStartAtOrBuilder()
.google.cloud.conformance.firestore.v1.Cursor start_at = 6;
Type | Description |
TestDefinition.CursorOrBuilder |
getWhere()
public abstract TestDefinition.Where getWhere()
.google.cloud.conformance.firestore.v1.Where where = 2;
Type | Description |
TestDefinition.Where | The where. |
getWhereOrBuilder()
public abstract TestDefinition.WhereOrBuilder getWhereOrBuilder()
.google.cloud.conformance.firestore.v1.Where where = 2;
Type | Description |
TestDefinition.WhereOrBuilder |
hasEndAt()
public abstract boolean hasEndAt()
.google.cloud.conformance.firestore.v1.Cursor end_at = 8;
Type | Description |
boolean | Whether the endAt field is set. |
hasEndBefore()
public abstract boolean hasEndBefore()
.google.cloud.conformance.firestore.v1.Cursor end_before = 9;
Type | Description |
boolean | Whether the endBefore field is set. |
hasOrderBy()
public abstract boolean hasOrderBy()
.google.cloud.conformance.firestore.v1.OrderBy order_by = 3;
Type | Description |
boolean | Whether the orderBy field is set. |
hasSelect()
public abstract boolean hasSelect()
.google.cloud.conformance.firestore.v1.Select select = 1;
Type | Description |
boolean | Whether the select field is set. |
hasStartAfter()
public abstract boolean hasStartAfter()
.google.cloud.conformance.firestore.v1.Cursor start_after = 7;
Type | Description |
boolean | Whether the startAfter field is set. |
hasStartAt()
public abstract boolean hasStartAt()
.google.cloud.conformance.firestore.v1.Cursor start_at = 6;
Type | Description |
boolean | Whether the startAt field is set. |
hasWhere()
public abstract boolean hasWhere()
.google.cloud.conformance.firestore.v1.Where where = 2;
Type | Description |
boolean | Whether the where field is set. |