Class: Google::Cloud::Dataform::V1beta1::InstallNpmPackagesRequest

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

Overview

InstallNpmPackages request message.

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_config::Google::Cloud::Dataform::V1beta1::PipelineConfig

Returns Optional. The pipeline options which defines the pipeline type and path within the Git repository.

Returns:



1238
1239
1240
1241
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1238

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

#workspace::String

Returns Required. The workspace's name.

Returns:

  • (::String)

    Required. The workspace's name.



1238
1239
1240
1241
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1238

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