public sealed class GenerateExclusivityManifestResponse : IMessage<GenerateExclusivityManifestResponse>, IEquatable<GenerateExclusivityManifestResponse>, IDeepCloneable<GenerateExclusivityManifestResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class GenerateExclusivityManifestResponse.
The response of the exclusivity artifacts manifests for the client to apply.
[[["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 information for the `GenerateExclusivityManifestResponse` class, a part of the Google Cloud GKE Hub v1beta1 API, with the latest version being 2.0.0-beta07."],["The `GenerateExclusivityManifestResponse` class is used to deliver exclusivity artifacts manifests, which clients apply, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `GenerateExclusivityManifestResponse()` and `GenerateExclusivityManifestResponse(GenerateExclusivityManifestResponse)`, and includes properties like `CrManifest` and `CrdManifest` that contain YAML manifests for membership updates."],["There are two main properties that will be returned, `CrManifest`, that returns the YAML manifest for the membership CR, and `CrdManifest`, that returns the YAML manifest for the membership CRD, both are `strings`."]]],[]]