Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_pathString

The input Cloud Storage folder in this pipeline. Format: gs:///. Corresponds to the JSON property inputPath

Returns:

  • (String)


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