Class: Google::Cloud::Dataform::V1beta1::Workspace

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The timestamp of when the workspace was created.

Returns:



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.

Returns:



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.

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.



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

#name::String

Returns Identifier. The workspace's name.

Returns:

  • (::String)

    Identifier. The workspace's name.



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