public sealed class CreateConnectorRequest : IMessage<CreateConnectorRequest>, IEquatable<CreateConnectorRequest>, IDeepCloneable<CreateConnectorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class CreateConnectorRequest.
Request for CreateConnector.
Implements
IMessageCreateConnectorRequest, IEquatableCreateConnectorRequest, IDeepCloneableCreateConnectorRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
CreateConnectorRequest()
public CreateConnectorRequest()
CreateConnectorRequest(CreateConnectorRequest)
public CreateConnectorRequest(CreateConnectorRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateConnectorRequest |
Properties
Connector
public Connector Connector { get; set; }
Required. The connector to create.
Property Value | |
---|---|
Type | Description |
Connector |
ConnectorId
public string ConnectorId { get; set; }
Required. The ID to use for the connector, which will become the final
component of the connector's name. The ID must be 1-63 characters long, and
match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?
to comply with
RFC 1035.
This value is structured like: my-connector-id
.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent Connect cluster in which to create the connector.
Structured like
projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsConnectClusterName
public ConnectClusterName ParentAsConnectClusterName { get; set; }
ConnectClusterName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ConnectClusterName |