public sealed class GenerateConnectManifestResponse : IMessage<GenerateConnectManifestResponse>, IEquatable<GenerateConnectManifestResponse>, IDeepCloneable<GenerateConnectManifestResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class GenerateConnectManifestResponse.
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 provides documentation for the `GenerateConnectManifestResponse` class within the Google Cloud GKE Hub v1 API, covering versions from 1.0.0 to the latest 2.5.0."],["`GenerateConnectManifestResponse` is used to store manifest data, necessary for installing or upgrading a Connect agent."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The primary property, `Manifest`, contains a list of Kubernetes resources (`ConnectAgentResource`) required for the GKE Connect agent's installation or upgrade."],["The page details the constructors for this class, including a default constructor and one that copies from an existing `GenerateConnectManifestResponse` object."]]],[]]