Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::PipelineConfig.
Defines the pipeline type and path within the Git repository.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#path
def path() -> ::String
Returns
-
(::String) — Required. The relative path within the Git repository where the pipeline is
defined. For example, for a Dataform pipeline, it is a path to the folder
where
workflow_settings.yamlordataform.jsonis located.
#path=
def path=(value) -> ::String
Parameter
-
value (::String) — Required. The relative path within the Git repository where the pipeline is
defined. For example, for a Dataform pipeline, it is a path to the folder
where
workflow_settings.yamlordataform.jsonis located.
Returns
-
(::String) — Required. The relative path within the Git repository where the pipeline is
defined. For example, for a Dataform pipeline, it is a path to the folder
where
workflow_settings.yamlordataform.jsonis located.
#pipeline_type
def pipeline_type() -> ::Google::Cloud::Dataform::V1::PipelineConfig::PipelineType
Returns
- (::Google::Cloud::Dataform::V1::PipelineConfig::PipelineType) — Required. The type of the pipeline.
#pipeline_type=
def pipeline_type=(value) -> ::Google::Cloud::Dataform::V1::PipelineConfig::PipelineType
Parameter
- value (::Google::Cloud::Dataform::V1::PipelineConfig::PipelineType) — Required. The type of the pipeline.
Returns
- (::Google::Cloud::Dataform::V1::PipelineConfig::PipelineType) — Required. The type of the pipeline.