public sealed class UpdateCustomerRequest : IMessage<UpdateCustomerRequest>, IEquatable<UpdateCustomerRequest>, IDeepCloneable<UpdateCustomerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class UpdateCustomerRequest.
Request message for
[CloudChannelService.UpdateCustomer][google.cloud.channel.v1.CloudChannelService.UpdateCustomer].
[[["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-03-21 UTC."],[[["This webpage provides reference documentation for the `UpdateCustomerRequest` class within the Google Cloud Channel v1 API."],["The `UpdateCustomerRequest` class is used for updating customer information via the `CloudChannelService.UpdateCustomer` method."],["The `UpdateCustomerRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation for the class is 2.14.0, but the page you are on is specific to version 2.12.0, although all versions from 1.0.0 to 2.14.0 are available to browse on this page."],["The class includes properties for `Customer` which represents the new customer contents, and `UpdateMask` which is an optional field mask that dictates what fields should be updated."]]],[]]