GetEntityResult

data class GetEntityResult(val access: GoogleCloudDataplexV1StorageAccessResponse, val asset: String, val catalogEntry: String, val compatibility: GoogleCloudDataplexV1EntityCompatibilityStatusResponse, val createTime: String, val dataPath: String, val dataPathPattern: String, val description: String, val displayName: String, val etag: String, val format: GoogleCloudDataplexV1StorageFormatResponse, val name: String, val schema: GoogleCloudDataplexV1SchemaResponse, val system: String, val type: String, val uid: String, val updateTime: String)

/*

Constructors

Link copied to clipboard
fun GetEntityResult(access: GoogleCloudDataplexV1StorageAccessResponse, asset: String, catalogEntry: String, compatibility: GoogleCloudDataplexV1EntityCompatibilityStatusResponse, createTime: String, dataPath: String, dataPathPattern: String, description: String, displayName: String, etag: String, format: GoogleCloudDataplexV1StorageFormatResponse, name: String, schema: GoogleCloudDataplexV1SchemaResponse, system: String, type: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifies the access mechanism to the entity. Not user settable.

Link copied to clipboard

Immutable. The ID of the asset associated with the storage location containing the entity data. The entity must be with in the same zone with the asset.

Link copied to clipboard

The name of the associated Data Catalog entry.

Link copied to clipboard

Metadata stores that the entity is compatible with.

Link copied to clipboard

The time when the entity was created.

Link copied to clipboard

Immutable. The storage path of the entity data. For Cloud Storage data, this is the fully-qualified path to the entity, such as gs://bucket/path/to/data. For BigQuery data, this is the name of the table resource, such as projects/project_id/datasets/dataset_id/tables/table_id.

Link copied to clipboard

Optional. The set of items within the data path constituting the data in the entity, represented as a glob path. Example: gs://bucket/path/to/data/**/*.csv.

Link copied to clipboard

Optional. User friendly longer description text. Must be shorter than or equal to 1024 characters.

Link copied to clipboard

Optional. Display name must be shorter than or equal to 256 characters.

Link copied to clipboard

Optional. The etag associated with the entity, which can be retrieved with a GetEntity request. Required for update and delete requests.

Link copied to clipboard

Identifies the storage format of the entity data. It does not apply to entities with data stored in BigQuery.

Link copied to clipboard

The resource name of the entity, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{id}.

Link copied to clipboard

The description of the data structure and layout. The schema is not included in list responses. It is only included in SCHEMA and FULL entity views of a GetEntity response.

Link copied to clipboard

Immutable. Identifies the storage system of the entity data.

Link copied to clipboard

Immutable. The type of entity.

Link copied to clipboard
val uid: String

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

Link copied to clipboard

The time when the entity was last updated. */