public static final class AppendRowsRequest.ProtoData extends GeneratedMessageV3 implements AppendRowsRequest.ProtoDataOrBuilder
Proto schema and data.
Protobuf type google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AppendRowsRequest.ProtoDataImplements
AppendRowsRequest.ProtoDataOrBuilderStatic Fields
ROWS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
Type | Description |
int |
WRITER_SCHEMA_FIELD_NUMBER
public static final int WRITER_SCHEMA_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static AppendRowsRequest.ProtoData getDefaultInstance()
Type | Description |
AppendRowsRequest.ProtoData |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static AppendRowsRequest.ProtoData.Builder newBuilder()
Type | Description |
AppendRowsRequest.ProtoData.Builder |
newBuilder(AppendRowsRequest.ProtoData prototype)
public static AppendRowsRequest.ProtoData.Builder newBuilder(AppendRowsRequest.ProtoData prototype)
Name | Description |
prototype | AppendRowsRequest.ProtoData |
Type | Description |
AppendRowsRequest.ProtoData.Builder |
parseDelimitedFrom(InputStream input)
public static AppendRowsRequest.ProtoData parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AppendRowsRequest.ProtoData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
IOException |
parseFrom(byte[] data)
public static AppendRowsRequest.ProtoData parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AppendRowsRequest.ProtoData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static AppendRowsRequest.ProtoData parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AppendRowsRequest.ProtoData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static AppendRowsRequest.ProtoData parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AppendRowsRequest.ProtoData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
IOException |
parseFrom(InputStream input)
public static AppendRowsRequest.ProtoData parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AppendRowsRequest.ProtoData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static AppendRowsRequest.ProtoData parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AppendRowsRequest.ProtoData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AppendRowsRequest.ProtoData |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<AppendRowsRequest.ProtoData> parser()
Type | Description |
Parser<ProtoData> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public AppendRowsRequest.ProtoData getDefaultInstanceForType()
Type | Description |
AppendRowsRequest.ProtoData |
getParserForType()
public Parser<AppendRowsRequest.ProtoData> getParserForType()
Type | Description |
Parser<ProtoData> |
getRows()
public ProtoRows getRows()
Serialized row data in protobuf message format.
.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;
Type | Description |
ProtoRows | The rows. |
getRowsOrBuilder()
public ProtoRowsOrBuilder getRowsOrBuilder()
Serialized row data in protobuf message format.
.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;
Type | Description |
ProtoRowsOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getWriterSchema()
public ProtoSchema getWriterSchema()
Proto schema used to serialize the data.
.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;
Type | Description |
ProtoSchema | The writerSchema. |
getWriterSchemaOrBuilder()
public ProtoSchemaOrBuilder getWriterSchemaOrBuilder()
Proto schema used to serialize the data.
.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;
Type | Description |
ProtoSchemaOrBuilder |
hasRows()
public boolean hasRows()
Serialized row data in protobuf message format.
.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;
Type | Description |
boolean | Whether the rows field is set. |
hasWriterSchema()
public boolean hasWriterSchema()
Proto schema used to serialize the data.
.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;
Type | Description |
boolean | Whether the writerSchema field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public AppendRowsRequest.ProtoData.Builder newBuilderForType()
Type | Description |
AppendRowsRequest.ProtoData.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AppendRowsRequest.ProtoData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
AppendRowsRequest.ProtoData.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public AppendRowsRequest.ProtoData.Builder toBuilder()
Type | Description |
AppendRowsRequest.ProtoData.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |