dataflow  v1b3
Public Member Functions | Static Public Member Functions | List of all members
google_dataflow_api::FileIODetails Class Reference

#include <file_iod_etails.h>

Inheritance diagram for google_dataflow_api::FileIODetails:

Public Member Functions

 FileIODetails (const Json::Value &storage)
 
 FileIODetails (Json::Value *storage)
 
virtual ~FileIODetails ()
 
const StringPiece GetTypeName () const
 
bool has_file_pattern () const
 
void clear_file_pattern ()
 
const StringPiece get_file_pattern () const
 
void set_file_pattern (const StringPiece &value)
 

Static Public Member Functions

static FileIODetailsNew ()
 

Detailed Description

Metadata for a File connector used by the job.

Constructor & Destructor Documentation

◆ FileIODetails() [1/2]

google_dataflow_api::FileIODetails::FileIODetails ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~FileIODetails()

google_dataflow_api::FileIODetails::~FileIODetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::FileIODetails

◆ 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()

FileIODetails * google_dataflow_api::FileIODetails::New ( )
static

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
[in]valueThe new value.

The documentation for this class was generated from the following files: