GetEnvironmentResult

data class GetEnvironmentResult(val createTime: String, val description: String, val displayName: String, val endpoints: GoogleCloudDataplexV1EnvironmentEndpointsResponse, val infrastructureSpec: GoogleCloudDataplexV1EnvironmentInfrastructureSpecResponse, val labels: Map<String, String>, val name: String, val sessionSpec: GoogleCloudDataplexV1EnvironmentSessionSpecResponse, val sessionStatus: GoogleCloudDataplexV1EnvironmentSessionStatusResponse, val state: String, val uid: String, val updateTime: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Environment creation time.

Link copied to clipboard

Optional. Description of the environment.

Link copied to clipboard

Optional. User friendly display name.

Link copied to clipboard

URI Endpoints to access sessions associated with the Environment.

Link copied to clipboard

Infrastructure specification for the Environment.

Link copied to clipboard

Optional. User defined labels for the environment.

Link copied to clipboard

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

Link copied to clipboard

Optional. Configuration for sessions created for this environment.

Link copied to clipboard

Status of sessions created for this environment.

Link copied to clipboard

Current state of the environment.

Link copied to clipboard
val uid: String

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

Link copied to clipboard

The time when the environment was last updated.