Google BigQuery Storage v1 API - Class BigQueryRead (3.14.0)

public static class BigQueryRead

Reference documentation and code samples for the Google BigQuery Storage v1 API class BigQueryRead.

BigQuery Read API.

The Read API can be used to read data from BigQuery.

Inheritance

object > BigQueryRead

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Methods

BindService(BigQueryReadBase)

public static ServerServiceDefinition BindService(BigQueryRead.BigQueryReadBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplBigQueryReadBigQueryReadBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, BigQueryReadBase)

public static void BindService(ServiceBinderBase serviceBinder, BigQueryRead.BigQueryReadBase 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.

serviceImplBigQueryReadBigQueryReadBase

An object implementing the server-side handling logic.