#include <source_operation_request.h>
A work item that represents the different operations that can be performed on a user-defined Source specification.
◆ SourceOperationRequest() [1/2]
google_dataflow_api::SourceOperationRequest::SourceOperationRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ SourceOperationRequest() [2/2]
google_dataflow_api::SourceOperationRequest::SourceOperationRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~SourceOperationRequest()
google_dataflow_api::SourceOperationRequest::~SourceOperationRequest |
( |
| ) |
|
|
virtual |
◆ clear_get_metadata()
void google_dataflow_api::SourceOperationRequest::clear_get_metadata |
( |
| ) |
|
|
inline |
Clears the 'getMetadata
' attribute.
◆ clear_name()
void google_dataflow_api::SourceOperationRequest::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ clear_original_name()
void google_dataflow_api::SourceOperationRequest::clear_original_name |
( |
| ) |
|
|
inline |
Clears the 'originalName
' attribute.
◆ clear_split()
void google_dataflow_api::SourceOperationRequest::clear_split |
( |
| ) |
|
|
inline |
Clears the 'split
' attribute.
◆ clear_stage_name()
void google_dataflow_api::SourceOperationRequest::clear_stage_name |
( |
| ) |
|
|
inline |
Clears the 'stageName
' attribute.
◆ clear_system_name()
void google_dataflow_api::SourceOperationRequest::clear_system_name |
( |
| ) |
|
|
inline |
Clears the 'systemName
' attribute.
◆ get_get_metadata()
Get a reference to the value of the 'getMetadata
' attribute.
◆ get_name()
const StringPiece google_dataflow_api::SourceOperationRequest::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ get_original_name()
const StringPiece google_dataflow_api::SourceOperationRequest::get_original_name |
( |
| ) |
const |
|
inline |
Get the value of the 'originalName
' attribute.
◆ get_split()
Get a reference to the value of the 'split
' attribute.
◆ get_stage_name()
const StringPiece google_dataflow_api::SourceOperationRequest::get_stage_name |
( |
| ) |
const |
|
inline |
Get the value of the 'stageName
' attribute.
◆ get_system_name()
const StringPiece google_dataflow_api::SourceOperationRequest::get_system_name |
( |
| ) |
const |
|
inline |
Get the value of the 'systemName
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::SourceOperationRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_get_metadata()
bool google_dataflow_api::SourceOperationRequest::has_get_metadata |
( |
| ) |
const |
|
inline |
Determine if the 'getMetadata
' attribute was set.
- Returns
- true if the '
getMetadata
' attribute was set.
◆ has_name()
bool google_dataflow_api::SourceOperationRequest::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ has_original_name()
bool google_dataflow_api::SourceOperationRequest::has_original_name |
( |
| ) |
const |
|
inline |
Determine if the 'originalName
' attribute was set.
- Returns
- true if the '
originalName
' attribute was set.
◆ has_split()
bool google_dataflow_api::SourceOperationRequest::has_split |
( |
| ) |
const |
|
inline |
Determine if the 'split
' attribute was set.
- Returns
- true if the '
split
' attribute was set.
◆ has_stage_name()
bool google_dataflow_api::SourceOperationRequest::has_stage_name |
( |
| ) |
const |
|
inline |
Determine if the 'stageName
' attribute was set.
- Returns
- true if the '
stageName
' attribute was set.
◆ has_system_name()
bool google_dataflow_api::SourceOperationRequest::has_system_name |
( |
| ) |
const |
|
inline |
Determine if the 'systemName
' attribute was set.
- Returns
- true if the '
systemName
' attribute was set.
◆ mutable_getMetadata()
Gets a reference to a mutable value of the 'getMetadata
' property.
Information about a request to get metadata about a source.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_split()
Gets a reference to a mutable value of the 'split
' property.
Information about a request to split a source.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_name()
void google_dataflow_api::SourceOperationRequest::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
User-provided name of the Read instruction for this source.
- Parameters
-
◆ set_original_name()
void google_dataflow_api::SourceOperationRequest::set_original_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'originalName
' attribute.
System-defined name for the Read instruction for this source in the original workflow graph.
- Parameters
-
◆ set_stage_name()
void google_dataflow_api::SourceOperationRequest::set_stage_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'stageName
' attribute.
System-defined name of the stage containing the source operation. Unique across the workflow.
- Parameters
-
◆ set_system_name()
void google_dataflow_api::SourceOperationRequest::set_system_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'systemName
' attribute.
System-defined name of the Read instruction for this source. Unique across the workflow.
- Parameters
-
The documentation for this class was generated from the following files: