Uses of Class
com.google.cloud.bigquery.storage.v1.ProtoSchema
-
Packages that use ProtoSchema Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of ProtoSchema in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ProtoSchema Modifier and Type Method Description ProtoSchema
ProtoSchema.Builder. build()
ProtoSchema
ProtoSchema.Builder. buildPartial()
static ProtoSchema
ProtoSchemaConverter. convert(com.google.protobuf.Descriptors.Descriptor descriptor)
static ProtoSchema
ProtoSchema. getDefaultInstance()
ProtoSchema
ProtoSchema.Builder. getDefaultInstanceForType()
ProtoSchema
ProtoSchema. getDefaultInstanceForType()
ProtoSchema
StreamWriter. getProtoSchema()
ProtoSchema
AppendRowsRequest.ProtoData.Builder. getWriterSchema()
The protocol buffer schema used to serialize the data.ProtoSchema
AppendRowsRequest.ProtoData. getWriterSchema()
The protocol buffer schema used to serialize the data.ProtoSchema
AppendRowsRequest.ProtoDataOrBuilder. getWriterSchema()
The protocol buffer schema used to serialize the data.static ProtoSchema
ProtoSchema. parseDelimitedFrom(InputStream input)
static ProtoSchema
ProtoSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtoSchema
ProtoSchema. parseFrom(byte[] data)
static ProtoSchema
ProtoSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtoSchema
ProtoSchema. parseFrom(com.google.protobuf.ByteString data)
static ProtoSchema
ProtoSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtoSchema
ProtoSchema. parseFrom(com.google.protobuf.CodedInputStream input)
static ProtoSchema
ProtoSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtoSchema
ProtoSchema. parseFrom(InputStream input)
static ProtoSchema
ProtoSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtoSchema
ProtoSchema. parseFrom(ByteBuffer data)
static ProtoSchema
ProtoSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type ProtoSchema Modifier and Type Method Description com.google.protobuf.Parser<ProtoSchema>
ProtoSchema. getParserForType()
static com.google.protobuf.Parser<ProtoSchema>
ProtoSchema. parser()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type ProtoSchema Modifier and Type Method Description ProtoSchema.Builder
ProtoSchema.Builder. mergeFrom(ProtoSchema other)
AppendRowsRequest.ProtoData.Builder
AppendRowsRequest.ProtoData.Builder. mergeWriterSchema(ProtoSchema value)
The protocol buffer schema used to serialize the data.static ProtoSchema.Builder
ProtoSchema. newBuilder(ProtoSchema prototype)
AppendRowsRequest.ProtoData.Builder
AppendRowsRequest.ProtoData.Builder. setWriterSchema(ProtoSchema value)
The protocol buffer schema used to serialize the data.StreamWriter.Builder
StreamWriter.Builder. setWriterSchema(ProtoSchema writerSchema)
Sets the proto schema of the rows.
-