Interface AppendRowsRequest.ProtoDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppendRowsRequest.ProtoData,AppendRowsRequest.ProtoData.Builder
- Enclosing class:
- AppendRowsRequest
public static interface AppendRowsRequest.ProtoDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRows()Serialized row data in protobuf message format.Serialized row data in protobuf message format.Proto schema used to serialize the data.Proto schema used to serialize the data.booleanhasRows()Serialized row data in protobuf message format.booleanProto schema used to serialize the data.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasWriterSchema
boolean hasWriterSchema()Proto schema used to serialize the data.
.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;- Returns:
- Whether the writerSchema field is set.
-
getWriterSchema
ProtoSchema getWriterSchema()Proto schema used to serialize the data.
.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;- Returns:
- The writerSchema.
-
getWriterSchemaOrBuilder
ProtoSchemaOrBuilder getWriterSchemaOrBuilder()Proto schema used to serialize the data.
.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1; -
hasRows
boolean hasRows()Serialized row data in protobuf message format.
.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;- Returns:
- Whether the rows field is set.
-
getRows
ProtoRows getRows()Serialized row data in protobuf message format.
.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;- Returns:
- The rows.
-
getRowsOrBuilder
ProtoRowsOrBuilder getRowsOrBuilder()Serialized row data in protobuf message format.
.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;
-