#include <file_iod_etails.h>
Metadata for a File connector used by the job.
◆ FileIODetails() [1/2]
google_dataflow_api::FileIODetails::FileIODetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ FileIODetails() [2/2]
google_dataflow_api::FileIODetails::FileIODetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~FileIODetails()
google_dataflow_api::FileIODetails::~FileIODetails |
( |
| ) |
|
|
virtual |
◆ clear_file_pattern()
void google_dataflow_api::FileIODetails::clear_file_pattern |
( |
| ) |
|
|
inline |
Clears the 'filePattern
' attribute.
◆ get_file_pattern()
const StringPiece google_dataflow_api::FileIODetails::get_file_pattern |
( |
| ) |
const |
|
inline |
Get the value of the 'filePattern
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::FileIODetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_file_pattern()
bool google_dataflow_api::FileIODetails::has_file_pattern |
( |
| ) |
const |
|
inline |
Determine if the 'filePattern
' attribute was set.
- Returns
- true if the '
filePattern
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_file_pattern()
void google_dataflow_api::FileIODetails::set_file_pattern |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'filePattern
' attribute.
File Pattern used to access files by the connector.
- Parameters
-
The documentation for this class was generated from the following files: