[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eJobMetadata\u003c/code\u003e class within the Google Cloud Dataflow v1beta3 API, with the latest version being 2.0.0-beta07.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobMetadata\u003c/code\u003e is used to filter jobs and is included in the \u003ccode\u003eListJob\u003c/code\u003e response and \u003ccode\u003eJob SUMMARY\u003c/code\u003e view.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobMetadata\u003c/code\u003e class can identify various sources used in a Dataflow job, including Bigtable, BigQuery, Datastore, File, Pub/Sub, and Spanner.\u003c/p\u003e\n"],["\u003cp\u003eThe class supports different API versions, with other versions such as 2.0.0-beta06 and 1.0.0-beta03 being available, in addition to the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobMetadata\u003c/code\u003e class includes properties such as \u003ccode\u003eSdkVersion\u003c/code\u003e, which contains the SDK version used to run a particular job, and can also be constructed using a copy of another instance of \u003ccode\u003eJobMetadata\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class JobMetadata (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMetadata)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.JobMetadata)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.JobMetadata) \n\n public sealed class JobMetadata : IMessage\u003cJobMetadata\u003e, IEquatable\u003cJobMetadata\u003e, IDeepCloneable\u003cJobMetadata\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class JobMetadata.\n\nMetadata available primarily for filtering jobs. Will be included in the\nListJob response and Job SUMMARY view. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobMetadata \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobMetadata](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMetadata), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobMetadata](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMetadata), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobMetadata](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMetadata), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### JobMetadata()\n\n public JobMetadata()\n\n### JobMetadata(JobMetadata)\n\n public JobMetadata(JobMetadata other)\n\nProperties\n----------\n\n### BigTableDetails\n\n public RepeatedField\u003cBigTableIODetails\u003e BigTableDetails { get; }\n\nIdentification of a Cloud Bigtable source used in the Dataflow job.\n\n### BigqueryDetails\n\n public RepeatedField\u003cBigQueryIODetails\u003e BigqueryDetails { get; }\n\nIdentification of a BigQuery source used in the Dataflow job.\n\n### DatastoreDetails\n\n public RepeatedField\u003cDatastoreIODetails\u003e DatastoreDetails { get; }\n\nIdentification of a Datastore source used in the Dataflow job.\n\n### FileDetails\n\n public RepeatedField\u003cFileIODetails\u003e FileDetails { get; }\n\nIdentification of a File source used in the Dataflow job.\n\n### PubsubDetails\n\n public RepeatedField\u003cPubSubIODetails\u003e PubsubDetails { get; }\n\nIdentification of a Pub/Sub source used in the Dataflow job.\n\n### SdkVersion\n\n public SdkVersion SdkVersion { get; set; }\n\nThe SDK version used to run the job.\n\n### SpannerDetails\n\n public RepeatedField\u003cSpannerIODetails\u003e SpannerDetails { get; }\n\nIdentification of a Spanner source used in the Dataflow job."]]