#include <datastore_iod_etails.h>
Metadata for a Datastore connector used by the job.
◆ DatastoreIODetails() [1/2]
google_dataflow_api::DatastoreIODetails::DatastoreIODetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ DatastoreIODetails() [2/2]
google_dataflow_api::DatastoreIODetails::DatastoreIODetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~DatastoreIODetails()
google_dataflow_api::DatastoreIODetails::~DatastoreIODetails |
( |
| ) |
|
|
virtual |
◆ clear_namespace()
void google_dataflow_api::DatastoreIODetails::clear_namespace |
( |
| ) |
|
|
inline |
Clears the 'namespace
' attribute.
◆ clear_project_id()
void google_dataflow_api::DatastoreIODetails::clear_project_id |
( |
| ) |
|
|
inline |
Clears the 'projectId
' attribute.
◆ get_namespace()
const StringPiece google_dataflow_api::DatastoreIODetails::get_namespace |
( |
| ) |
const |
|
inline |
Get the value of the 'namespace
' attribute.
◆ get_project_id()
const StringPiece google_dataflow_api::DatastoreIODetails::get_project_id |
( |
| ) |
const |
|
inline |
Get the value of the 'projectId
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::DatastoreIODetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_namespace()
bool google_dataflow_api::DatastoreIODetails::has_namespace |
( |
| ) |
const |
|
inline |
Determine if the 'namespace
' attribute was set.
- Returns
- true if the '
namespace
' attribute was set.
◆ has_project_id()
bool google_dataflow_api::DatastoreIODetails::has_project_id |
( |
| ) |
const |
|
inline |
Determine if the 'projectId
' attribute was set.
- Returns
- true if the '
projectId
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_namespace()
void google_dataflow_api::DatastoreIODetails::set_namespace |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'namespace
' attribute.
Namespace used in the connection.
- Parameters
-
◆ set_project_id()
void google_dataflow_api::DatastoreIODetails::set_project_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'projectId
' attribute.
ProjectId accessed in the connection.
- Parameters
-
The documentation for this class was generated from the following files: