Uses of Class
com.google.cloud.bigquery.storage.v1beta2.TableSchema
-
Packages that use TableSchema Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of TableSchema in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return TableSchema Modifier and Type Method Description TableSchema
TableSchema.Builder. build()
TableSchema
TableSchema.Builder. buildPartial()
static TableSchema
TableSchema. getDefaultInstance()
TableSchema
TableSchema.Builder. getDefaultInstanceForType()
TableSchema
TableSchema. getDefaultInstanceForType()
TableSchema
WriteStream.Builder. getTableSchema()
Output only.TableSchema
WriteStream. getTableSchema()
Output only.TableSchema
WriteStreamOrBuilder. getTableSchema()
Output only.TableSchema
AppendRowsResponse.Builder. getUpdatedSchema()
If backend detects a schema update, pass it to user so that user can use it to input new type of message.TableSchema
AppendRowsResponse. getUpdatedSchema()
If backend detects a schema update, pass it to user so that user can use it to input new type of message.TableSchema
AppendRowsResponseOrBuilder. getUpdatedSchema()
If backend detects a schema update, pass it to user so that user can use it to input new type of message.static TableSchema
TableSchema. parseDelimitedFrom(InputStream input)
static TableSchema
TableSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSchema
TableSchema. parseFrom(byte[] data)
static TableSchema
TableSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSchema
TableSchema. parseFrom(com.google.protobuf.ByteString data)
static TableSchema
TableSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSchema
TableSchema. parseFrom(com.google.protobuf.CodedInputStream input)
static TableSchema
TableSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSchema
TableSchema. parseFrom(InputStream input)
static TableSchema
TableSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableSchema
TableSchema. parseFrom(ByteBuffer data)
static TableSchema
TableSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type TableSchema Modifier and Type Method Description com.google.protobuf.Parser<TableSchema>
TableSchema. getParserForType()
static com.google.protobuf.Parser<TableSchema>
TableSchema. parser()
Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type TableSchema Modifier and Type Method Description static com.google.protobuf.Descriptors.Descriptor
BQTableSchemaToProtoDescriptor. convertBQTableSchemaToProtoDescriptor(TableSchema BQTableSchema)
Converts TableFieldSchema to a Descriptors.Descriptor object.static com.google.protobuf.DynamicMessage
JsonToProtoMessage. convertJsonToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema, TableSchema tableSchema, org.json.JSONObject json)
Converts Json data to protocol buffer messages given the protocol buffer descriptor.TableSchema.Builder
TableSchema.Builder. mergeFrom(TableSchema other)
WriteStream.Builder
WriteStream.Builder. mergeTableSchema(TableSchema value)
Output only.AppendRowsResponse.Builder
AppendRowsResponse.Builder. mergeUpdatedSchema(TableSchema value)
If backend detects a schema update, pass it to user so that user can use it to input new type of message.static JsonStreamWriter.Builder
JsonStreamWriter. newBuilder(String streamOrTableName, TableSchema tableSchema)
newBuilder that constructs a JsonStreamWriter builder with BigQuery client being initialized by StreamWriter by default.static JsonStreamWriter.Builder
JsonStreamWriter. newBuilder(String streamOrTableName, TableSchema tableSchema, BigQueryWriteClient client)
newBuilder that constructs a JsonStreamWriter builder.static TableSchema.Builder
TableSchema. newBuilder(TableSchema prototype)
WriteStream.Builder
WriteStream.Builder. setTableSchema(TableSchema value)
Output only.AppendRowsResponse.Builder
AppendRowsResponse.Builder. setUpdatedSchema(TableSchema value)
If backend detects a schema update, pass it to user so that user can use it to input new type of message.
-