Class: Google::Cloud::Dataform::V1beta1::Workspace
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::Workspace
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Represents a Dataform Git workspace.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#data_encryption_state ⇒ ::Google::Cloud::Dataform::V1beta1::DataEncryptionState
readonly
Output only.
-
#internal_metadata ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp of when the workspace was created.
553 554 555 556 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 553 class Workspace include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_encryption_state ⇒ ::Google::Cloud::Dataform::V1beta1::DataEncryptionState (readonly)
Returns Output only. A data encryption state of a Git repository if this Workspace is protected by a KMS key.
553 554 555 556 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 553 class Workspace include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#internal_metadata ⇒ ::String (readonly)
Returns 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.
553 554 555 556 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 553 class Workspace include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |