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.
Implements
IMessage<GenerateConnectManifestResponse>, IEquatable<GenerateConnectManifestResponse>, IDeepCloneable<GenerateConnectManifestResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
GenerateConnectManifestResponse()
public GenerateConnectManifestResponse()
GenerateConnectManifestResponse(GenerateConnectManifestResponse)
public GenerateConnectManifestResponse(GenerateConnectManifestResponse other)
Parameter | |
---|---|
Name | Description |
other | GenerateConnectManifestResponse |
Properties
Manifest
public RepeatedField<ConnectAgentResource> Manifest { get; }
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
Property Value | |
---|---|
Type | Description |
RepeatedField<ConnectAgentResource> |