Environment(mapping=None, *, ignore_unknown_fields=False, **kwargs)Environment represents a user-visible compute infrastructure for analytics within a lake.
Attributes
| Name | Description |
| name |
str
Output only. The relative resource name of the environment, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id} |
| display_name |
str
Optional. User friendly display name. |
| uid |
str
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. |
| create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Environment creation time. |
| update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the environment was last updated. |
| labels |
Mapping[str, str]
Optional. User defined labels for the environment. |
| description |
str
Optional. Description of the environment. |
| state |
google.cloud.dataplex_v1.types.State
Output only. Current state of the environment. |
| infrastructure_spec |
google.cloud.dataplex_v1.types.Environment.InfrastructureSpec
Required. Infrastructure specification for the Environment. |
| session_spec |
google.cloud.dataplex_v1.types.Environment.SessionSpec
Optional. Configuration for sessions created for this environment. |
| session_status |
google.cloud.dataplex_v1.types.Environment.SessionStatus
Output only. Status of sessions created for this environment. |
| endpoints |
google.cloud.dataplex_v1.types.Environment.Endpoints
Output only. URI Endpoints to access sessions associated with the Environment. |
Inheritance
builtins.object > proto.message.Message > EnvironmentClasses
Endpoints
Endpoints(mapping=None, *, ignore_unknown_fields=False, **kwargs)InfrastructureSpec
InfrastructureSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration for the underlying infrastructure used to run workloads.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Name | Description |
| kwargs |
dict
Keys and values corresponding to the fields of the message. |
| mapping |
Union[dict, `.Message`]
A dictionary or message to be used to determine the values for this message. |
| ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
SessionSpec
SessionSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)SessionStatus
SessionStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)