Bigquery_v2Functions

Functions

Link copied to clipboard

Returns the dataset specified by datasetID.

suspend fun getDataset(argument: suspend GetDatasetPlainArgsBuilder.() -> Unit): GetDatasetResult
suspend fun getDataset(datasetId: String, project: String? = null): GetDatasetResult
Link copied to clipboard
suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Returns information about a specific job. Job information is available for a six month period after creation. Requires that you're the person who ran the job, or have the Is Owner project role.

suspend fun getJob(argument: suspend GetJobPlainArgsBuilder.() -> Unit): GetJobResult
suspend fun getJob(jobId: String, location: String? = null, project: String? = null): GetJobResult
Link copied to clipboard

Gets the specified routine resource by routine ID.

suspend fun getRoutine(argument: suspend GetRoutinePlainArgsBuilder.() -> Unit): GetRoutineResult
suspend fun getRoutine(datasetId: String, project: String? = null, readMask: String? = null, routineId: String): GetRoutineResult
Link copied to clipboard

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

suspend fun getRowAccessPolicyIamPolicy(datasetId: String, project: String? = null, rowAccessPolicyId: String, tableId: String): GetRowAccessPolicyIamPolicyResult
Link copied to clipboard
suspend fun getTable(argument: GetTablePlainArgs): GetTableResult

Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.

suspend fun getTable(argument: suspend GetTablePlainArgsBuilder.() -> Unit): GetTableResult
suspend fun getTable(datasetId: String, project: String? = null, selectedFields: String? = null, tableId: String, view: String? = null): GetTableResult
Link copied to clipboard

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

suspend fun getTableIamPolicy(datasetId: String, project: String? = null, tableId: String): GetTableIamPolicyResult