Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contentwarehouse_v1/classes.rb,
lib/google/apis/contentwarehouse_v1/representations.rb,
lib/google/apis/contentwarehouse_v1/representations.rb
Overview
The metadata message for GcsIngest pipeline.
Instance Attribute Summary collapse
-
#input_path ⇒ String
The input Cloud Storage folder in this pipeline.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata
constructor
A new instance of GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata
Returns a new instance of GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata.
3328 3329 3330 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3328 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input_path ⇒ String
The input Cloud Storage folder in this pipeline. Format: gs:///.
Corresponds to the JSON property inputPath
3326 3327 3328 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3326 def input_path @input_path end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3333 3334 3335 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3333 def update!(**args) @input_path = args[:input_path] if args.key?(:input_path) end |