Class: Google::Cloud::Dataform::V1beta1::CreateWorkspaceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

CreateWorkspace request message.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The repository in which to create the workspace. Must be in the format projects/*/locations/*/repositories/*.

Returns:

  • (::String)

    Required. The repository in which to create the workspace. Must be in the format projects/*/locations/*/repositories/*.



569
570
571
572
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 569

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

#workspace::Google::Cloud::Dataform::V1beta1::Workspace

Returns Required. The workspace to create.

Returns:



569
570
571
572
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 569

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

#workspace_id::String

Returns Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.

Returns:

  • (::String)

    Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.



569
570
571
572
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 569

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