Represents a BigQueryStorage
Inheritance
$protobuf.rpc.Service > protos.google.cloud.bigquery.storage.v1beta1.BigQueryStoragePackage
@google-cloud/bigquery-storage!Constructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new BigQueryStorage service.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
batchCreateReadSessionStreams(request, callback)
public batchCreateReadSessionStreams(request: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest, callback: google.cloud.bigquery.storage.v1beta1.BigQueryStorage.BatchCreateReadSessionStreamsCallback): void;
Calls BatchCreateReadSessionStreams.
Name | Description |
request |
IBatchCreateReadSessionStreamsRequest
BatchCreateReadSessionStreamsRequest message or plain object |
callback |
google.cloud.bigquery.storage.v1beta1.BigQueryStorage.BatchCreateReadSessionStreamsCallback
Node-style callback called with the error, if any, and BatchCreateReadSessionStreamsResponse |
Type | Description |
void |
batchCreateReadSessionStreams(request)
public batchCreateReadSessionStreams(request: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest): Promise<google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse>;
Calls BatchCreateReadSessionStreams.
Name | Description |
request |
IBatchCreateReadSessionStreamsRequest
BatchCreateReadSessionStreamsRequest message or plain object |
Type | Description |
Promise<google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse> | Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): BigQueryStorage;
Creates new BigQueryStorage service using the specified rpc implementation.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Type | Description |
BigQueryStorage | RPC service. Useful where requests and/or responses are streamed. |
createReadSession(request, callback)
public createReadSession(request: google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest, callback: google.cloud.bigquery.storage.v1beta1.BigQueryStorage.CreateReadSessionCallback): void;
Calls CreateReadSession.
Name | Description |
request |
google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest
CreateReadSessionRequest message or plain object |
callback |
google.cloud.bigquery.storage.v1beta1.BigQueryStorage.CreateReadSessionCallback
Node-style callback called with the error, if any, and ReadSession |
Type | Description |
void |
createReadSession(request)
public createReadSession(request: google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest): Promise<google.cloud.bigquery.storage.v1beta1.ReadSession>;
Calls CreateReadSession.
Name | Description |
request |
google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest
CreateReadSessionRequest message or plain object |
Type | Description |
Promise<google.cloud.bigquery.storage.v1beta1.ReadSession> | Promise |
finalizeStream(request, callback)
public finalizeStream(request: google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest, callback: google.cloud.bigquery.storage.v1beta1.BigQueryStorage.FinalizeStreamCallback): void;
Calls FinalizeStream.
Name | Description |
request |
IFinalizeStreamRequest
FinalizeStreamRequest message or plain object |
callback |
google.cloud.bigquery.storage.v1beta1.BigQueryStorage.FinalizeStreamCallback
Node-style callback called with the error, if any, and Empty |
Type | Description |
void |
finalizeStream(request)
public finalizeStream(request: google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest): Promise<google.protobuf.Empty>;
Calls FinalizeStream.
Name | Description |
request |
IFinalizeStreamRequest
FinalizeStreamRequest message or plain object |
Type | Description |
Promise<google.protobuf.Empty> | Promise |
readRows(request, callback)
public readRows(request: google.cloud.bigquery.storage.v1beta1.IReadRowsRequest, callback: google.cloud.bigquery.storage.v1beta1.BigQueryStorage.ReadRowsCallback): void;
Calls ReadRows.
Name | Description |
request |
google.cloud.bigquery.storage.v1beta1.IReadRowsRequest
ReadRowsRequest message or plain object |
callback |
google.cloud.bigquery.storage.v1beta1.BigQueryStorage.ReadRowsCallback
Node-style callback called with the error, if any, and ReadRowsResponse |
Type | Description |
void |
readRows(request)
public readRows(request: google.cloud.bigquery.storage.v1beta1.IReadRowsRequest): Promise<google.cloud.bigquery.storage.v1beta1.ReadRowsResponse>;
Calls ReadRows.
Name | Description |
request |
google.cloud.bigquery.storage.v1beta1.IReadRowsRequest
ReadRowsRequest message or plain object |
Type | Description |
Promise<google.cloud.bigquery.storage.v1beta1.ReadRowsResponse> | Promise |
splitReadStream(request, callback)
public splitReadStream(request: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest, callback: google.cloud.bigquery.storage.v1beta1.BigQueryStorage.SplitReadStreamCallback): void;
Calls SplitReadStream.
Name | Description |
request |
ISplitReadStreamRequest
SplitReadStreamRequest message or plain object |
callback |
google.cloud.bigquery.storage.v1beta1.BigQueryStorage.SplitReadStreamCallback
Node-style callback called with the error, if any, and SplitReadStreamResponse |
Type | Description |
void |
splitReadStream(request)
public splitReadStream(request: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest): Promise<google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse>;
Calls SplitReadStream.
Name | Description |
request |
ISplitReadStreamRequest
SplitReadStreamRequest message or plain object |
Type | Description |
Promise<google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse> | Promise |