Class TestDefinition.Where

public static final class TestDefinition.Where extends GeneratedMessageV3 implements TestDefinition.WhereOrBuilder

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

Inheritance

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

Fields

JSON_VALUE_FIELD_NUMBER

public static final int JSON_VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

OP_FIELD_NUMBER

public static final int OP_FIELD_NUMBER
Field Value
TypeDescription
int

PATH_FIELD_NUMBER

public static final int PATH_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)

getDefaultInstance()

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

getDefaultInstanceForType()

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

getDescriptor()

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

getJsonValue()

public String getJsonValue()

string json_value = 3;

Returns
TypeDescription
java.lang.String

The jsonValue.

getJsonValueBytes()

public ByteString getJsonValueBytes()

string json_value = 3;

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes for jsonValue.

getOp()

public String getOp()

string op = 2;

Returns
TypeDescription
java.lang.String

The op.

getOpBytes()

public ByteString getOpBytes()

string op = 2;

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes for op.

getParserForType()

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

getPath()

public TestDefinition.FieldPath getPath()

.google.cloud.conformance.firestore.v1.FieldPath path = 1;

Returns
TypeDescription
TestDefinition.FieldPath

The path.

getPathOrBuilder()

public TestDefinition.FieldPathOrBuilder getPathOrBuilder()

.google.cloud.conformance.firestore.v1.FieldPath path = 1;

Returns
TypeDescription
TestDefinition.FieldPathOrBuilder

getSerializedSize()

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

getUnknownFields()

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

hasPath()

public boolean hasPath()

.google.cloud.conformance.firestore.v1.FieldPath path = 1;

Returns
TypeDescription
boolean

Whether the path 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.Where.Builder newBuilder()
Returns
TypeDescription
TestDefinition.Where.Builder

newBuilder(TestDefinition.Where prototype)

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

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TestDefinition.Where.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentcom.google.protobuf.GeneratedMessageV3.BuilderParent
Returns
TypeDescription
TestDefinition.Where.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.Where parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputjava.io.InputStream
Returns
TypeDescription
TestDefinition.Where
Exceptions
TypeDescription
java.io.IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

toBuilder()

public TestDefinition.Where.Builder toBuilder()
Returns
TypeDescription
TestDefinition.Where.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