dataflow
v1b3
|
#include <job_metadata.h>
Static Public Member Functions | |
static JobMetadata * | New () |
Metadata available primarily for filtering jobs. Will be included in the ListJob response and Job SUMMARY view.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'bigTableDetails
' attribute.
|
inline |
Clears the 'bigqueryDetails
' attribute.
|
inline |
Clears the 'datastoreDetails
' attribute.
|
inline |
Clears the 'fileDetails
' attribute.
|
inline |
Clears the 'pubsubDetails
' attribute.
|
inline |
Clears the 'sdkVersion
' attribute.
|
inline |
Clears the 'spannerDetails
' attribute.
const client::JsonCppArray<BigTableIODetails > google_dataflow_api::JobMetadata::get_big_table_details | ( | ) | const |
Get a reference to the value of the 'bigTableDetails
' attribute.
const client::JsonCppArray<BigQueryIODetails > google_dataflow_api::JobMetadata::get_bigquery_details | ( | ) | const |
Get a reference to the value of the 'bigqueryDetails
' attribute.
const client::JsonCppArray<DatastoreIODetails > google_dataflow_api::JobMetadata::get_datastore_details | ( | ) | const |
Get a reference to the value of the 'datastoreDetails
' attribute.
const client::JsonCppArray<FileIODetails > google_dataflow_api::JobMetadata::get_file_details | ( | ) | const |
Get a reference to the value of the 'fileDetails
' attribute.
const client::JsonCppArray<PubSubIODetails > google_dataflow_api::JobMetadata::get_pubsub_details | ( | ) | const |
Get a reference to the value of the 'pubsubDetails
' attribute.
const SdkVersion google_dataflow_api::JobMetadata::get_sdk_version | ( | ) | const |
Get a reference to the value of the 'sdkVersion
' attribute.
const client::JsonCppArray<SpannerIODetails > google_dataflow_api::JobMetadata::get_spanner_details | ( | ) | const |
Get a reference to the value of the 'spannerDetails
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'bigTableDetails
' attribute was set.
bigTableDetails
' attribute was set.
|
inline |
Determine if the 'bigqueryDetails
' attribute was set.
bigqueryDetails
' attribute was set.
|
inline |
Determine if the 'datastoreDetails
' attribute was set.
datastoreDetails
' attribute was set.
|
inline |
Determine if the 'fileDetails
' attribute was set.
fileDetails
' attribute was set.
|
inline |
Determine if the 'pubsubDetails
' attribute was set.
pubsubDetails
' attribute was set.
|
inline |
Determine if the 'sdkVersion
' attribute was set.
sdkVersion
' attribute was set.
|
inline |
Determine if the 'spannerDetails
' attribute was set.
spannerDetails
' attribute was set. client::JsonCppArray<BigQueryIODetails > google_dataflow_api::JobMetadata::mutable_bigqueryDetails | ( | ) |
Gets a reference to a mutable value of the 'bigqueryDetails
' property.
Identification of a BigQuery source used in the Dataflow job.
client::JsonCppArray<BigTableIODetails > google_dataflow_api::JobMetadata::mutable_bigTableDetails | ( | ) |
Gets a reference to a mutable value of the 'bigTableDetails
' property.
Identification of a BigTable source used in the Dataflow job.
client::JsonCppArray<DatastoreIODetails > google_dataflow_api::JobMetadata::mutable_datastoreDetails | ( | ) |
Gets a reference to a mutable value of the 'datastoreDetails
' property.
Identification of a Datastore source used in the Dataflow job.
client::JsonCppArray<FileIODetails > google_dataflow_api::JobMetadata::mutable_fileDetails | ( | ) |
Gets a reference to a mutable value of the 'fileDetails
' property.
Identification of a File source used in the Dataflow job.
client::JsonCppArray<PubSubIODetails > google_dataflow_api::JobMetadata::mutable_pubsubDetails | ( | ) |
Gets a reference to a mutable value of the 'pubsubDetails
' property.
Identification of a PubSub source used in the Dataflow job.
SdkVersion google_dataflow_api::JobMetadata::mutable_sdkVersion | ( | ) |
Gets a reference to a mutable value of the 'sdkVersion
' property.
The SDK version used to run the job.
client::JsonCppArray<SpannerIODetails > google_dataflow_api::JobMetadata::mutable_spannerDetails | ( | ) |
Gets a reference to a mutable value of the 'spannerDetails
' property.
Identification of a Spanner source used in the Dataflow job.
|
static |
Creates a new default instance.