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 documentation page covers the `GenerateConnectManifestResponse` class within the Google Cloud GKE Hub v1 API, specifically version 2.3.0, with links to other versions of the API."],["The `GenerateConnectManifestResponse` class is used to store manifest information necessary for installing or upgrading a Connect agent, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class inherits from the `object` class and contains a `Manifest` property which is a `RepeatedField` list of `ConnectAgentResource` objects, used for installing or upgrading a GKE Connect agent."],["There are two constructors available, one being the default and the other allowing to take in another `GenerateConnectManifestResponse` instance."]]],[]]