Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::Workspace.
Represents a Dataform Git workspace.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp of when the workspace was created.
#data_encryption_state
def data_encryption_state() -> ::Google::Cloud::Dataform::V1beta1::DataEncryptionState
Returns
- (::Google::Cloud::Dataform::V1beta1::DataEncryptionState) — Output only. A data encryption state of a Git repository if this Workspace is protected by a KMS key.
#internal_metadata
def internal_metadata() -> ::String
Returns
- (::String) — 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.
#name
def name() -> ::String
Returns
- (::String) — Identifier. The workspace's name.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. The workspace's name.
Returns
- (::String) — Identifier. The workspace's name.