public sealed class GenerateConnectManifestResponse : IMessage<GenerateConnectManifestResponse>, IEquatable<GenerateConnectManifestResponse>, IDeepCloneable<GenerateConnectManifestResponse>, IBufferMessage, IMessage
GenerateConnectManifestResponse contains manifest information for
installing/upgrading a Connect agent.
[[["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 describes the `GenerateConnectManifestResponse` class, which is used for providing manifest information required for the installation or upgrade of a Connect agent."],["The `GenerateConnectManifestResponse` class is part of the `Google.Cloud.GkeHub.V1Beta1` namespace and is found within the `Google.Cloud.GkeHub.V1Beta1.dll` assembly."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes a `Manifest` property of type `RepeatedField\u003cConnectAgentResource\u003e`, representing the ordered Kubernetes resources for the GKE Connect agent installation or upgrade."],["There are two constructors provided for `GenerateConnectManifestResponse`, one default and one that takes another instance of `GenerateConnectManifestResponse` as a parameter."]]],[]]