DestinationTablePropertiesResponse

data class DestinationTablePropertiesResponse(val description: String, val expirationTime: String, val friendlyName: String, val labels: Map<String, String>)

Constructors

Link copied to clipboard
fun DestinationTablePropertiesResponse(description: String, expirationTime: String, friendlyName: String, labels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional The description for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current description is provided, the job will fail.

Link copied to clipboard

Internal This field is for Google internal use only.

Link copied to clipboard

Optional The friendly name for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current friendly name is provided, the job will fail.

Link copied to clipboard

Optional The labels associated with this table. You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail.