google_api_dataflow v0.5.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 ([BigTableIoDetails]): Identification of a BigTable source used in the Dataflow job. Defaults to:
null
. - bigqueryDetails ([BigQueryIoDetails]): Identification of a BigQuery source used in the Dataflow job. Defaults to:
null
. - datastoreDetails ([DatastoreIoDetails]): Identification of a Datastore source used in the Dataflow job. Defaults to:
null
. - fileDetails ([FileIoDetails]): Identification of a File source used in the Dataflow job. Defaults to:
null
. - pubsubDetails ([PubSubIoDetails]): Identification of a PubSub source used in the Dataflow job. Defaults to:
null
. - sdkVersion (SdkVersion): The SDK version used to run the job. Defaults to:
null
. - spannerDetails ([SpannerIoDetails]): Identification of a Spanner source used in the Dataflow job. Defaults to:
null
.
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 Source
t()
View Source
t() :: %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()]
}
t() :: %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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.