class Google::Apis::DataflowV1b3::FileIoDetails
Metadata for a File connector used by the job.
Attributes
file_pattern[RW]
File Pattern used to access files by the connector. Corresponds to the JSON property `filePattern` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 1418 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataflow_v1b3/classes.rb, line 1423 def update!(**args) @file_pattern = args[:file_pattern] if args.key?(:file_pattern) end