The namespace for the key. This is usually a class name or programming
language namespace (i.e. python module) which defines the display data.
This allows a dax monitoring system to specially handle the data
and perform custom rendering.
A possible additional shorter value to display.
For example a java_class_name_value of com.mypackage.MyDoFn
will be stored with MyDoFn as the short_str_value and
com.mypackage.MyDoFn as the java_class_name value.
short_str_value can be displayed and java_class_name_value
will be displayed as a tooltip.
[[["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\u003eThe \u003ccode\u003eDisplayData\u003c/code\u003e class in the Google Cloud Dataflow v1beta3 API provides descriptive information for a pipeline or transform.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<DisplayData>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<DisplayData>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionalities like data comparison and cloning.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDisplayData\u003c/code\u003e includes properties to store various data types like boolean, duration, float, int64, string, and timestamp, each with corresponding "Has" properties to check if they are set.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDisplayData\u003c/code\u003e class also includes properties for metadata such as \u003ccode\u003eKey\u003c/code\u003e, \u003ccode\u003eLabel\u003c/code\u003e, and \u003ccode\u003eNamespace\u003c/code\u003e, enabling identification and custom handling of the data in a monitoring system.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this documentation, the latest being 2.0.0-beta07.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class DisplayData (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.DisplayData)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.DisplayData)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.DisplayData) \n\n public sealed class DisplayData : IMessage\u003cDisplayData\u003e, IEquatable\u003cDisplayData\u003e, IDeepCloneable\u003cDisplayData\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class DisplayData.\n\nData provided with a pipeline or transform to provide descriptive info. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DisplayData \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DisplayData](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.DisplayData), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DisplayData](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.DisplayData), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DisplayData](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.DisplayData), [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### DisplayData()\n\n public DisplayData()\n\n### DisplayData(DisplayData)\n\n public DisplayData(DisplayData other)\n\nProperties\n----------\n\n### BoolValue\n\n public bool BoolValue { get; set; }\n\nContains value if the data is of a boolean type.\n\n### DurationValue\n\n public Duration DurationValue { get; set; }\n\nContains value if the data is of duration type.\n\n### FloatValue\n\n public float FloatValue { get; set; }\n\nContains value if the data is of float type.\n\n### HasBoolValue\n\n public bool HasBoolValue { get; }\n\nGets whether the \"bool_value\" field is set\n\n### HasFloatValue\n\n public bool HasFloatValue { get; }\n\nGets whether the \"float_value\" field is set\n\n### HasInt64Value\n\n public bool HasInt64Value { get; }\n\nGets whether the \"int64_value\" field is set\n\n### HasJavaClassValue\n\n public bool HasJavaClassValue { get; }\n\nGets whether the \"java_class_value\" field is set\n\n### HasStrValue\n\n public bool HasStrValue { get; }\n\nGets whether the \"str_value\" field is set\n\n### Int64Value\n\n public long Int64Value { get; set; }\n\nContains value if the data is of int64 type.\n\n### JavaClassValue\n\n public string JavaClassValue { get; set; }\n\nContains value if the data is of java class type.\n\n### Key\n\n public string Key { get; set; }\n\nThe key identifying the display data.\nThis is intended to be used as a label for the display data\nwhen viewed in a dax monitoring system.\n\n### Label\n\n public string Label { get; set; }\n\nAn optional label to display in a dax UI for the element.\n\n### Namespace\n\n public string Namespace { get; set; }\n\nThe namespace for the key. This is usually a class name or programming\nlanguage namespace (i.e. python module) which defines the display data.\nThis allows a dax monitoring system to specially handle the data\nand perform custom rendering.\n\n### ShortStrValue\n\n public string ShortStrValue { get; set; }\n\nA possible additional shorter value to display.\nFor example a java_class_name_value of com.mypackage.MyDoFn\nwill be stored with MyDoFn as the short_str_value and\ncom.mypackage.MyDoFn as the java_class_name value.\nshort_str_value can be displayed and java_class_name_value\nwill be displayed as a tooltip.\n\n### StrValue\n\n public string StrValue { get; set; }\n\nContains value if the data is of string type.\n\n### TimestampValue\n\n public Timestamp TimestampValue { get; set; }\n\nContains value if the data is of timestamp type.\n\n### Url\n\n public string Url { get; set; }\n\nAn optional full URL.\n\n### ValueCase\n\n public DisplayData.ValueOneofCase ValueCase { get; }"]]