Class: Google::Cloud::ManagedKafka::V1::CreateConnectorRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb

Overview

Request for CreateConnector.

Instance Attribute Summary collapse

Instance Attribute Details

#connector::Google::Cloud::ManagedKafka::V1::Connector

Returns Required. The connector to create.

Returns:



206
207
208
209
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 206

class CreateConnectorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#connector_id::String

Returns 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.

Returns:

  • (::String)

    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.



206
207
208
209
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 206

class CreateConnectorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent Connect cluster in which to create the connector. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}.

Returns:

  • (::String)

    Required. The parent Connect cluster in which to create the connector. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}.



206
207
208
209
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 206

class CreateConnectorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end