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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eGenerateExclusivityManifestResponse\u003c/code\u003e class, a part of the Google Cloud GKE Hub v1beta1 API, with the latest version being 2.0.0-beta07.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGenerateExclusivityManifestResponse\u003c/code\u003e class is used to deliver exclusivity artifacts manifests, which clients apply, and it inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, \u003ccode\u003eGenerateExclusivityManifestResponse()\u003c/code\u003e and \u003ccode\u003eGenerateExclusivityManifestResponse(GenerateExclusivityManifestResponse)\u003c/code\u003e, and includes properties like \u003ccode\u003eCrManifest\u003c/code\u003e and \u003ccode\u003eCrdManifest\u003c/code\u003e that contain YAML manifests for membership updates.\u003c/p\u003e\n"],["\u003cp\u003eThere are two main properties that will be returned, \u003ccode\u003eCrManifest\u003c/code\u003e, that returns the YAML manifest for the membership CR, and \u003ccode\u003eCrdManifest\u003c/code\u003e, that returns the YAML manifest for the membership CRD, both are \u003ccode\u003estrings\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# GKE Hub v1beta1 API - Class GenerateExclusivityManifestResponse (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GenerateExclusivityManifestResponse)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/2.0.0-beta06/Google.Cloud.GkeHub.V1Beta1.GenerateExclusivityManifestResponse)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/1.0.0-beta04/Google.Cloud.GkeHub.V1Beta1.GenerateExclusivityManifestResponse) \n\n public sealed class GenerateExclusivityManifestResponse : IMessage\u003cGenerateExclusivityManifestResponse\u003e, IEquatable\u003cGenerateExclusivityManifestResponse\u003e, IDeepCloneable\u003cGenerateExclusivityManifestResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the GKE Hub v1beta1 API class GenerateExclusivityManifestResponse.\n\nThe response of the exclusivity artifacts manifests for the client to apply. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GenerateExclusivityManifestResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GenerateExclusivityManifestResponse](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GenerateExclusivityManifestResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GenerateExclusivityManifestResponse](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GenerateExclusivityManifestResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GenerateExclusivityManifestResponse](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GenerateExclusivityManifestResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GkeHub.V1Beta1](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeHub.V1Beta1.dll\n\nConstructors\n------------\n\n### GenerateExclusivityManifestResponse()\n\n public GenerateExclusivityManifestResponse()\n\n### GenerateExclusivityManifestResponse(GenerateExclusivityManifestResponse)\n\n public GenerateExclusivityManifestResponse(GenerateExclusivityManifestResponse other)\n\nProperties\n----------\n\n### CrManifest\n\n public string CrManifest { get; set; }\n\nThe YAML manifest of the membership CR to apply if a new version of the\nCR is available. Empty if no update needs to be applied.\n\n### CrdManifest\n\n public string CrdManifest { get; set; }\n\nThe YAML manifest of the membership CRD to apply if a newer version of the\nCRD is available. Empty if no update needs to be applied."]]