GetContentResult

data class GetContentResult(val createTime: String, val dataText: String, val description: String, val labels: Map<String, String>, val name: String, val notebook: GoogleCloudDataplexV1ContentNotebookResponse, val path: String, val sqlScript: GoogleCloudDataplexV1ContentSqlScriptResponse, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetContentResult(createTime: String, dataText: String, description: String, labels: Map<String, String>, name: String, notebook: GoogleCloudDataplexV1ContentNotebookResponse, path: String, sqlScript: GoogleCloudDataplexV1ContentSqlScriptResponse, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Content creation time.

Link copied to clipboard

Content data in string format.

Link copied to clipboard

Optional. Description of the content.

Link copied to clipboard

Optional. User defined labels for the content.

Link copied to clipboard

The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}

Link copied to clipboard

Notebook related configurations.

Link copied to clipboard

The path for the Content file, represented as directory structure. Unique within a lake. Limited to alphanumerics, hyphens, underscores, dots and slashes.

Link copied to clipboard

Sql Script related configurations.

Link copied to clipboard
val uid: String

System generated globally unique ID for the content. This ID will be different if the content is deleted and re-created with the same name.

Link copied to clipboard

The time when the content was last updated.