Send feedback
Class AvroProto.AvroRows.Builder (2.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.7.0 keyboard_arrow_down
public static final class AvroProto . AvroRows . Builder extends GeneratedMessageV3 . Builder<AvroProto . AvroRows . Builder > implements AvroProto . AvroRowsOrBuilder
Avro rows.
Protobuf type google.cloud.bigquery.storage.v1beta1.AvroRows
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AvroProto . AvroRows . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public AvroProto . AvroRows build ()
Returns
buildPartial()
public AvroProto . AvroRows buildPartial ()
Returns
clear()
public AvroProto . AvroRows . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public AvroProto . AvroRows . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AvroProto . AvroRows . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearRowCount()
public AvroProto . AvroRows . Builder clearRowCount ()
The count of rows in the returning block.
int64 row_count = 2;
Returns
clearSerializedBinaryRows()
public AvroProto . AvroRows . Builder clearSerializedBinaryRows ()
Binary serialized rows in a block.
bytes serialized_binary_rows = 1;
Returns
clone()
public AvroProto . AvroRows . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public AvroProto . AvroRows getDefaultInstanceForType ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getRowCount()
public long getRowCount ()
The count of rows in the returning block.
int64 row_count = 2;
Returns
Type Description long The rowCount.
getSerializedBinaryRows()
public ByteString getSerializedBinaryRows ()
Binary serialized rows in a block.
bytes serialized_binary_rows = 1;
Returns
Type Description ByteString The serializedBinaryRows.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(AvroProto.AvroRows other)
public AvroProto . AvroRows . Builder mergeFrom ( AvroProto . AvroRows other )
Parameter
Returns
public AvroProto . AvroRows . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public AvroProto . AvroRows . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AvroProto . AvroRows . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AvroProto . AvroRows . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AvroProto . AvroRows . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setRowCount(long value)
public AvroProto . AvroRows . Builder setRowCount ( long value )
The count of rows in the returning block.
int64 row_count = 2;
Parameter
Name Description value long
The rowCount to set.
Returns
setSerializedBinaryRows(ByteString value)
public AvroProto . AvroRows . Builder setSerializedBinaryRows ( ByteString value )
Binary serialized rows in a block.
bytes serialized_binary_rows = 1;
Parameter
Name Description value ByteString
The serializedBinaryRows to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final AvroProto . AvroRows . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]