public sealed class JobMetadata : IMessage<JobMetadata>, IEquatable<JobMetadata>, IDeepCloneable<JobMetadata>, IBufferMessage, IMessage
Metadata available primarily for filtering jobs. Will be included in the ListJob response and Job SUMMARY view.
Implements
IMessage<JobMetadata>, IEquatable<JobMetadata>, IDeepCloneable<JobMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
JobMetadata()
public JobMetadata()
JobMetadata(JobMetadata)
public JobMetadata(JobMetadata other)
Parameter | |
---|---|
Name | Description |
other | JobMetadata |
Properties
BigqueryDetails
public RepeatedField<BigQueryIODetails> BigqueryDetails { get; }
Identification of a BigQuery source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedField<BigQueryIODetails> |
BigTableDetails
public RepeatedField<BigTableIODetails> BigTableDetails { get; }
Identification of a Cloud Bigtable source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedField<BigTableIODetails> |
DatastoreDetails
public RepeatedField<DatastoreIODetails> DatastoreDetails { get; }
Identification of a Datastore source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedField<DatastoreIODetails> |
FileDetails
public RepeatedField<FileIODetails> FileDetails { get; }
Identification of a File source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedField<FileIODetails> |
PubsubDetails
public RepeatedField<PubSubIODetails> PubsubDetails { get; }
Identification of a Pub/Sub source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedField<PubSubIODetails> |
SdkVersion
public SdkVersion SdkVersion { get; set; }
The SDK version used to run the job.
Property Value | |
---|---|
Type | Description |
SdkVersion |
SpannerDetails
public RepeatedField<SpannerIODetails> SpannerDetails { get; }
Identification of a Spanner source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedField<SpannerIODetails> |