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) |
|
static com.google.protobuf.DynamicMessage |
JsonToProtoMessage.convertJsonToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema,
TableSchema tableSchema,
org.json.JSONObject json,
boolean ignoreUnknownFields) |
|
List<com.google.protobuf.DynamicMessage> |
JsonToProtoMessage.convertToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema,
TableSchema tableSchema,
Iterable<Object> jsonArray,
boolean ignoreUnknownFields) |
Converts Json array to list of Protobuf
|
com.google.protobuf.DynamicMessage |
JsonToProtoMessage.convertToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema,
TableSchema tableSchema,
Object json,
boolean ignoreUnknownFields) |
Converts input message to Protobuf.
|
List<com.google.protobuf.DynamicMessage> |
JsonToProtoMessage.convertToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema,
TableSchema tableSchema,
org.json.JSONArray jsonArray,
boolean ignoreUnknownFields) |
Converts Json array to list of protocol buffer messages given the protocol buffer descriptor.
|
com.google.protobuf.DynamicMessage |
JsonToProtoMessage.convertToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema,
TableSchema tableSchema,
org.json.JSONObject json) |
Converts Json data to protocol buffer messages given the protocol buffer descriptor.
|
com.google.protobuf.DynamicMessage |
JsonToProtoMessage.convertToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema,
TableSchema tableSchema,
org.json.JSONObject json,
boolean ignoreUnknownFields) |
Converts Json data to protocol buffer messages given the protocol buffer descriptor.
|
List<com.google.protobuf.DynamicMessage> |
ToProtoConverter.convertToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema,
TableSchema tableSchema,
Iterable<T> inputObject,
boolean ignoreUnknownFields) |
|
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 <T> SchemaAwareStreamWriter.Builder<T> |
SchemaAwareStreamWriter.newBuilder(String streamOrTableName,
TableSchema tableSchema,
BigQueryWriteClient client,
ToProtoConverter<T> toProtoConverter) |
newBuilder that constructs a SchemaAwareStreamWriter builder.
|
static <T> SchemaAwareStreamWriter.Builder<T> |
SchemaAwareStreamWriter.newBuilder(String streamOrTableName,
TableSchema tableSchema,
ToProtoConverter<T> toProtoConverter) |
newBuilder that constructs a SchemaAwareStreamWriter builder with BigQuery client being
initialized by StreamWriter by default.
|
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.
|