public sealed class CommonLanguageSettings : IMessage<CommonLanguageSettings>, IEquatable<CommonLanguageSettings>, IDeepCloneable<CommonLanguageSettings>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003e\u003ccode\u003eCommonLanguageSettings\u003c/code\u003e is a class that provides required information for every language and is available in various versions, with the latest being 2.15.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eDescriptor\u003c/code\u003e, \u003ccode\u003eDestinations\u003c/code\u003e, \u003ccode\u003eParser\u003c/code\u003e, and \u003ccode\u003eReferenceDocsUri\u003c/code\u003e, as well as methods for calculating size, cloning, equality checks, hash code generation, merging, string conversion, and writing to an output stream.\u003c/p\u003e\n"],["\u003cp\u003eThe class has fields \u003ccode\u003eDestinationsFieldNumber\u003c/code\u003e and \u003ccode\u003eReferenceDocsUriFieldNumber\u003c/code\u003e, which represent the field numbers for "destinations" and "reference_docs_uri", respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCommonLanguageSettings\u003c/code\u003e class has two constructors, one default constructor and one that takes another instance of \u003ccode\u003eCommonLanguageSettings\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Class CommonLanguageSettings (2.17.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.0 (latest)](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Api.CommonLanguageSettings)\n- [2.15.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.15.0/Google.Api.CommonLanguageSettings)\n- [2.10.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.10.0/Google.Api.CommonLanguageSettings)\n- [2.2.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.2.0/Google.Api.CommonLanguageSettings) \n\n public sealed class CommonLanguageSettings : IMessage\u003cCommonLanguageSettings\u003e, IEquatable\u003cCommonLanguageSettings\u003e, IDeepCloneable\u003cCommonLanguageSettings\u003e, IBufferMessage, IMessage\n\nRequired information for every language. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CommonLanguageSettings \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CommonLanguageSettings](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Api.CommonLanguageSettings), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CommonLanguageSettings](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Api.CommonLanguageSettings), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CommonLanguageSettings](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Api.CommonLanguageSettings), [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.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)\n\nNamespace\n---------\n\n[Google.Api](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Api)\n\nAssembly\n--------\n\nGoogle.Api.CommonProtos.dll\n\nConstructors\n------------\n\n### CommonLanguageSettings()\n\n public CommonLanguageSettings()\n\n### CommonLanguageSettings(CommonLanguageSettings)\n\n public CommonLanguageSettings(CommonLanguageSettings other)\n\nFields\n------\n\n### DestinationsFieldNumber\n\n public const int DestinationsFieldNumber = 2\n\nField number for the \"destinations\" field.\n\n### ReferenceDocsUriFieldNumber\n\n public const int ReferenceDocsUriFieldNumber = 1\n\nField number for the \"reference_docs_uri\" field.\n\n### SelectiveGapicGenerationFieldNumber\n\n public const int SelectiveGapicGenerationFieldNumber = 3\n\nField number for the \"selective_gapic_generation\" field.\n\nProperties\n----------\n\n### Descriptor\n\n public static MessageDescriptor Descriptor { get; }\n\n### Destinations\n\n public RepeatedField\u003cClientLibraryDestination\u003e Destinations { get; }\n\nThe destination where API teams want this client library to be published.\n\n### Parser\n\n public static MessageParser\u003cCommonLanguageSettings\u003e Parser { get; }\n\n### ReferenceDocsUri\n\n [Obsolete]\n public string ReferenceDocsUri { get; set; }\n\nLink to automatically generated reference documentation. Example:\n\u003chttps://cloud.google.com/nodejs/docs/reference/asset/latest\u003e\n\n### SelectiveGapicGeneration\n\n public SelectiveGapicGeneration SelectiveGapicGeneration { get; set; }\n\nConfiguration for which RPCs should be generated in the GAPIC client.\n\nMethods\n-------\n\n### CalculateSize()\n\n public int CalculateSize()\n\n### Clone()\n\n public CommonLanguageSettings Clone()\n\n### Equals(CommonLanguageSettings)\n\n public bool Equals(CommonLanguageSettings other)\n\n### Equals(object)\n\n public override bool Equals(object other)\n\n**Overrides** \n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object))\n\n### GetHashCode()\n\n public override int GetHashCode()\n\n**Overrides** \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)\n\n### MergeFrom(CommonLanguageSettings)\n\n public void MergeFrom(CommonLanguageSettings other)\n\n### MergeFrom(CodedInputStream)\n\n public void MergeFrom(CodedInputStream input)\n\n### ToString()\n\n public override string ToString()\n\n**Overrides** \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\n### WriteTo(CodedOutputStream)\n\n public void WriteTo(CodedOutputStream output)"]]