public sealed class GetPartnerRequest : IMessage<GetPartnerRequest>, IEquatable<GetPartnerRequest>, IDeepCloneable<GetPartnerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class GetPartnerRequest.
[[["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 `GetPartnerRequest` class is part of the Cloud Controls Partner v1beta API, specifically in version 1.0.0-beta04, and serves as a message for retrieving partner information."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling and cloning."],["It features two constructors, a default one and another that accepts a `GetPartnerRequest` object, enabling the creation of new requests and the copying of existing ones."],["The `GetPartnerRequest` class includes two properties, `Name` (a string) and `PartnerName` (of type `PartnerName`), which are essential for specifying the target partner resource to retrieve."],["The `GetPartnerRequest` is a member of the namespace `Google.Cloud.CloudControlsPartner.V1Beta`, in the assembly `Google.Cloud.CloudControlsPartner.V1Beta.dll`."]]],[]]