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.setBiglakeConfiguration(BigLakeConfiguration biglakeConfiguration)
Optional.
|
Table |
Table.setCloneDefinition(CloneDefinition cloneDefinition)
Output only.
|
Table |
Table.setClustering(Clustering clustering)
Clustering specification for the table.
|
Table |
Table.setCreationTime(Long creationTime)
Output only.
|
Table |
Table.setDefaultCollation(String defaultCollation)
Optional.
|
Table |
Table.setDefaultRoundingMode(String defaultRoundingMode)
Optional.
|
Table |
Table.setDescription(String description)
Optional.
|
Table |
Table.setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
Custom encryption configuration (e.g., Cloud KMS keys).
|
Table |
Table.setEtag(String etag)
Output only.
|
Table |
Table.setExpirationTime(Long expirationTime)
Optional.
|
Table |
Table.setExternalCatalogTableOptions(ExternalCatalogTableOptions externalCatalogTableOptions)
Optional.
|
Table |
Table.setExternalDataConfiguration(ExternalDataConfiguration externalDataConfiguration)
Optional.
|
Table |
Table.setFriendlyName(String friendlyName)
Optional.
|
Table |
Table.setId(String id)
Output only.
|
Table |
Table.setKind(String kind)
The type of resource ID.
|
Table |
Table.setLabels(Map<String,String> labels)
The labels associated with this table.
|
Table |
Table.setLastModifiedTime(BigInteger lastModifiedTime)
Output only.
|
Table |
Table.setLocation(String location)
Output only.
|
Table |
Table.setManagedTableType(String managedTableType)
Optional.
|
Table |
Table.setMaterializedView(MaterializedViewDefinition materializedView)
Optional.
|
Table |
Table.setMaterializedViewStatus(MaterializedViewStatus materializedViewStatus)
Output only.
|
Table |
Table.setMaxStaleness(String maxStaleness)
Optional.
|
Table |
Table.setModel(ModelDefinition model)
Deprecated.
|
Table |
Table.setNumActiveLogicalBytes(Long numActiveLogicalBytes)
Output only.
|
Table |
Table.setNumActivePhysicalBytes(Long numActivePhysicalBytes)
Output only.
|
Table |
Table.setNumBytes(Long numBytes)
Output only.
|
Table |
Table.setNumCurrentPhysicalBytes(Long numCurrentPhysicalBytes)
Output only.
|
Table |
Table.setNumLongTermBytes(Long numLongTermBytes)
Output only.
|
Table |
Table.setNumLongTermLogicalBytes(Long numLongTermLogicalBytes)
Output only.
|
Table |
Table.setNumLongTermPhysicalBytes(Long numLongTermPhysicalBytes)
Output only.
|
Table |
Table.setNumPartitions(Long numPartitions)
Output only.
|
Table |
Table.setNumPhysicalBytes(Long numPhysicalBytes)
Output only.
|
Table |
Table.setNumRows(BigInteger numRows)
Output only.
|
Table |
Table.setNumTimeTravelPhysicalBytes(Long numTimeTravelPhysicalBytes)
Output only.
|
Table |
Table.setNumTotalLogicalBytes(Long numTotalLogicalBytes)
Output only.
|
Table |
Table.setNumTotalPhysicalBytes(Long numTotalPhysicalBytes)
Output only.
|
Table |
Table.setPartitionDefinition(PartitioningDefinition partitionDefinition)
Optional.
|
Table |
Table.setRangePartitioning(RangePartitioning rangePartitioning)
If specified, configures range partitioning for this table.
|
Table |
Table.setReplicas(List<TableReference> replicas)
Optional.
|
Table |
Table.setRequirePartitionFilter(Boolean requirePartitionFilter)
Optional.
|
Table |
Table.setResourceTags(Map<String,String> resourceTags)
[Optional] The tags associated with this table.
|
Table |
Table.setRestrictions(RestrictionConfig restrictions)
Optional.
|
Table |
Table.setSchema(TableSchema schema)
Optional.
|
Table |
Table.setSelfLink(String selfLink)
Output only.
|
Table |
Table.setSnapshotDefinition(SnapshotDefinition snapshotDefinition)
Output only.
|
Table |
Table.setStreamingBuffer(Streamingbuffer streamingBuffer)
Output only.
|
Table |
Table.setTableConstraints(TableConstraints tableConstraints)
Optional.
|
Table |
Table.setTableReference(TableReference tableReference)
Required.
|
Table |
Table.setTableReplicationInfo(TableReplicationInfo tableReplicationInfo)
Optional.
|
Table |
Table.setTimePartitioning(TimePartitioning timePartitioning)
If specified, configures time-based partitioning for this table.
|
Table |
Table.setType(String type)
Output only.
|
Table |
Table.setView(ViewDefinition view)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.