public sealed class UpdateLicensePoolRequest : IMessage<UpdateLicensePoolRequest>, IEquatable<UpdateLicensePoolRequest>, IDeepCloneable<UpdateLicensePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class UpdateLicensePoolRequest.
[[["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\u003eThe latest version of the \u003ccode\u003eUpdateLicensePoolRequest\u003c/code\u003e class is 1.4.0, as indicated in the provided documentation.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the Cloud Commerce Consumer Procurement v1 API, used for updating a license pool.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateLicensePoolRequest\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class requires two parameters to update a license pool, \u003ccode\u003eLicensePool\u003c/code\u003e which identifies the license to be updated and \u003ccode\u003eUpdateMask\u003c/code\u003e which is the list of fields to be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateLicensePoolRequest\u003c/code\u003e class has two constructors, a default one and another one that takes an \u003ccode\u003eUpdateLicensePoolRequest\u003c/code\u003e object as a parameter to be used.\u003c/p\u003e\n"]]],[],null,["# Cloud Commerce Consumer Procurement v1 API - Class UpdateLicensePoolRequest (1.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.UpdateLicensePoolRequest)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.4.0/Google.Cloud.Commerce.Consumer.Procurement.V1.UpdateLicensePoolRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.3.0/Google.Cloud.Commerce.Consumer.Procurement.V1.UpdateLicensePoolRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.2.0/Google.Cloud.Commerce.Consumer.Procurement.V1.UpdateLicensePoolRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.1.0/Google.Cloud.Commerce.Consumer.Procurement.V1.UpdateLicensePoolRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.0.0/Google.Cloud.Commerce.Consumer.Procurement.V1.UpdateLicensePoolRequest) \n\n public sealed class UpdateLicensePoolRequest : IMessage\u003cUpdateLicensePoolRequest\u003e, IEquatable\u003cUpdateLicensePoolRequest\u003e, IDeepCloneable\u003cUpdateLicensePoolRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class UpdateLicensePoolRequest.\n\nRequest message for updating a license pool. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateLicensePoolRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateLicensePoolRequest](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.UpdateLicensePoolRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateLicensePoolRequest](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.UpdateLicensePoolRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateLicensePoolRequest](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.UpdateLicensePoolRequest), [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.Commerce.Consumer.Procurement.V1](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Commerce.Consumer.Procurement.V1.dll\n\nConstructors\n------------\n\n### UpdateLicensePoolRequest()\n\n public UpdateLicensePoolRequest()\n\n### UpdateLicensePoolRequest(UpdateLicensePoolRequest)\n\n public UpdateLicensePoolRequest(UpdateLicensePoolRequest other)\n\nProperties\n----------\n\n### LicensePool\n\n public LicensePool LicensePool { get; set; }\n\nRequired. The license pool to update.\n\nThe license pool's name field is used to identify the license pool to\nupdate. Format:\n`billingAccounts/{billing_account}/orders/{order}/licensePool`.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nRequired. The list of fields to update."]]