GapiBigqueryV2Service.DatasetsResource
val delete :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?deleteContents:bool ->
projectId:string ->
datasetId:string ->
GapiConversation.Session.t ->
unit * GapiConversation.Session.t
Deletes the dataset specified by the datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name.
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
projectId:string ->
datasetId:string ->
GapiConversation.Session.t ->
GapiBigqueryV2Model.Dataset.t * GapiConversation.Session.t
Returns the dataset specified by datasetID.
val insert :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
projectId:string ->
GapiBigqueryV2Model.Dataset.t ->
GapiConversation.Session.t ->
GapiBigqueryV2Model.Dataset.t * GapiConversation.Session.t
Creates a new empty dataset.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?all:bool ->
?maxResults:int ->
?pageToken:string ->
projectId:string ->
GapiConversation.Session.t ->
GapiBigqueryV2Model.DatasetList.t * GapiConversation.Session.t
Lists all datasets in the specified project to which you have been granted the READER dataset role.
val patch :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
projectId:string ->
datasetId:string ->
GapiBigqueryV2Model.Dataset.t ->
GapiConversation.Session.t ->
GapiBigqueryV2Model.Dataset.t * GapiConversation.Session.t
Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource. This method supports patch semantics.
val update :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
projectId:string ->
datasetId:string ->
GapiBigqueryV2Model.Dataset.t ->
GapiConversation.Session.t ->
GapiBigqueryV2Model.Dataset.t * GapiConversation.Session.t
Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource.