[[["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-09-03 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eConfigRef\u003c/code\u003e class within the Service Management v1 API is 2.4.0, with previous versions ranging from 1.1.0 to 2.3.0 available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eConfigRef\u003c/code\u003e represents a service configuration, containing its name and ID, and is part of the \u003ccode\u003eGoogle.Cloud.ServiceManagement.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConfigRef\u003c/code\u003e class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to be used in various contexts.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property of the \u003ccode\u003eConfigRef\u003c/code\u003e class is a string that holds the resource name of the service configuration in the format "services/{service name}/configs/{config id}".\u003c/p\u003e\n"],["\u003cp\u003eThe ConfigRef class has two constructors, one default constructor without parameters and another constructor which takes another ConfigRef as parameter.\u003c/p\u003e\n"]]],[],null,["# Service Management v1 API - Class ConfigRef (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/latest/Google.Cloud.ServiceManagement.V1.ConfigRef)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/2.3.0/Google.Cloud.ServiceManagement.V1.ConfigRef)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/2.2.0/Google.Cloud.ServiceManagement.V1.ConfigRef)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/2.1.0/Google.Cloud.ServiceManagement.V1.ConfigRef)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/2.0.0/Google.Cloud.ServiceManagement.V1.ConfigRef)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/1.5.0/Google.Cloud.ServiceManagement.V1.ConfigRef)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/1.4.0/Google.Cloud.ServiceManagement.V1.ConfigRef)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/1.3.0/Google.Cloud.ServiceManagement.V1.ConfigRef)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/1.2.0/Google.Cloud.ServiceManagement.V1.ConfigRef)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/1.1.0/Google.Cloud.ServiceManagement.V1.ConfigRef) \n\n public sealed class ConfigRef : IMessage\u003cConfigRef\u003e, IEquatable\u003cConfigRef\u003e, IDeepCloneable\u003cConfigRef\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Service Management v1 API class ConfigRef.\n\nRepresents a service configuration with its name and id. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ConfigRef \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ConfigRef](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/latest/Google.Cloud.ServiceManagement.V1.ConfigRef), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ConfigRef](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/latest/Google.Cloud.ServiceManagement.V1.ConfigRef), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ConfigRef](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/latest/Google.Cloud.ServiceManagement.V1.ConfigRef), [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.ServiceManagement.V1](/dotnet/docs/reference/Google.Cloud.ServiceManagement.V1/latest/Google.Cloud.ServiceManagement.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ServiceManagement.V1.dll\n\nConstructors\n------------\n\n### ConfigRef()\n\n public ConfigRef()\n\n### ConfigRef(ConfigRef)\n\n public ConfigRef(ConfigRef other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nResource name of a service config. It must have the following\nformat: \"services/{service name}/configs/{config id}\"."]]