public sealed class GetEntitlementRequest : IMessage<GetEntitlementRequest>, IEquatable<GetEntitlementRequest>, IDeepCloneable<GetEntitlementRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class GetEntitlementRequest.
Request message for [CloudChannelService.GetEntitlement][google.cloud.channel.v1.CloudChannelService.GetEntitlement].
Required. The resource name of the entitlement to retrieve.
Name uses the format:
accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
[[["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 document provides reference documentation for the `GetEntitlementRequest` class within the Cloud Channel v1 API for .NET, detailing its usage and structure."],["The `GetEntitlementRequest` class is a request message used to retrieve a specific entitlement via the `CloudChannelService.GetEntitlement` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with the Google Protocol Buffers library, and it inherits from the `Object` class."],["The document lists numerous previous versions of the API, from 1.0.0 up to 2.14.0 (the latest), all pertaining to the `GetEntitlementRequest`."],["Key properties of `GetEntitlementRequest` include `EntitlementName` (a typed view of the resource name) and `Name`, which is a string representing the resource name of the entitlement to retrieve, using a specified format."]]],[]]