Class GenerateConnectManifestResponse (1.0.0-beta04)

public sealed class GenerateConnectManifestResponse : IMessage<GenerateConnectManifestResponse>, IEquatable<GenerateConnectManifestResponse>, IDeepCloneable<GenerateConnectManifestResponse>, IBufferMessage, IMessage

GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.

Inheritance

Object > GenerateConnectManifestResponse

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

GenerateConnectManifestResponse()

public GenerateConnectManifestResponse()

GenerateConnectManifestResponse(GenerateConnectManifestResponse)

public GenerateConnectManifestResponse(GenerateConnectManifestResponse other)
Parameter
NameDescription
otherGenerateConnectManifestResponse

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
TypeDescription
RepeatedField<ConnectAgentResource>