Class: Google::Cloud::Dataform::V1::InstallNpmPackagesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::InstallNpmPackagesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
InstallNpmPackages request message.
Instance Attribute Summary collapse
-
#pipeline_config ⇒ ::Google::Cloud::Dataform::V1::PipelineConfig
Optional.
-
#workspace ⇒ ::String
Required.
Instance Attribute Details
#pipeline_config ⇒ ::Google::Cloud::Dataform::V1::PipelineConfig
Returns Optional. The pipeline options which defines the pipeline type and path within the Git repository.
1204 1205 1206 1207 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1204 class InstallNpmPackagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workspace ⇒ ::String
Returns Required. The workspace's name.
1204 1205 1206 1207 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1204 class InstallNpmPackagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |