Uses of Class
com.google.cloud.bigquery.storage.v1beta2.StreamWriterV2.Builder
Packages that use StreamWriterV2.Builder
-
Uses of StreamWriterV2.Builder in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return StreamWriterV2.BuilderModifier and TypeMethodDescriptionstatic StreamWriterV2.BuilderStreamWriterV2.newBuilder(String streamName) Deprecated.Constructs a newStreamWriterV2.Builderusing the given stream.static StreamWriterV2.BuilderStreamWriterV2.newBuilder(String streamName, BigQueryWriteClient client) Deprecated.Constructs a newStreamWriterV2.Builderusing the given stream and client.StreamWriterV2.Builder.setChannelProvider(com.google.api.gax.rpc.TransportChannelProvider channelProvider) ChannelProviderto use to create Channels, which must point at Cloud BigQuery Storage API endpoint.StreamWriterV2.Builder.setCredentialsProvider(com.google.api.gax.core.CredentialsProvider credentialsProvider) CredentialsProviderto use to create Credentials to authenticate calls.StreamWriterV2.Builder.setEndpoint(String endpoint) Gives the ability to override the gRPC endpoint.StreamWriterV2.Builder.setMaxInflightBytes(long value) StreamWriterV2.Builder.setMaxInflightRequests(long value) StreamWriterV2.Builder.setTraceId(String traceId) Sets traceId for debuging purpose.StreamWriterV2.Builder.setWriterSchema(ProtoSchema writerSchema) Sets the proto schema of the rows.