Package | Description |
---|---|
com.google.api.services.bigquery | |
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
Bigquery.Tables.Insert |
Bigquery.Tables.insert(String projectId,
String datasetId,
Table content)
Creates a new, empty table in the dataset.
|
Bigquery.Tables.Patch |
Bigquery.Tables.patch(String projectId,
String datasetId,
String tableId,
Table content)
Updates information in an existing table.
|
Bigquery.Tables.Update |
Bigquery.Tables.update(String projectId,
String datasetId,
String tableId,
Table content)
Updates information in an existing table.
|
Constructor and Description |
---|
Insert(String projectId,
String datasetId,
Table content)
Creates a new, empty table in the dataset.
|
Patch(String projectId,
String datasetId,
String tableId,
Table content)
Updates information in an existing table.
|
Update(String projectId,
String datasetId,
String tableId,
Table content)
Updates information in an existing table.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.clone() |
Table |
Table.set(String fieldName,
Object value) |
Table |
Table.setClustering(Clustering clustering)
[Beta] Clustering specification for the table.
|
Table |
Table.setCreationTime(Long creationTime)
[Output-only] The time when this table was created, in milliseconds since the epoch.
|
Table |
Table.setDescription(String description)
[Optional] A user-friendly description of this table.
|
Table |
Table.setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
Custom encryption configuration (e.g., Cloud KMS keys).
|
Table |
Table.setEtag(String etag)
[Output-only] A hash of the table metadata.
|
Table |
Table.setExpirationTime(Long expirationTime)
[Optional] The time when this table expires, in milliseconds since the epoch.
|
Table |
Table.setExternalDataConfiguration(ExternalDataConfiguration externalDataConfiguration)
[Optional] Describes the data format, location, and other properties of a table stored outside
of BigQuery.
|
Table |
Table.setFriendlyName(String friendlyName)
[Optional] A descriptive name for this table.
|
Table |
Table.setId(String id)
[Output-only] An opaque ID uniquely identifying the table.
|
Table |
Table.setKind(String kind)
[Output-only] The type of the resource.
|
Table |
Table.setLabels(Map<String,String> labels)
The labels associated with this table.
|
Table |
Table.setLastModifiedTime(BigInteger lastModifiedTime)
[Output-only] The time when this table was last modified, in milliseconds since the epoch.
|
Table |
Table.setLocation(String location)
[Output-only] The geographic location where the table resides.
|
Table |
Table.setMaterializedView(MaterializedViewDefinition materializedView)
[Optional] Materialized view definition.
|
Table |
Table.setModel(ModelDefinition model)
[Output-only, Beta] Present iff this table represents a ML model.
|
Table |
Table.setNumBytes(Long numBytes)
[Output-only] The size of this table in bytes, excluding any data in the streaming buffer.
|
Table |
Table.setNumLongTermBytes(Long numLongTermBytes)
[Output-only] The number of bytes in the table that are considered "long-term storage".
|
Table |
Table.setNumPhysicalBytes(Long numPhysicalBytes)
[Output-only] [TrustedTester] The physical size of this table in bytes, excluding any data in
the streaming buffer.
|
Table |
Table.setNumRows(BigInteger numRows)
[Output-only] The number of rows of data in this table, excluding any data in the streaming
buffer.
|
Table |
Table.setRangePartitioning(RangePartitioning rangePartitioning)
[TrustedTester] Range partitioning specification for this table.
|
Table |
Table.setRequirePartitionFilter(Boolean requirePartitionFilter)
[Optional] If set to true, queries over this table require a partition filter that can be used
for partition elimination to be specified.
|
Table |
Table.setSchema(TableSchema schema)
[Optional] Describes the schema of this table.
|
Table |
Table.setSelfLink(String selfLink)
[Output-only] A URL that can be used to access this resource again.
|
Table |
Table.setSnapshotDefinition(SnapshotDefinition snapshotDefinition)
[Output-only] Snapshot definition.
|
Table |
Table.setStreamingBuffer(Streamingbuffer streamingBuffer)
[Output-only] Contains information regarding this table's streaming buffer, if one is present.
|
Table |
Table.setTableReference(TableReference tableReference)
[Required] Reference describing the ID of this table.
|
Table |
Table.setTimePartitioning(TimePartitioning timePartitioning)
Time-based partitioning specification for this table.
|
Table |
Table.setType(String type)
[Output-only] Describes the table type.
|
Table |
Table.setView(ViewDefinition view)
[Optional] The view definition.
|
Copyright © 2011–2020 Google. All rights reserved.