Class TestDefinition.Test.Builder

public static final class TestDefinition.Test.Builder extends GeneratedMessageV3.Builder<TestDefinition.Test.Builder> implements TestDefinition.TestOrBuilder

A Test describes a single client method call and its expected result.

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

Inheritance

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

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

buildPartial()

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

clear()

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

clearComment()

public TestDefinition.Test.Builder clearComment()

a comment describing the behavior being tested

string comment = 10;

Returns
TypeDescription
TestDefinition.Test.Builder

This builder for chaining.

clearCreate()

public TestDefinition.Test.Builder clearCreate()

.google.cloud.conformance.firestore.v1.CreateTest create = 3;

Returns
TypeDescription
TestDefinition.Test.Builder

clearDelete()

public TestDefinition.Test.Builder clearDelete()

.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;

Returns
TypeDescription
TestDefinition.Test.Builder

clearDescription()

public TestDefinition.Test.Builder clearDescription()

short description of the test

string description = 1;

Returns
TypeDescription
TestDefinition.Test.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearGet()

public TestDefinition.Test.Builder clearGet()

.google.cloud.conformance.firestore.v1.GetTest get = 2;

Returns
TypeDescription
TestDefinition.Test.Builder

clearListen()

public TestDefinition.Test.Builder clearListen()

.google.cloud.conformance.firestore.v1.ListenTest listen = 9;

Returns
TypeDescription
TestDefinition.Test.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearQuery()

public TestDefinition.Test.Builder clearQuery()

.google.cloud.conformance.firestore.v1.QueryTest query = 8;

Returns
TypeDescription
TestDefinition.Test.Builder

clearSet()

public TestDefinition.Test.Builder clearSet()

.google.cloud.conformance.firestore.v1.SetTest set = 4;

Returns
TypeDescription
TestDefinition.Test.Builder

clearTest()

public TestDefinition.Test.Builder clearTest()
Returns
TypeDescription
TestDefinition.Test.Builder

clearUpdate()

public TestDefinition.Test.Builder clearUpdate()

.google.cloud.conformance.firestore.v1.UpdateTest update = 5;

Returns
TypeDescription
TestDefinition.Test.Builder

clearUpdatePaths()

public TestDefinition.Test.Builder clearUpdatePaths()

.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;

Returns
TypeDescription
TestDefinition.Test.Builder

clone()

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

getComment()

public String getComment()

a comment describing the behavior being tested

string comment = 10;

Returns
TypeDescription
java.lang.String

The comment.

getCommentBytes()

public ByteString getCommentBytes()

a comment describing the behavior being tested

string comment = 10;

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes for comment.

getCreate()

public TestDefinition.CreateTest getCreate()

.google.cloud.conformance.firestore.v1.CreateTest create = 3;

Returns
TypeDescription
TestDefinition.CreateTest

The create.

getCreateBuilder()

public TestDefinition.CreateTest.Builder getCreateBuilder()

.google.cloud.conformance.firestore.v1.CreateTest create = 3;

Returns
TypeDescription
TestDefinition.CreateTest.Builder

getCreateOrBuilder()

public TestDefinition.CreateTestOrBuilder getCreateOrBuilder()

.google.cloud.conformance.firestore.v1.CreateTest create = 3;

Returns
TypeDescription
TestDefinition.CreateTestOrBuilder

getDefaultInstanceForType()

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

getDelete()

public TestDefinition.DeleteTest getDelete()

.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;

Returns
TypeDescription
TestDefinition.DeleteTest

The delete.

getDeleteBuilder()

public TestDefinition.DeleteTest.Builder getDeleteBuilder()

.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;

Returns
TypeDescription
TestDefinition.DeleteTest.Builder

getDeleteOrBuilder()

public TestDefinition.DeleteTestOrBuilder getDeleteOrBuilder()

.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;

Returns
TypeDescription
TestDefinition.DeleteTestOrBuilder

getDescription()

public String getDescription()

short description of the test

string description = 1;

Returns
TypeDescription
java.lang.String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

short description of the test

string description = 1;

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes for description.

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()

getGet()

public TestDefinition.GetTest getGet()

.google.cloud.conformance.firestore.v1.GetTest get = 2;

Returns
TypeDescription
TestDefinition.GetTest

The get.

getGetBuilder()

public TestDefinition.GetTest.Builder getGetBuilder()

.google.cloud.conformance.firestore.v1.GetTest get = 2;

Returns
TypeDescription
TestDefinition.GetTest.Builder

getGetOrBuilder()

public TestDefinition.GetTestOrBuilder getGetOrBuilder()

.google.cloud.conformance.firestore.v1.GetTest get = 2;

Returns
TypeDescription
TestDefinition.GetTestOrBuilder

getListen()

public TestDefinition.ListenTest getListen()

.google.cloud.conformance.firestore.v1.ListenTest listen = 9;

Returns
TypeDescription
TestDefinition.ListenTest

The listen.

getListenBuilder()

public TestDefinition.ListenTest.Builder getListenBuilder()

.google.cloud.conformance.firestore.v1.ListenTest listen = 9;

Returns
TypeDescription
TestDefinition.ListenTest.Builder

getListenOrBuilder()

public TestDefinition.ListenTestOrBuilder getListenOrBuilder()

.google.cloud.conformance.firestore.v1.ListenTest listen = 9;

Returns
TypeDescription
TestDefinition.ListenTestOrBuilder

getQuery()

public TestDefinition.QueryTest getQuery()

.google.cloud.conformance.firestore.v1.QueryTest query = 8;

Returns
TypeDescription
TestDefinition.QueryTest

The query.

getQueryBuilder()

public TestDefinition.QueryTest.Builder getQueryBuilder()

.google.cloud.conformance.firestore.v1.QueryTest query = 8;

Returns
TypeDescription
TestDefinition.QueryTest.Builder

getQueryOrBuilder()

public TestDefinition.QueryTestOrBuilder getQueryOrBuilder()

.google.cloud.conformance.firestore.v1.QueryTest query = 8;

Returns
TypeDescription
TestDefinition.QueryTestOrBuilder

getSet()

public TestDefinition.SetTest getSet()

.google.cloud.conformance.firestore.v1.SetTest set = 4;

Returns
TypeDescription
TestDefinition.SetTest

The set.

getSetBuilder()

public TestDefinition.SetTest.Builder getSetBuilder()

.google.cloud.conformance.firestore.v1.SetTest set = 4;

Returns
TypeDescription
TestDefinition.SetTest.Builder

getSetOrBuilder()

public TestDefinition.SetTestOrBuilder getSetOrBuilder()

.google.cloud.conformance.firestore.v1.SetTest set = 4;

Returns
TypeDescription
TestDefinition.SetTestOrBuilder

getTestCase()

public TestDefinition.Test.TestCase getTestCase()
Returns
TypeDescription
TestDefinition.Test.TestCase

getUpdate()

public TestDefinition.UpdateTest getUpdate()

.google.cloud.conformance.firestore.v1.UpdateTest update = 5;

Returns
TypeDescription
TestDefinition.UpdateTest

The update.

getUpdateBuilder()

public TestDefinition.UpdateTest.Builder getUpdateBuilder()

.google.cloud.conformance.firestore.v1.UpdateTest update = 5;

Returns
TypeDescription
TestDefinition.UpdateTest.Builder

getUpdateOrBuilder()

public TestDefinition.UpdateTestOrBuilder getUpdateOrBuilder()

.google.cloud.conformance.firestore.v1.UpdateTest update = 5;

Returns
TypeDescription
TestDefinition.UpdateTestOrBuilder

getUpdatePaths()

public TestDefinition.UpdatePathsTest getUpdatePaths()

.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;

Returns
TypeDescription
TestDefinition.UpdatePathsTest

The updatePaths.

getUpdatePathsBuilder()

public TestDefinition.UpdatePathsTest.Builder getUpdatePathsBuilder()

.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;

Returns
TypeDescription
TestDefinition.UpdatePathsTest.Builder

getUpdatePathsOrBuilder()

public TestDefinition.UpdatePathsTestOrBuilder getUpdatePathsOrBuilder()

.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;

Returns
TypeDescription
TestDefinition.UpdatePathsTestOrBuilder

hasCreate()

public boolean hasCreate()

.google.cloud.conformance.firestore.v1.CreateTest create = 3;

Returns
TypeDescription
boolean

Whether the create field is set.

hasDelete()

public boolean hasDelete()

.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;

Returns
TypeDescription
boolean

Whether the delete field is set.

hasGet()

public boolean hasGet()

.google.cloud.conformance.firestore.v1.GetTest get = 2;

Returns
TypeDescription
boolean

Whether the get field is set.

hasListen()

public boolean hasListen()

.google.cloud.conformance.firestore.v1.ListenTest listen = 9;

Returns
TypeDescription
boolean

Whether the listen field is set.

hasQuery()

public boolean hasQuery()

.google.cloud.conformance.firestore.v1.QueryTest query = 8;

Returns
TypeDescription
boolean

Whether the query field is set.

hasSet()

public boolean hasSet()

.google.cloud.conformance.firestore.v1.SetTest set = 4;

Returns
TypeDescription
boolean

Whether the set field is set.

hasUpdate()

public boolean hasUpdate()

.google.cloud.conformance.firestore.v1.UpdateTest update = 5;

Returns
TypeDescription
boolean

Whether the update field is set.

hasUpdatePaths()

public boolean hasUpdatePaths()

.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;

Returns
TypeDescription
boolean

Whether the updatePaths 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()

mergeCreate(TestDefinition.CreateTest value)

public TestDefinition.Test.Builder mergeCreate(TestDefinition.CreateTest value)

.google.cloud.conformance.firestore.v1.CreateTest create = 3;

Parameter
NameDescription
valueTestDefinition.CreateTest
Returns
TypeDescription
TestDefinition.Test.Builder

mergeDelete(TestDefinition.DeleteTest value)

public TestDefinition.Test.Builder mergeDelete(TestDefinition.DeleteTest value)

.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;

Parameter
NameDescription
valueTestDefinition.DeleteTest
Returns
TypeDescription
TestDefinition.Test.Builder

mergeFrom(TestDefinition.Test other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TestDefinition.Test.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputcom.google.protobuf.CodedInputStream
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.Test.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.Test.Builder mergeFrom(Message other)
Parameter
NameDescription
othercom.google.protobuf.Message
Returns
TypeDescription
TestDefinition.Test.Builder
Overrides
com.google.protobuf.AbstractMessage.Builder.mergeFrom(com.google.protobuf.Message)

mergeGet(TestDefinition.GetTest value)

public TestDefinition.Test.Builder mergeGet(TestDefinition.GetTest value)

.google.cloud.conformance.firestore.v1.GetTest get = 2;

Parameter
NameDescription
valueTestDefinition.GetTest
Returns
TypeDescription
TestDefinition.Test.Builder

mergeListen(TestDefinition.ListenTest value)

public TestDefinition.Test.Builder mergeListen(TestDefinition.ListenTest value)

.google.cloud.conformance.firestore.v1.ListenTest listen = 9;

Parameter
NameDescription
valueTestDefinition.ListenTest
Returns
TypeDescription
TestDefinition.Test.Builder

mergeQuery(TestDefinition.QueryTest value)

public TestDefinition.Test.Builder mergeQuery(TestDefinition.QueryTest value)

.google.cloud.conformance.firestore.v1.QueryTest query = 8;

Parameter
NameDescription
valueTestDefinition.QueryTest
Returns
TypeDescription
TestDefinition.Test.Builder

mergeSet(TestDefinition.SetTest value)

public TestDefinition.Test.Builder mergeSet(TestDefinition.SetTest value)

.google.cloud.conformance.firestore.v1.SetTest set = 4;

Parameter
NameDescription
valueTestDefinition.SetTest
Returns
TypeDescription
TestDefinition.Test.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

mergeUpdate(TestDefinition.UpdateTest value)

public TestDefinition.Test.Builder mergeUpdate(TestDefinition.UpdateTest value)

.google.cloud.conformance.firestore.v1.UpdateTest update = 5;

Parameter
NameDescription
valueTestDefinition.UpdateTest
Returns
TypeDescription
TestDefinition.Test.Builder

mergeUpdatePaths(TestDefinition.UpdatePathsTest value)

public TestDefinition.Test.Builder mergeUpdatePaths(TestDefinition.UpdatePathsTest value)

.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;

Parameter
NameDescription
valueTestDefinition.UpdatePathsTest
Returns
TypeDescription
TestDefinition.Test.Builder

setComment(String value)

public TestDefinition.Test.Builder setComment(String value)

a comment describing the behavior being tested

string comment = 10;

Parameter
NameDescription
valuejava.lang.String

The comment to set.

Returns
TypeDescription
TestDefinition.Test.Builder

This builder for chaining.

setCommentBytes(ByteString value)

public TestDefinition.Test.Builder setCommentBytes(ByteString value)

a comment describing the behavior being tested

string comment = 10;

Parameter
NameDescription
valuecom.google.protobuf.ByteString

The bytes for comment to set.

Returns
TypeDescription
TestDefinition.Test.Builder

This builder for chaining.

setCreate(TestDefinition.CreateTest value)

public TestDefinition.Test.Builder setCreate(TestDefinition.CreateTest value)

.google.cloud.conformance.firestore.v1.CreateTest create = 3;

Parameter
NameDescription
valueTestDefinition.CreateTest
Returns
TypeDescription
TestDefinition.Test.Builder

setCreate(TestDefinition.CreateTest.Builder builderForValue)

public TestDefinition.Test.Builder setCreate(TestDefinition.CreateTest.Builder builderForValue)

.google.cloud.conformance.firestore.v1.CreateTest create = 3;

Parameter
NameDescription
builderForValueTestDefinition.CreateTest.Builder
Returns
TypeDescription
TestDefinition.Test.Builder

setDelete(TestDefinition.DeleteTest value)

public TestDefinition.Test.Builder setDelete(TestDefinition.DeleteTest value)

.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;

Parameter
NameDescription
valueTestDefinition.DeleteTest
Returns
TypeDescription
TestDefinition.Test.Builder

setDelete(TestDefinition.DeleteTest.Builder builderForValue)

public TestDefinition.Test.Builder setDelete(TestDefinition.DeleteTest.Builder builderForValue)

.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;

Parameter
NameDescription
builderForValueTestDefinition.DeleteTest.Builder
Returns
TypeDescription
TestDefinition.Test.Builder

setDescription(String value)

public TestDefinition.Test.Builder setDescription(String value)

short description of the test

string description = 1;

Parameter
NameDescription
valuejava.lang.String

The description to set.

Returns
TypeDescription
TestDefinition.Test.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public TestDefinition.Test.Builder setDescriptionBytes(ByteString value)

short description of the test

string description = 1;

Parameter
NameDescription
valuecom.google.protobuf.ByteString

The bytes for description to set.

Returns
TypeDescription
TestDefinition.Test.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setGet(TestDefinition.GetTest value)

public TestDefinition.Test.Builder setGet(TestDefinition.GetTest value)

.google.cloud.conformance.firestore.v1.GetTest get = 2;

Parameter
NameDescription
valueTestDefinition.GetTest
Returns
TypeDescription
TestDefinition.Test.Builder

setGet(TestDefinition.GetTest.Builder builderForValue)

public TestDefinition.Test.Builder setGet(TestDefinition.GetTest.Builder builderForValue)

.google.cloud.conformance.firestore.v1.GetTest get = 2;

Parameter
NameDescription
builderForValueTestDefinition.GetTest.Builder
Returns
TypeDescription
TestDefinition.Test.Builder

setListen(TestDefinition.ListenTest value)

public TestDefinition.Test.Builder setListen(TestDefinition.ListenTest value)

.google.cloud.conformance.firestore.v1.ListenTest listen = 9;

Parameter
NameDescription
valueTestDefinition.ListenTest
Returns
TypeDescription
TestDefinition.Test.Builder

setListen(TestDefinition.ListenTest.Builder builderForValue)

public TestDefinition.Test.Builder setListen(TestDefinition.ListenTest.Builder builderForValue)

.google.cloud.conformance.firestore.v1.ListenTest listen = 9;

Parameter
NameDescription
builderForValueTestDefinition.ListenTest.Builder
Returns
TypeDescription
TestDefinition.Test.Builder

setQuery(TestDefinition.QueryTest value)

public TestDefinition.Test.Builder setQuery(TestDefinition.QueryTest value)

.google.cloud.conformance.firestore.v1.QueryTest query = 8;

Parameter
NameDescription
valueTestDefinition.QueryTest
Returns
TypeDescription
TestDefinition.Test.Builder

setQuery(TestDefinition.QueryTest.Builder builderForValue)

public TestDefinition.Test.Builder setQuery(TestDefinition.QueryTest.Builder builderForValue)

.google.cloud.conformance.firestore.v1.QueryTest query = 8;

Parameter
NameDescription
builderForValueTestDefinition.QueryTest.Builder
Returns
TypeDescription
TestDefinition.Test.Builder

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

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

setSet(TestDefinition.SetTest value)

public TestDefinition.Test.Builder setSet(TestDefinition.SetTest value)

.google.cloud.conformance.firestore.v1.SetTest set = 4;

Parameter
NameDescription
valueTestDefinition.SetTest
Returns
TypeDescription
TestDefinition.Test.Builder

setSet(TestDefinition.SetTest.Builder builderForValue)

public TestDefinition.Test.Builder setSet(TestDefinition.SetTest.Builder builderForValue)

.google.cloud.conformance.firestore.v1.SetTest set = 4;

Parameter
NameDescription
builderForValueTestDefinition.SetTest.Builder
Returns
TypeDescription
TestDefinition.Test.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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

setUpdate(TestDefinition.UpdateTest value)

public TestDefinition.Test.Builder setUpdate(TestDefinition.UpdateTest value)

.google.cloud.conformance.firestore.v1.UpdateTest update = 5;

Parameter
NameDescription
valueTestDefinition.UpdateTest
Returns
TypeDescription
TestDefinition.Test.Builder

setUpdate(TestDefinition.UpdateTest.Builder builderForValue)

public TestDefinition.Test.Builder setUpdate(TestDefinition.UpdateTest.Builder builderForValue)

.google.cloud.conformance.firestore.v1.UpdateTest update = 5;

Parameter
NameDescription
builderForValueTestDefinition.UpdateTest.Builder
Returns
TypeDescription
TestDefinition.Test.Builder

setUpdatePaths(TestDefinition.UpdatePathsTest value)

public TestDefinition.Test.Builder setUpdatePaths(TestDefinition.UpdatePathsTest value)

.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;

Parameter
NameDescription
valueTestDefinition.UpdatePathsTest
Returns
TypeDescription
TestDefinition.Test.Builder

setUpdatePaths(TestDefinition.UpdatePathsTest.Builder builderForValue)

public TestDefinition.Test.Builder setUpdatePaths(TestDefinition.UpdatePathsTest.Builder builderForValue)

.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;

Parameter
NameDescription
builderForValueTestDefinition.UpdatePathsTest.Builder
Returns
TypeDescription
TestDefinition.Test.Builder