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

#name::String (readonly)

Returns Output only. The workspace's name.

Returns:

  • (::String)

    Output only. The workspace's name.



497
498
499
500
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 497

class Workspace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end