public sealed class GenerateConnectManifestResponse : IMessage<GenerateConnectManifestResponse>, IEquatable<GenerateConnectManifestResponse>, IDeepCloneable<GenerateConnectManifestResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 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 document provides reference documentation for the `GenerateConnectManifestResponse` class within the Google Cloud GKE Hub v1beta1 API."],["`GenerateConnectManifestResponse` is designed to contain information for installing or upgrading a Connect agent."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `Manifest` property, of type `RepeatedField\u003cConnectAgentResource\u003e`, contains an ordered list of Kubernetes resources required for the GKE Connect agent installation or upgrade."],["The class has two constructors, one with no parameters and another which takes another `GenerateConnectManifestResponse` object as a parameter."]]],[]]