Google BigQuery Storage v1 API - Class BigQueryWrite (3.7.0)

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

Inheritance

object > BigQueryWrite

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

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
NameDescription
serviceImplBigQueryWriteBigQueryWriteBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplBigQueryWriteBigQueryWriteBase

An object implementing the server-side handling logic.