google_api_dataflow v0.21.0 GoogleApi.Dataflow.V1b3.Model.JobMetadata View Source
Metadata available primarily for filtering jobs. Will be included in the ListJob response and Job SUMMARY view.
Attributes
bigTableDetails
(type:list(GoogleApi.Dataflow.V1b3.Model.BigTableIODetails.t)
, default:nil
) - Identification of a BigTable source used in the Dataflow job.bigqueryDetails
(type:list(GoogleApi.Dataflow.V1b3.Model.BigQueryIODetails.t)
, default:nil
) - Identification of a BigQuery source used in the Dataflow job.datastoreDetails
(type:list(GoogleApi.Dataflow.V1b3.Model.DatastoreIODetails.t)
, default:nil
) - Identification of a Datastore source used in the Dataflow job.fileDetails
(type:list(GoogleApi.Dataflow.V1b3.Model.FileIODetails.t)
, default:nil
) - Identification of a File source used in the Dataflow job.pubsubDetails
(type:list(GoogleApi.Dataflow.V1b3.Model.PubSubIODetails.t)
, default:nil
) - Identification of a PubSub source used in the Dataflow job.sdkVersion
(type:GoogleApi.Dataflow.V1b3.Model.SdkVersion.t
, default:nil
) - The SDK version used to run the job.spannerDetails
(type:list(GoogleApi.Dataflow.V1b3.Model.SpannerIODetails.t)
, default:nil
) - Identification of a Spanner source used in the Dataflow job.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.JobMetadata{ bigTableDetails: [GoogleApi.Dataflow.V1b3.Model.BigTableIODetails.t()], bigqueryDetails: [GoogleApi.Dataflow.V1b3.Model.BigQueryIODetails.t()], datastoreDetails: [GoogleApi.Dataflow.V1b3.Model.DatastoreIODetails.t()], fileDetails: [GoogleApi.Dataflow.V1b3.Model.FileIODetails.t()], pubsubDetails: [GoogleApi.Dataflow.V1b3.Model.PubSubIODetails.t()], sdkVersion: GoogleApi.Dataflow.V1b3.Model.SdkVersion.t(), spannerDetails: [GoogleApi.Dataflow.V1b3.Model.SpannerIODetails.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.