public static interface AppendRowsRequest.ProtoDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRows()
public abstract ProtoRows getRows()
Serialized row data in protobuf message format. Currently, the backend expects the serialized rows to adhere to proto2 semantics when appending rows, particularly with respect to how default values are encoded.
.google.cloud.bigquery.storage.v1.ProtoRows rows = 2;
Returns | |
---|---|
Type | Description |
ProtoRows | The rows. |
getRowsOrBuilder()
public abstract ProtoRowsOrBuilder getRowsOrBuilder()
Serialized row data in protobuf message format. Currently, the backend expects the serialized rows to adhere to proto2 semantics when appending rows, particularly with respect to how default values are encoded.
.google.cloud.bigquery.storage.v1.ProtoRows rows = 2;
Returns | |
---|---|
Type | Description |
ProtoRowsOrBuilder |
getWriterSchema()
public abstract ProtoSchema getWriterSchema()
Proto schema used to serialize the data. This value only needs to be provided as part of the first request on a gRPC network connection, and will be ignored for subsequent requests on the connection.
.google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;
Returns | |
---|---|
Type | Description |
ProtoSchema | The writerSchema. |
getWriterSchemaOrBuilder()
public abstract ProtoSchemaOrBuilder getWriterSchemaOrBuilder()
Proto schema used to serialize the data. This value only needs to be provided as part of the first request on a gRPC network connection, and will be ignored for subsequent requests on the connection.
.google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;
Returns | |
---|---|
Type | Description |
ProtoSchemaOrBuilder |
hasRows()
public abstract boolean hasRows()
Serialized row data in protobuf message format. Currently, the backend expects the serialized rows to adhere to proto2 semantics when appending rows, particularly with respect to how default values are encoded.
.google.cloud.bigquery.storage.v1.ProtoRows rows = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the rows field is set. |
hasWriterSchema()
public abstract boolean hasWriterSchema()
Proto schema used to serialize the data. This value only needs to be provided as part of the first request on a gRPC network connection, and will be ignored for subsequent requests on the connection.
.google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the writerSchema field is set. |