Uses of Class
com.google.cloud.bigquery.storage.v1.JsonStreamWriter.Builder
Packages that use JsonStreamWriter.Builder
-
Uses of JsonStreamWriter.Builder in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return JsonStreamWriter.BuilderModifier and TypeMethodDescriptionstatic JsonStreamWriter.BuilderJsonStreamWriter.newBuilder(String streamOrTableName, BigQueryWriteClient client) newBuilder that constructs a JsonStreamWriter builder with TableSchema being initialized by StreamWriter by default.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.JsonStreamWriter.Builder.setChannelProvider(com.google.api.gax.rpc.TransportChannelProvider channelProvider) Setter for the underlying StreamWriter's TransportChannelProvider.JsonStreamWriter.Builder.setCompressorName(String compressorName) Sets the compression to use for the calls.JsonStreamWriter.Builder.setCredentialsProvider(com.google.api.gax.core.CredentialsProvider credentialsProvider) Setter for the underlying StreamWriter's CredentialsProvider.JsonStreamWriter.Builder.setDefaultMissingValueInterpretation(AppendRowsRequest.MissingValueInterpretation defaultMissingValueInterpretation) Sets the default missing value interpretation value if the column is not presented in the missing_value_interpretations map.JsonStreamWriter.Builder.setEnableConnectionPool(boolean enableConnectionPool) Enable multiplexing for this writer.JsonStreamWriter.Builder.setEndpoint(String endpoint) Setter for the underlying StreamWriter's Endpoint.JsonStreamWriter.Builder.setExecutorProvider(com.google.api.gax.core.ExecutorProvider executorProvider) Setter for the underlying StreamWriter's ExecutorProvider.JsonStreamWriter.Builder.setFlowControlSettings(com.google.api.gax.batching.FlowControlSettings flowControlSettings) Setter for the underlying StreamWriter's FlowControlSettings.JsonStreamWriter.Builder.setIgnoreUnknownFields(boolean ignoreUnknownFields) Setter for a ignoreUnkownFields, if true, unknown Json fields to BigQuery will be ignored instead of error out.JsonStreamWriter.Builder.setLocation(String location) Location of the table this stream writer is targeting.JsonStreamWriter.Builder.setReconnectAfter10M(boolean reconnectAfter10M) This parameter is not used.JsonStreamWriter.Builder.setRetrySettings(com.google.api.gax.retrying.RetrySettings retrySettings) Enable client lib automatic retries on request level errors.JsonStreamWriter.Builder.setTraceId(String traceId) Setter for a traceId to help identify traffic origin.