[[["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\u003eDoubleList\u003c/code\u003e class in the Discovery Engine v1beta API is a data structure for managing a list of double values, designed to inherit from \u003ccode\u003eobject\u003c/code\u003e and implement several interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eDoubleList\u003c/code\u003e is available in two versions, with \u003ccode\u003e1.0.0-beta18\u003c/code\u003e being the most current, and is located within the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eDoubleList\u003c/code\u003e class can be constructed either as a new instance using the default constructor \u003ccode\u003eDoubleList()\u003c/code\u003e, or by copying another \u003ccode\u003eDoubleList\u003c/code\u003e instance via the \u003ccode\u003eDoubleList(DoubleList other)\u003c/code\u003e constructor.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDoubleList\u003c/code\u003e class has one main property named \u003ccode\u003eValues\u003c/code\u003e, which is of type \u003ccode\u003eRepeatedField<double>\u003c/code\u003e, to store and handle the double values within the list.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class DoubleList (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DoubleList)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.DoubleList) \n\n public sealed class DoubleList : IMessage\u003cDoubleList\u003e, IEquatable\u003cDoubleList\u003e, IDeepCloneable\u003cDoubleList\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class DoubleList.\n\nDouble list. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DoubleList \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DoubleList](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DoubleList), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DoubleList](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DoubleList), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DoubleList](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DoubleList), [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.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### DoubleList()\n\n public DoubleList()\n\n### DoubleList(DoubleList)\n\n public DoubleList(DoubleList other)\n\nProperties\n----------\n\n### Values\n\n public RepeatedField\u003cdouble\u003e Values { get; }\n\nDouble values."]]