Class TestDefinition.Clause

Stay organized with collections Save and categorize content based on your preferences.
public static final class TestDefinition.Clause extends GeneratedMessageV3 implements TestDefinition.ClauseOrBuilder

Protobuf type google.cloud.conformance.firestore.v1.Clause

Inheritance

java.lang.Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > com.google.protobuf.GeneratedMessageV3 > TestDefinition.Clause

Fields

END_AT_FIELD_NUMBER

public static final int END_AT_FIELD_NUMBER
Field Value
TypeDescription
int

END_BEFORE_FIELD_NUMBER

public static final int END_BEFORE_FIELD_NUMBER
Field Value
TypeDescription
int

LIMIT_FIELD_NUMBER

public static final int LIMIT_FIELD_NUMBER
Field Value
TypeDescription
int

OFFSET_FIELD_NUMBER

public static final int OFFSET_FIELD_NUMBER
Field Value
TypeDescription
int

ORDER_BY_FIELD_NUMBER

public static final int ORDER_BY_FIELD_NUMBER
Field Value
TypeDescription
int

SELECT_FIELD_NUMBER

public static final int SELECT_FIELD_NUMBER
Field Value
TypeDescription
int

START_AFTER_FIELD_NUMBER

public static final int START_AFTER_FIELD_NUMBER
Field Value
TypeDescription
int

START_AT_FIELD_NUMBER

public static final int START_AT_FIELD_NUMBER
Field Value
TypeDescription
int

WHERE_FIELD_NUMBER

public static final int WHERE_FIELD_NUMBER
Field Value
TypeDescription
int

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objjava.lang.Object
Returns
TypeDescription
boolean
Overrides
com.google.protobuf.AbstractMessage.equals(java.lang.Object)

getClauseCase()

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

getDefaultInstance()

public static TestDefinition.Clause getDefaultInstance()
Returns
TypeDescription
TestDefinition.Clause

getDefaultInstanceForType()

public TestDefinition.Clause getDefaultInstanceForType()
Returns
TypeDescription
TestDefinition.Clause

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
com.google.protobuf.Descriptors.Descriptor

getEndAt()

public TestDefinition.Cursor getEndAt()

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

Returns
TypeDescription
TestDefinition.Cursor

The endAt.

getEndAtOrBuilder()

public TestDefinition.CursorOrBuilder getEndAtOrBuilder()

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

Returns
TypeDescription
TestDefinition.CursorOrBuilder

getEndBefore()

public TestDefinition.Cursor getEndBefore()

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

Returns
TypeDescription
TestDefinition.Cursor

The endBefore.

getEndBeforeOrBuilder()

public TestDefinition.CursorOrBuilder getEndBeforeOrBuilder()

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

Returns
TypeDescription
TestDefinition.CursorOrBuilder

getLimit()

public int getLimit()

int32 limit = 5;

Returns
TypeDescription
int

The limit.

getOffset()

public int getOffset()

int32 offset = 4;

Returns
TypeDescription
int

The offset.

getOrderBy()

public TestDefinition.OrderBy getOrderBy()

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

Returns
TypeDescription
TestDefinition.OrderBy

The orderBy.

getOrderByOrBuilder()

public TestDefinition.OrderByOrBuilder getOrderByOrBuilder()

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

Returns
TypeDescription
TestDefinition.OrderByOrBuilder

getParserForType()

public Parser<TestDefinition.Clause> getParserForType()
Returns
TypeDescription
com.google.protobuf.Parser<Clause>
Overrides
com.google.protobuf.GeneratedMessageV3.getParserForType()

getSelect()

public TestDefinition.Select getSelect()

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

Returns
TypeDescription
TestDefinition.Select

The select.

getSelectOrBuilder()

public TestDefinition.SelectOrBuilder getSelectOrBuilder()

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

Returns
TypeDescription
TestDefinition.SelectOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides
com.google.protobuf.GeneratedMessageV3.getSerializedSize()

getStartAfter()

public TestDefinition.Cursor getStartAfter()

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

Returns
TypeDescription
TestDefinition.Cursor

The startAfter.

getStartAfterOrBuilder()

public TestDefinition.CursorOrBuilder getStartAfterOrBuilder()

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

Returns
TypeDescription
TestDefinition.CursorOrBuilder

getStartAt()

public TestDefinition.Cursor getStartAt()

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

Returns
TypeDescription
TestDefinition.Cursor

The startAt.

getStartAtOrBuilder()

public TestDefinition.CursorOrBuilder getStartAtOrBuilder()

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

Returns
TypeDescription
TestDefinition.CursorOrBuilder

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
com.google.protobuf.UnknownFieldSet
Overrides
com.google.protobuf.GeneratedMessageV3.getUnknownFields()

getWhere()

public TestDefinition.Where getWhere()

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

Returns
TypeDescription
TestDefinition.Where

The where.

getWhereOrBuilder()

public TestDefinition.WhereOrBuilder getWhereOrBuilder()

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

Returns
TypeDescription
TestDefinition.WhereOrBuilder

hasEndAt()

public boolean hasEndAt()

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

Returns
TypeDescription
boolean

Whether the endAt field is set.

hasEndBefore()

public boolean hasEndBefore()

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

Returns
TypeDescription
boolean

Whether the endBefore field is set.

hasOrderBy()

public boolean hasOrderBy()

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

Returns
TypeDescription
boolean

Whether the orderBy field is set.

hasSelect()

public boolean hasSelect()

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

Returns
TypeDescription
boolean

Whether the select field is set.

hasStartAfter()

public boolean hasStartAfter()

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

Returns
TypeDescription
boolean

Whether the startAfter field is set.

hasStartAt()

public boolean hasStartAt()

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

Returns
TypeDescription
boolean

Whether the startAt field is set.

hasWhere()

public boolean hasWhere()

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

Returns
TypeDescription
boolean

Whether the where field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides
com.google.protobuf.AbstractMessage.hashCode()

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetFieldAccessorTable()

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides
com.google.protobuf.GeneratedMessageV3.isInitialized()

newBuilder()

public static TestDefinition.Clause.Builder newBuilder()
Returns
TypeDescription
TestDefinition.Clause.Builder

newBuilder(TestDefinition.Clause prototype)

public static TestDefinition.Clause.Builder newBuilder(TestDefinition.Clause prototype)
Parameter
NameDescription
prototypeTestDefinition.Clause
Returns
TypeDescription
TestDefinition.Clause.Builder

newBuilderForType()

public TestDefinition.Clause.Builder newBuilderForType()
Returns
TypeDescription
TestDefinition.Clause.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TestDefinition.Clause.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentcom.google.protobuf.GeneratedMessageV3.BuilderParent
Returns
TypeDescription
TestDefinition.Clause.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedcom.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Returns
TypeDescription
java.lang.Object
Overrides
com.google.protobuf.GeneratedMessageV3.newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)

parseDelimitedFrom(InputStream input)

public static TestDefinition.Clause parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputjava.io.InputStream
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
java.io.IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.Clause parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputjava.io.InputStream
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
java.io.IOException

parseFrom(byte[] data)

public static TestDefinition.Clause parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.Clause parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString data)

public static TestDefinition.Clause parseFrom(ByteString data)
Parameter
NameDescription
datacom.google.protobuf.ByteString
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.Clause parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
datacom.google.protobuf.ByteString
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TestDefinition.Clause parseFrom(CodedInputStream input)
Parameter
NameDescription
inputcom.google.protobuf.CodedInputStream
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
java.io.IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.Clause parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputcom.google.protobuf.CodedInputStream
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
java.io.IOException

parseFrom(InputStream input)

public static TestDefinition.Clause parseFrom(InputStream input)
Parameter
NameDescription
inputjava.io.InputStream
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
java.io.IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.Clause parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputjava.io.InputStream
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
java.io.IOException

parseFrom(ByteBuffer data)

public static TestDefinition.Clause parseFrom(ByteBuffer data)
Parameter
NameDescription
datajava.nio.ByteBuffer
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.Clause parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
datajava.nio.ByteBuffer
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.Clause
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parser()

public static Parser<TestDefinition.Clause> parser()
Returns
TypeDescription
com.google.protobuf.Parser<Clause>

toBuilder()

public TestDefinition.Clause.Builder toBuilder()
Returns
TypeDescription
TestDefinition.Clause.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputcom.google.protobuf.CodedOutputStream
Overrides
com.google.protobuf.GeneratedMessageV3.writeTo(com.google.protobuf.CodedOutputStream)
Exceptions
TypeDescription
java.io.IOException