public sealed class GenerateExclusivityManifestRequest : IMessage<GenerateExclusivityManifestRequest>, IEquatable<GenerateExclusivityManifestRequest>, IDeepCloneable<GenerateExclusivityManifestRequest>, IBufferMessage, IMessage
The request to generate the manifests for exclusivity artifacts.
Optional. The YAML manifest of the membership CRD retrieved by
kubectl get customresourcedefinitions membership.
Leave empty if the resource does not exist.
[[["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 details for the `GenerateExclusivityManifestRequest` class, which is used to request manifests for exclusivity artifacts within the `Google.Cloud.GkeHub.V1Beta1` namespace."],["The `GenerateExclusivityManifestRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The class has properties such as `CrdManifest`, `CrManifest`, and `Name`, allowing for the inclusion of YAML manifests and the specification of a Membership resource name."],["The latest version is 2.0.0-beta07, but the document focuses on the properties and characteristics of the 1.0.0-beta04 release."],["The class inherits from `Object`, meaning it carries standard methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and also features its own constructors to set up the instance."]]],[]]