public sealed class GenerateConnectManifestRequest : IMessage<GenerateConnectManifestRequest>, IEquatable<GenerateConnectManifestRequest>, IDeepCloneable<GenerateConnectManifestRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class GenerateConnectManifestRequest.
Request message for GkeHubMembershipService.GenerateConnectManifest
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGenerateConnectManifestRequest\u003c/code\u003e class is a request message for the \u003ccode\u003eGkeHubMembershipService.GenerateConnectManifest\u003c/code\u003e method within the GKE Hub v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class, part of the \u003ccode\u003eGoogle.Cloud.GkeHub.V1Beta1\u003c/code\u003e namespace, is used to generate manifest for a connect agent.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eName\u003c/code\u003e (required, for the Membership resource), \u003ccode\u003eConnectAgent\u003c/code\u003e, \u003ccode\u003eIsUpgrade\u003c/code\u003e, \u003ccode\u003eRegistry\u003c/code\u003e, and \u003ccode\u003eVersion\u003c/code\u003e (optional, for agent details and configuration).\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is 2.0.0-beta07, with previous versions 2.0.0-beta06 and 1.0.0-beta04 also available, and the class inherits and implements various interfaces for message handling and object management.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for this class: one is a parameterless constructor and the other one takes in a GenerateConnectManifestRequest parameter named "other".\u003c/p\u003e\n"]]],[],null,["# GKE Hub v1beta1 API - Class GenerateConnectManifestRequest (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GenerateConnectManifestRequest)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/2.0.0-beta06/Google.Cloud.GkeHub.V1Beta1.GenerateConnectManifestRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/1.0.0-beta04/Google.Cloud.GkeHub.V1Beta1.GenerateConnectManifestRequest) \n\n public sealed class GenerateConnectManifestRequest : IMessage\u003cGenerateConnectManifestRequest\u003e, IEquatable\u003cGenerateConnectManifestRequest\u003e, IDeepCloneable\u003cGenerateConnectManifestRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the GKE Hub v1beta1 API class GenerateConnectManifestRequest.\n\nRequest message for `GkeHubMembershipService.GenerateConnectManifest`\nmethod. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GenerateConnectManifestRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GenerateConnectManifestRequest](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GenerateConnectManifestRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GenerateConnectManifestRequest](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GenerateConnectManifestRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GenerateConnectManifestRequest](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GenerateConnectManifestRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GkeHub.V1Beta1](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeHub.V1Beta1.dll\n\nConstructors\n------------\n\n### GenerateConnectManifestRequest()\n\n public GenerateConnectManifestRequest()\n\n### GenerateConnectManifestRequest(GenerateConnectManifestRequest)\n\n public GenerateConnectManifestRequest(GenerateConnectManifestRequest other)\n\nProperties\n----------\n\n### ConnectAgent\n\n public ConnectAgent ConnectAgent { get; set; }\n\nOptional. The connect agent to generate manifest for.\n\n### ImagePullSecretContent\n\n public ByteString ImagePullSecretContent { get; set; }\n\nOptional. The image pull secret content for the registry, if not public.\n\n### IsUpgrade\n\n public bool IsUpgrade { get; set; }\n\nOptional. If true, generate the resources for upgrade only. Some resources\ngenerated only for installation (e.g. secrets) will be excluded.\n\n### MembershipName\n\n public MembershipName MembershipName { get; set; }\n\n[MembershipName](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.MembershipName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GenerateConnectManifestRequest#Google_Cloud_GkeHub_V1Beta1_GenerateConnectManifestRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The Membership resource name the Agent will associate with, in\nthe format `projects/*/locations/*/memberships/*`.\n\n### Registry\n\n public string Registry { get; set; }\n\nOptional. The registry to fetch the connect agent image from. Defaults to\ngcr.io/gkeconnect.\n\n### Version\n\n public string Version { get; set; }\n\nOptional. The Connect agent version to use. Defaults to the most current\nversion."]]