Class TestDefinition.Where.Builder

public static final class TestDefinition.Where.Builder extends GeneratedMessageV3.Builder<TestDefinition.Where.Builder> implements TestDefinition.WhereOrBuilder

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

Inheritance

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TestDefinition.Where.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldcom.google.protobuf.Descriptors.FieldDescriptor
valuejava.lang.Object
Returns
TypeDescription
TestDefinition.Where.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)

build()

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

buildPartial()

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

clear()

public TestDefinition.Where.Builder clear()
Returns
TypeDescription
TestDefinition.Where.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.clear()

clearField(Descriptors.FieldDescriptor field)

public TestDefinition.Where.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldcom.google.protobuf.Descriptors.FieldDescriptor
Returns
TypeDescription
TestDefinition.Where.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor)

clearJsonValue()

public TestDefinition.Where.Builder clearJsonValue()

string json_value = 3;

Returns
TypeDescription
TestDefinition.Where.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public TestDefinition.Where.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofcom.google.protobuf.Descriptors.OneofDescriptor
Returns
TypeDescription
TestDefinition.Where.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor)

clearOp()

public TestDefinition.Where.Builder clearOp()

string op = 2;

Returns
TypeDescription
TestDefinition.Where.Builder

This builder for chaining.

clearPath()

public TestDefinition.Where.Builder clearPath()

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

Returns
TypeDescription
TestDefinition.Where.Builder

clone()

public TestDefinition.Where.Builder clone()
Returns
TypeDescription
TestDefinition.Where.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.clone()

getDefaultInstanceForType()

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

getDescriptor()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
com.google.protobuf.Descriptors.Descriptor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.getDescriptorForType()

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.

getPath()

public TestDefinition.FieldPath getPath()

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

Returns
TypeDescription
TestDefinition.FieldPath

The path.

getPathBuilder()

public TestDefinition.FieldPath.Builder getPathBuilder()

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

Returns
TypeDescription
TestDefinition.FieldPath.Builder

getPathOrBuilder()

public TestDefinition.FieldPathOrBuilder getPathOrBuilder()

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

Returns
TypeDescription
TestDefinition.FieldPathOrBuilder

hasPath()

public boolean hasPath()

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

Returns
TypeDescription
boolean

Whether the path field is set.

internalGetFieldAccessorTable()

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

isInitialized()

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

mergeFrom(TestDefinition.Where other)

public TestDefinition.Where.Builder mergeFrom(TestDefinition.Where other)
Parameter
NameDescription
otherTestDefinition.Where
Returns
TypeDescription
TestDefinition.Where.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TestDefinition.Where.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputcom.google.protobuf.CodedInputStream
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.Where.Builder
Overrides
com.google.protobuf.AbstractMessage.Builder.mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
Exceptions
TypeDescription
java.io.IOException

mergeFrom(Message other)

public TestDefinition.Where.Builder mergeFrom(Message other)
Parameter
NameDescription
othercom.google.protobuf.Message
Returns
TypeDescription
TestDefinition.Where.Builder
Overrides
com.google.protobuf.AbstractMessage.Builder.mergeFrom(com.google.protobuf.Message)

mergePath(TestDefinition.FieldPath value)

public TestDefinition.Where.Builder mergePath(TestDefinition.FieldPath value)

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

Parameter
NameDescription
valueTestDefinition.FieldPath
Returns
TypeDescription
TestDefinition.Where.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TestDefinition.Where.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldscom.google.protobuf.UnknownFieldSet
Returns
TypeDescription
TestDefinition.Where.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet)

setField(Descriptors.FieldDescriptor field, Object value)

public TestDefinition.Where.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldcom.google.protobuf.Descriptors.FieldDescriptor
valuejava.lang.Object
Returns
TypeDescription
TestDefinition.Where.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor,java.lang.Object)

setJsonValue(String value)

public TestDefinition.Where.Builder setJsonValue(String value)

string json_value = 3;

Parameter
NameDescription
valuejava.lang.String

The jsonValue to set.

Returns
TypeDescription
TestDefinition.Where.Builder

This builder for chaining.

setJsonValueBytes(ByteString value)

public TestDefinition.Where.Builder setJsonValueBytes(ByteString value)

string json_value = 3;

Parameter
NameDescription
valuecom.google.protobuf.ByteString

The bytes for jsonValue to set.

Returns
TypeDescription
TestDefinition.Where.Builder

This builder for chaining.

setOp(String value)

public TestDefinition.Where.Builder setOp(String value)

string op = 2;

Parameter
NameDescription
valuejava.lang.String

The op to set.

Returns
TypeDescription
TestDefinition.Where.Builder

This builder for chaining.

setOpBytes(ByteString value)

public TestDefinition.Where.Builder setOpBytes(ByteString value)

string op = 2;

Parameter
NameDescription
valuecom.google.protobuf.ByteString

The bytes for op to set.

Returns
TypeDescription
TestDefinition.Where.Builder

This builder for chaining.

setPath(TestDefinition.FieldPath value)

public TestDefinition.Where.Builder setPath(TestDefinition.FieldPath value)

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

Parameter
NameDescription
valueTestDefinition.FieldPath
Returns
TypeDescription
TestDefinition.Where.Builder

setPath(TestDefinition.FieldPath.Builder builderForValue)

public TestDefinition.Where.Builder setPath(TestDefinition.FieldPath.Builder builderForValue)

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

Parameter
NameDescription
builderForValueTestDefinition.FieldPath.Builder
Returns
TypeDescription
TestDefinition.Where.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TestDefinition.Where.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldcom.google.protobuf.Descriptors.FieldDescriptor
indexint
valuejava.lang.Object
Returns
TypeDescription
TestDefinition.Where.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,int,java.lang.Object)

setUnknownFields(UnknownFieldSet unknownFields)

public final TestDefinition.Where.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldscom.google.protobuf.UnknownFieldSet
Returns
TypeDescription
TestDefinition.Where.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet)