Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::InstallNpmPackagesRequest.
InstallNpmPackages request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#pipeline_config
def pipeline_config() -> ::Google::Cloud::Dataform::V1::PipelineConfig
Returns
- (::Google::Cloud::Dataform::V1::PipelineConfig) — Optional. The pipeline options which defines the pipeline type and path within the Git repository.
#pipeline_config=
def pipeline_config=(value) -> ::Google::Cloud::Dataform::V1::PipelineConfig
Parameter
- value (::Google::Cloud::Dataform::V1::PipelineConfig) — Optional. The pipeline options which defines the pipeline type and path within the Git repository.
Returns
- (::Google::Cloud::Dataform::V1::PipelineConfig) — Optional. The pipeline options which defines the pipeline type and path within the Git repository.
#workspace
def workspace() -> ::String
Returns
- (::String) — Required. The workspace's name.
#workspace=
def workspace=(value) -> ::String
Parameter
- value (::String) — Required. The workspace's name.
Returns
- (::String) — Required. The workspace's name.