Workspace(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a Dataform Git workspace.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The workspace's name. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp of when the workspace was created. |
data_encryption_state |
google.cloud.dataform_v1beta1.types.DataEncryptionState
Output only. A data encryption state of a Git repository if this Workspace is protected by a KMS key. |
internal_metadata |
str
Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string. This field is a member of oneof_ _internal_metadata.
|
disable_moves |
bool
Optional. If set to true, workspaces will not be moved if its linked Repository is moved. Instead, it will be deleted. This field is a member of oneof_ _disable_moves.
|
private_resource_metadata |
google.cloud.dataform_v1beta1.types.PrivateResourceMetadata
Output only. Metadata indicating whether this resource is user-scoped. For Workspace resources, the
user_scoped field is always true.
|