Interface TestDefinition.ClauseOrBuilder

Stay organized with collections Save and categorize content based on your preferences.
public static interface TestDefinition.ClauseOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getClauseCase()

public abstract TestDefinition.Clause.ClauseCase getClauseCase()
Returns
TypeDescription
TestDefinition.Clause.ClauseCase

getEndAt()

public abstract TestDefinition.Cursor getEndAt()

.google.cloud.conformance.firestore.v1.Cursor end_at = 8;

Returns
TypeDescription
TestDefinition.Cursor

The endAt.

getEndAtOrBuilder()

public abstract TestDefinition.CursorOrBuilder getEndAtOrBuilder()

.google.cloud.conformance.firestore.v1.Cursor end_at = 8;

Returns
TypeDescription
TestDefinition.CursorOrBuilder

getEndBefore()

public abstract TestDefinition.Cursor getEndBefore()

.google.cloud.conformance.firestore.v1.Cursor end_before = 9;

Returns
TypeDescription
TestDefinition.Cursor

The endBefore.

getEndBeforeOrBuilder()

public abstract TestDefinition.CursorOrBuilder getEndBeforeOrBuilder()

.google.cloud.conformance.firestore.v1.Cursor end_before = 9;

Returns
TypeDescription
TestDefinition.CursorOrBuilder

getLimit()

public abstract int getLimit()

int32 limit = 5;

Returns
TypeDescription
int

The limit.

getOffset()

public abstract int getOffset()

int32 offset = 4;

Returns
TypeDescription
int

The offset.

getOrderBy()

public abstract TestDefinition.OrderBy getOrderBy()

.google.cloud.conformance.firestore.v1.OrderBy order_by = 3;

Returns
TypeDescription
TestDefinition.OrderBy

The orderBy.

getOrderByOrBuilder()

public abstract TestDefinition.OrderByOrBuilder getOrderByOrBuilder()

.google.cloud.conformance.firestore.v1.OrderBy order_by = 3;

Returns
TypeDescription
TestDefinition.OrderByOrBuilder

getSelect()

public abstract TestDefinition.Select getSelect()

.google.cloud.conformance.firestore.v1.Select select = 1;

Returns
TypeDescription
TestDefinition.Select

The select.

getSelectOrBuilder()

public abstract TestDefinition.SelectOrBuilder getSelectOrBuilder()

.google.cloud.conformance.firestore.v1.Select select = 1;

Returns
TypeDescription
TestDefinition.SelectOrBuilder

getStartAfter()

public abstract TestDefinition.Cursor getStartAfter()

.google.cloud.conformance.firestore.v1.Cursor start_after = 7;

Returns
TypeDescription
TestDefinition.Cursor

The startAfter.

getStartAfterOrBuilder()

public abstract TestDefinition.CursorOrBuilder getStartAfterOrBuilder()

.google.cloud.conformance.firestore.v1.Cursor start_after = 7;

Returns
TypeDescription
TestDefinition.CursorOrBuilder

getStartAt()

public abstract TestDefinition.Cursor getStartAt()

.google.cloud.conformance.firestore.v1.Cursor start_at = 6;

Returns
TypeDescription
TestDefinition.Cursor

The startAt.

getStartAtOrBuilder()

public abstract TestDefinition.CursorOrBuilder getStartAtOrBuilder()

.google.cloud.conformance.firestore.v1.Cursor start_at = 6;

Returns
TypeDescription
TestDefinition.CursorOrBuilder

getWhere()

public abstract TestDefinition.Where getWhere()

.google.cloud.conformance.firestore.v1.Where where = 2;

Returns
TypeDescription
TestDefinition.Where

The where.

getWhereOrBuilder()

public abstract TestDefinition.WhereOrBuilder getWhereOrBuilder()

.google.cloud.conformance.firestore.v1.Where where = 2;

Returns
TypeDescription
TestDefinition.WhereOrBuilder

hasEndAt()

public abstract boolean hasEndAt()

.google.cloud.conformance.firestore.v1.Cursor end_at = 8;

Returns
TypeDescription
boolean

Whether the endAt field is set.

hasEndBefore()

public abstract boolean hasEndBefore()

.google.cloud.conformance.firestore.v1.Cursor end_before = 9;

Returns
TypeDescription
boolean

Whether the endBefore field is set.

hasOrderBy()

public abstract boolean hasOrderBy()

.google.cloud.conformance.firestore.v1.OrderBy order_by = 3;

Returns
TypeDescription
boolean

Whether the orderBy field is set.

hasSelect()

public abstract boolean hasSelect()

.google.cloud.conformance.firestore.v1.Select select = 1;

Returns
TypeDescription
boolean

Whether the select field is set.

hasStartAfter()

public abstract boolean hasStartAfter()

.google.cloud.conformance.firestore.v1.Cursor start_after = 7;

Returns
TypeDescription
boolean

Whether the startAfter field is set.

hasStartAt()

public abstract boolean hasStartAt()

.google.cloud.conformance.firestore.v1.Cursor start_at = 6;

Returns
TypeDescription
boolean

Whether the startAt field is set.

hasWhere()

public abstract boolean hasWhere()

.google.cloud.conformance.firestore.v1.Where where = 2;

Returns
TypeDescription
boolean

Whether the where field is set.