target.apidocs.com.google.api.services.bigquery.Bigquery.Tabledata.html Maven / Gradle / Ivy
Bigquery.Tabledata (BigQuery API v2-rev20240727-2.0.0)
com.google.api.services.bigquery
Class Bigquery.Tabledata
- java.lang.Object
-
- com.google.api.services.bigquery.Bigquery.Tabledata
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Bigquery.Tabledata.InsertAll
class
Bigquery.Tabledata.List
-
Constructor Summary
Constructors
Constructor and Description
Tabledata()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Bigquery.Tabledata.InsertAll
insertAll(String projectId,
String datasetId,
String tableId,
TableDataInsertAllRequest content)
Streams data into BigQuery one record at a time without needing to run a load job.
Bigquery.Tabledata.List
list(String projectId,
String datasetId,
String tableId)
List the content of a table in rows.
-
-
Method Detail
-
insertAll
public Bigquery.Tabledata.InsertAll insertAll(String projectId,
String datasetId,
String tableId,
TableDataInsertAllRequest content)
throws IOException
Streams data into BigQuery one record at a time without needing to run a load job.
Create a request for the method "tabledata.insertAll".
This request holds the parameters needed by the bigquery server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
projectId
- Required. Project ID of the destination.
datasetId
- Required. Dataset ID of the destination.
tableId
- Required. Table ID of the destination.
content
- the TableDataInsertAllRequest
- Returns:
- the request
- Throws:
IOException
-
list
public Bigquery.Tabledata.List list(String projectId,
String datasetId,
String tableId)
throws IOException
List the content of a table in rows.
Create a request for the method "tabledata.list".
This request holds the parameters needed by the bigquery server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
projectId
- Required. Project id of the table to list.
datasetId
- Required. Dataset id of the table to list.
tableId
- Required. Table id of the table to list.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.