Class: Google::Apis::DataflowV1b3::FileIoDetails
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::FileIoDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataflow_v1b3/classes.rb,
generated/google/apis/dataflow_v1b3/representations.rb,
generated/google/apis/dataflow_v1b3/representations.rb
Overview
Metadata for a File connector used by the job.
Instance Attribute Summary collapse
-
#file_pattern ⇒ String
File Pattern used to access files by the connector.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FileIoDetails
constructor
A new instance of FileIoDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ FileIoDetails
Returns a new instance of FileIoDetails
1309 1310 1311 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 1309 def initialize(**args) update!(**args) end |
Instance Attribute Details
#file_pattern ⇒ String
File Pattern used to access files by the connector.
Corresponds to the JSON property filePattern
1307 1308 1309 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 1307 def file_pattern @file_pattern end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1314 1315 1316 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 1314 def update!(**args) @file_pattern = args[:file_pattern] if args.key?(:file_pattern) end |