Package | Description |
---|---|
com.google.api.services.bigquery |
Modifier and Type | Method and Description |
---|---|
Bigquery.Tabledata.List |
Bigquery.Tabledata.list(String projectId,
String datasetId,
String tableId)
List the content of a table in rows.
|
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.set(String parameterName,
Object value) |
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.set$Xgafv(String $Xgafv) |
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setAccessToken(String accessToken) |
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setAlt(String alt) |
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setCallback(String callback) |
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setDatasetId(String datasetId)
Required.
|
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setFields(String fields) |
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setFormatOptionsTimestampOutputFormat(String formatOptionsTimestampOutputFormat)
Optional.
|
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setFormatOptionsUseInt64Timestamp(Boolean formatOptionsUseInt64Timestamp)
Optional.
|
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setKey(String key) |
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setMaxResults(Long maxResults)
Row limit of the table.
|
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setOauthToken(String oauthToken) |
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setPageToken(String pageToken)
To retrieve the next page of table data, set this field to the string provided in the
pageToken field of the response body from your previous call to tabledata.list.
|
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setPrettyPrint(Boolean prettyPrint) |
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setProjectId(String projectId)
Required.
|
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setQuotaUser(String quotaUser) |
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setSelectedFields(String selectedFields)
Subset of fields to return, supports select into sub fields.
|
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setStartIndex(BigInteger startIndex)
Start row index of the table.
|
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setTableId(String tableId)
Required.
|
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setUploadProtocol(String uploadProtocol) |
Bigquery.Tabledata.List |
Bigquery.Tabledata.List.setUploadType(String uploadType) |
Copyright © 2011–2025 Google. All rights reserved.