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 webpage details the `GenerateConnectManifestResponse` class, which is used for providing manifest information required for the installation or upgrade of a Connect agent."],["The latest version of this class is 2.5.0, with previous versions listed from 2.4.0 down to 1.0.0 and this specific page covers version 1.2.0."],["The `GenerateConnectManifestResponse` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Manifest` property, which is a `RepeatedField` containing an ordered list of `ConnectAgentResource` Kubernetes resources required for agent installation or upgrade."],["There are 2 constructors available to instantiate a `GenerateConnectManifestResponse` object, one of which accepts a `GenerateConnectManifestResponse` as an argument."]]],[]]