public sealed class GetCustomerRequest : IMessage<GetCustomerRequest>, IEquatable<GetCustomerRequest>, IDeepCloneable<GetCustomerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class GetCustomerRequest.
Request message for
[CloudChannelService.GetCustomer][google.cloud.channel.v1.CloudChannelService.GetCustomer].
[[["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-04-09 UTC."],[[["The latest version available for the `GetCustomerRequest` class in the Cloud Channel v1 API is 2.14.0, with multiple previous versions also accessible for reference."],["The `GetCustomerRequest` class is part of the `Google.Cloud.Channel.V1` namespace and is contained within the Google.Cloud.Channel.V1.dll assembly."],["This class is used as a request message for the `CloudChannelService.GetCustomer` method, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCustomerRequest` class includes properties such as `CustomerName` (a typed view) and `Name` (a string), which represents the required resource name for the customer retrieval."],["The `GetCustomerRequest` class contains two constructors, one default constructor, and another one that takes in another `GetCustomerRequest` as a parameter."]]],[]]