GoogleCloudDataplexV1Environment class
Environment represents a user-visible compute infrastructure for analytics within a lake.
Constructors
-
GoogleCloudDataplexV1Environment({String? createTime, String? description, String? displayName, GoogleCloudDataplexV1EnvironmentEndpoints? endpoints, GoogleCloudDataplexV1EnvironmentInfrastructureSpec? infrastructureSpec, Map<
String, String> ? labels, String? name, GoogleCloudDataplexV1EnvironmentSessionSpec? sessionSpec, GoogleCloudDataplexV1EnvironmentSessionStatus? sessionStatus, String? state, String? uid, String? updateTime}) - GoogleCloudDataplexV1Environment.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Environment creation time.
getter/setter pair
- description ↔ String?
-
Description of the environment.
getter/setter pair
- displayName ↔ String?
-
User friendly display name.
getter/setter pair
- endpoints ↔ GoogleCloudDataplexV1EnvironmentEndpoints?
-
URI Endpoints to access sessions associated with the Environment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- infrastructureSpec ↔ GoogleCloudDataplexV1EnvironmentInfrastructureSpec?
-
Infrastructure specification for the Environment.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
User defined labels for the environment.
getter/setter pair
- name ↔ String?
-
The relative resource name of the environment, of the form:
projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionSpec ↔ GoogleCloudDataplexV1EnvironmentSessionSpec?
-
Configuration for sessions created for this environment.
getter/setter pair
- sessionStatus ↔ GoogleCloudDataplexV1EnvironmentSessionStatus?
-
Status of sessions created for this environment.
getter/setter pair
- state ↔ String?
-
Current state of the environment.
getter/setter pair
- uid ↔ String?
-
System generated globally unique ID for the environment.
getter/setter pair
- updateTime ↔ String?
-
The time when the environment was last updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited