GapiBigqueryV2Service.TabledataResource
val insertAll :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
projectId:string ->
datasetId:string ->
tableId:string ->
GapiBigqueryV2Model.TableDataInsertAllRequest.t ->
GapiConversation.Session.t ->
GapiBigqueryV2Model.TableDataInsertAllResponse.t * GapiConversation.Session.t
Streams data into BigQuery one record at a time without needing to run a load job. Requires the WRITER dataset role.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?maxResults:int ->
?pageToken:string ->
?startIndex:string ->
projectId:string ->
datasetId:string ->
tableId:string ->
GapiConversation.Session.t ->
GapiBigqueryV2Model.TableDataList.t * GapiConversation.Session.t
Retrieves table data from a specified set of rows. Requires the READER dataset role.