public static class BigQueryWrite
Reference documentation and code samples for the Google BigQuery Storage v1 API class BigQueryWrite.
BigQuery Write API.
The Write API can be used to write data to BigQuery.
For supplementary information about the Write API, see: https://cloud.google.com/bigquery/docs/write-api
Namespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Methods
BindService(BigQueryWriteBase)
public static ServerServiceDefinition BindService(BigQueryWrite.BigQueryWriteBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | BigQueryWriteBigQueryWriteBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, BigQueryWriteBase)
public static void BindService(ServiceBinderBase serviceBinder, BigQueryWrite.BigQueryWriteBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
Parameters | |
---|---|
Name | Description |
serviceBinder | ServiceBinderBase Service methods will be bound by calling |
serviceImpl | BigQueryWriteBigQueryWriteBase An object implementing the server-side handling logic. |