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 latest version of the `GetCustomerRequest` class for the Cloud Channel v1 API is 2.14.0, and previous versions are also available, ranging from 1.0.0 to 2.13.0."],["`GetCustomerRequest` is a class used to retrieve customer data through the CloudChannelService.GetCustomer method in the Cloud Channel v1 API."],["This class inherits from `object` and implements `IMessage`, `IEquatable\u003cGetCustomerRequest\u003e`, `IDeepCloneable\u003cGetCustomerRequest\u003e`, and `IBufferMessage`."],["The class includes two constructors, one default and one that takes another `GetCustomerRequest` object, as well as two properties, `CustomerName` and `Name`, which are essential for specifying which customer to retrieve."],["The `Name` property is a required field, which uses the format `accounts/{account_id}/customers/{customer_id}` to specify the resource name of the customer to retrieve."]]],[]]