public sealed class ConnectGcpConfig : IMessage<ConnectGcpConfig>, IEquatable<ConnectGcpConfig>, IDeepCloneable<ConnectGcpConfig>, IBufferMessage, IMessageReference documentation and code samples for the Managed Service for Apache Kafka API v1 API class ConnectGcpConfig.
Configuration properties for a Kafka Connect cluster deployed to Google Cloud Platform.
Implements
IMessageConnectGcpConfig, IEquatableConnectGcpConfig, IDeepCloneableConnectGcpConfig, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
ConnectGcpConfig()
public ConnectGcpConfig()ConnectGcpConfig(ConnectGcpConfig)
public ConnectGcpConfig(ConnectGcpConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ConnectGcpConfig |
Properties
AccessConfig
public ConnectAccessConfig AccessConfig { get; set; }Required. Access configuration for the Kafka Connect cluster.
| Property Value | |
|---|---|
| Type | Description |
ConnectAccessConfig |
|
SecretPaths
public RepeatedField<string> SecretPaths { get; }Optional. Secrets to load into workers. Exact SecretVersions from Secret Manager must be provided -- aliases are not supported. Up to 32 secrets may be loaded into one cluster. Format: projects/<project-id>/secrets/<secret-name>/versions/<version-id>
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SecretPathsAsSecretVersionNames
public ResourceNameList<SecretVersionName> SecretPathsAsSecretVersionNames { get; }SecretVersionName-typed view over the SecretPaths resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListSecretVersionName |
|