Class: Google::Apis::DataflowV1b3::FileIoDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataflow_v1b3/classes.rb,
lib/google/apis/dataflow_v1b3/representations.rb,
lib/google/apis/dataflow_v1b3/representations.rb

Overview

Metadata for a File connector used by the job.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FileIoDetails

Returns a new instance of FileIoDetails.



1642
1643
1644
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 1642

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#file_patternString

File Pattern used to access files by the connector. Corresponds to the JSON property filePattern

Returns:

  • (String)


1640
1641
1642
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 1640

def file_pattern
  @file_pattern
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1647
1648
1649
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 1647

def update!(**args)
  @file_pattern = args[:file_pattern] if args.key?(:file_pattern)
end