Class: Google::Cloud::Dataform::V1beta1::InstallNpmPackagesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::InstallNpmPackagesRequest
- 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
-
#pipeline_config ⇒ ::Google::Cloud::Dataform::V1beta1::PipelineConfig
Optional.
-
#workspace ⇒ ::String
Required.
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.
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.
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 |