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 TableSchemaTableSchema.Builder. build()TableSchemaTableSchema.Builder. buildPartial()static TableSchemaTableSchema. getDefaultInstance()TableSchemaTableSchema.Builder. getDefaultInstanceForType()TableSchemaTableSchema. getDefaultInstanceForType()TableSchemaWriteStream.Builder. getTableSchema()Output only.TableSchemaWriteStream. getTableSchema()Output only.TableSchemaWriteStreamOrBuilder. getTableSchema()Output only.TableSchemaAppendRowsResponse.Builder. getUpdatedSchema()If backend detects a schema update, pass it to user so that user can use it to input new type of message.TableSchemaAppendRowsResponse. getUpdatedSchema()If backend detects a schema update, pass it to user so that user can use it to input new type of message.TableSchemaAppendRowsResponseOrBuilder. getUpdatedSchema()If backend detects a schema update, pass it to user so that user can use it to input new type of message.static TableSchemaTableSchema. parseDelimitedFrom(InputStream input)static TableSchemaTableSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableSchemaTableSchema. parseFrom(byte[] data)static TableSchemaTableSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableSchemaTableSchema. parseFrom(com.google.protobuf.ByteString data)static TableSchemaTableSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableSchemaTableSchema. parseFrom(com.google.protobuf.CodedInputStream input)static TableSchemaTableSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableSchemaTableSchema. parseFrom(InputStream input)static TableSchemaTableSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableSchemaTableSchema. parseFrom(ByteBuffer data)static TableSchemaTableSchema. 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.DescriptorBQTableSchemaToProtoDescriptor. convertBQTableSchemaToProtoDescriptor(TableSchema BQTableSchema)Converts TableFieldSchema to a Descriptors.Descriptor object.static com.google.protobuf.DynamicMessageJsonToProtoMessage. 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.BuilderTableSchema.Builder. mergeFrom(TableSchema other)WriteStream.BuilderWriteStream.Builder. mergeTableSchema(TableSchema value)Output only.AppendRowsResponse.BuilderAppendRowsResponse.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.BuilderJsonStreamWriter. newBuilder(String streamOrTableName, TableSchema tableSchema)newBuilder that constructs a JsonStreamWriter builder with BigQuery client being initialized by StreamWriter by default.static JsonStreamWriter.BuilderJsonStreamWriter. newBuilder(String streamOrTableName, TableSchema tableSchema, BigQueryWriteClient client)newBuilder that constructs a JsonStreamWriter builder.static TableSchema.BuilderTableSchema. newBuilder(TableSchema prototype)WriteStream.BuilderWriteStream.Builder. setTableSchema(TableSchema value)Output only.AppendRowsResponse.BuilderAppendRowsResponse.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.
-