BigTableIODetailsResponse

data class BigTableIODetailsResponse(val instanceId: String, val project: String, val tableId: String)

Metadata for a Cloud Bigtable connector used by the job.

Constructors

Link copied to clipboard
fun BigTableIODetailsResponse(instanceId: String, project: String, tableId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

InstanceId accessed in the connection.

Link copied to clipboard

ProjectId accessed in the connection.

Link copied to clipboard

TableId accessed in the connection.