Class: Google::Cloud::Dataflow::V1beta3::FileIODetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/jobs.rb

Overview

Metadata for a File connector used by the job.

Instance Attribute Summary collapse

Instance Attribute Details

#file_pattern::String

Returns File Pattern used to access files by the connector.

Returns:

  • (::String)

    File Pattern used to access files by the connector.



229
230
231
232
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 229

class FileIODetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end