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 ProtoSchemaProtoSchema.Builder. build()ProtoSchemaProtoSchema.Builder. buildPartial()static ProtoSchemaProtoSchemaConverter. convert(com.google.protobuf.Descriptors.Descriptor descriptor)static ProtoSchemaProtoSchema. getDefaultInstance()ProtoSchemaProtoSchema.Builder. getDefaultInstanceForType()ProtoSchemaProtoSchema. getDefaultInstanceForType()ProtoSchemaStreamWriter. getProtoSchema()ProtoSchemaAppendRowsRequest.ProtoData.Builder. getWriterSchema()The protocol buffer schema used to serialize the data.ProtoSchemaAppendRowsRequest.ProtoData. getWriterSchema()The protocol buffer schema used to serialize the data.ProtoSchemaAppendRowsRequest.ProtoDataOrBuilder. getWriterSchema()The protocol buffer schema used to serialize the data.static ProtoSchemaProtoSchema. parseDelimitedFrom(InputStream input)static ProtoSchemaProtoSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtoSchemaProtoSchema. parseFrom(byte[] data)static ProtoSchemaProtoSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtoSchemaProtoSchema. parseFrom(com.google.protobuf.ByteString data)static ProtoSchemaProtoSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtoSchemaProtoSchema. parseFrom(com.google.protobuf.CodedInputStream input)static ProtoSchemaProtoSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtoSchemaProtoSchema. parseFrom(InputStream input)static ProtoSchemaProtoSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtoSchemaProtoSchema. parseFrom(ByteBuffer data)static ProtoSchemaProtoSchema. 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.BuilderProtoSchema.Builder. mergeFrom(ProtoSchema other)AppendRowsRequest.ProtoData.BuilderAppendRowsRequest.ProtoData.Builder. mergeWriterSchema(ProtoSchema value)The protocol buffer schema used to serialize the data.static ProtoSchema.BuilderProtoSchema. newBuilder(ProtoSchema prototype)AppendRowsRequest.ProtoData.BuilderAppendRowsRequest.ProtoData.Builder. setWriterSchema(ProtoSchema value)The protocol buffer schema used to serialize the data.StreamWriter.BuilderStreamWriter.Builder. setWriterSchema(ProtoSchema writerSchema)Sets the proto schema of the rows.
-