public final class ProtoRows extends GeneratedMessageV3 implements ProtoRowsOrBuilder
Protobuf type google.cloud.bigquery.storage.v1.ProtoRows
Static Fields
SERIALIZED_ROWS_FIELD_NUMBER
public static final int SERIALIZED_ROWS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ProtoRows getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ProtoRows.Builder newBuilder()
Returns
newBuilder(ProtoRows prototype)
public static ProtoRows.Builder newBuilder(ProtoRows prototype)
Parameter
Returns
public static ProtoRows parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ProtoRows parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ProtoRows parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProtoRows parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ProtoRows parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProtoRows parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ProtoRows parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ProtoRows parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ProtoRows parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ProtoRows parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ProtoRows parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProtoRows parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ProtoRows> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ProtoRows getDefaultInstanceForType()
Returns
getParserForType()
public Parser<ProtoRows> getParserForType()
Returns
Overrides
getSerializedRows(int index)
public ByteString getSerializedRows(int index)
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
ByteString | The serializedRows at the given index.
|
getSerializedRowsCount()
public int getSerializedRowsCount()
Returns
Type | Description |
int | The count of serializedRows.
|
getSerializedRowsList()
public List<ByteString> getSerializedRowsList()
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ProtoRows.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProtoRows.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ProtoRows.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions