Cloud Dataplex v1 API - Class Environment (2.2.0)

public sealed class Environment : IMessage<Environment>, IEquatable<Environment>, IDeepCloneable<Environment>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Environment.

Environment represents a user-visible compute infrastructure for analytics within a lake.

Inheritance

Object > Environment

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Environment()

public Environment()

Environment(Environment)

public Environment(Environment other)
Parameter
NameDescription
otherEnvironment

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Environment creation time.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Optional. Description of the environment.

Property Value
TypeDescription
String

DisplayName

public string DisplayName { get; set; }

Optional. User friendly display name.

Property Value
TypeDescription
String

Endpoints

public Environment.Types.Endpoints Endpoints { get; set; }

Output only. URI Endpoints to access sessions associated with the Environment.

Property Value
TypeDescription
Environment.Types.Endpoints

EnvironmentName

public EnvironmentName EnvironmentName { get; set; }

EnvironmentName-typed view over the Name resource name property.

Property Value
TypeDescription
EnvironmentName

InfrastructureSpec

public Environment.Types.InfrastructureSpec InfrastructureSpec { get; set; }

Required. Infrastructure specification for the Environment.

Property Value
TypeDescription
Environment.Types.InfrastructureSpec

Labels

public MapField<string, string> Labels { get; }

Optional. User defined labels for the environment.

Property Value
TypeDescription
MapField<String, String>

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String

SessionSpec

public Environment.Types.SessionSpec SessionSpec { get; set; }

Optional. Configuration for sessions created for this environment.

Property Value
TypeDescription
Environment.Types.SessionSpec

SessionStatus

public Environment.Types.SessionStatus SessionStatus { get; set; }

Output only. Status of sessions created for this environment.

Property Value
TypeDescription
Environment.Types.SessionStatus

State

public State State { get; set; }

Output only. Current state of the environment.

Property Value
TypeDescription
State

Uid

public string Uid { get; set; }

Output only. 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.

Property Value
TypeDescription
String

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the environment was last updated.

Property Value
TypeDescription
Timestamp