Builds free format RecordV2 value.
This type of builder may be used to generate free format RecordV2 data which is not constrained by a Schema.
A builder can be created using RecordV2DataType.valueBuilder.
6.0
Adds one or more field values.
If there is a current record, this adds the fields to the end of the current record.
this builder
Adds a new record comprising the specified field values.
the fields within the new record. If no fields are supplied, an empty record will be added.
Builds a RecordV2 object from the current builder state.
a new RecordV2 object
Clears all current values from the builder allowing it to be reused to generate new data.
Builds free format RecordV2 value.
This type of builder may be used to generate free format RecordV2 data which is not constrained by a Schema.
A builder can be created using RecordV2DataType.valueBuilder.
6.0