public static 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(BigQueryWrite.BigQueryWriteBase)
public static ServerServiceDefinition BindService(BigQueryWrite.BigQueryWriteBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | BigQueryWrite.BigQueryWriteBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, BigQueryWrite.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 | BigQueryWrite.BigQueryWriteBase An object implementing the server-side handling logic. |