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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtoRowsgetRows()Serialized row data in protobuf message format.ProtoRowsOrBuildergetRowsOrBuilder()Serialized row data in protobuf message format.ProtoSchemagetWriterSchema()Proto schema used to serialize the data.ProtoSchemaOrBuildergetWriterSchemaOrBuilder()Proto schema used to serialize the data.booleanhasRows()Serialized row data in protobuf message format.booleanhasWriterSchema()Proto schema used to serialize the data.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-