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-03-21 UTC."],[[["The webpage provides documentation for the `GetCustomerRequest` class within the Google Cloud Channel v1 API, detailing its usage and properties."],["The latest version of the API documented is 2.14.0, with a comprehensive list of previous versions ranging from 2.13.0 down to 1.0.0, allowing users to access documentation relevant to specific version numbers."],["`GetCustomerRequest` is used to retrieve customer data and is part of the `Google.Cloud.Channel.V1` namespace within the .NET environment, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that accepts another `GetCustomerRequest` object for initialization, as well as two properties, `CustomerName` and `Name`, that are used to identify and specify which customer resource to retrieve."]]],[]]