Interface CreateConnectorRequestOrBuilder (0.16.1)

public interface CreateConnectorRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnector()

public abstract Connector getConnector()

Required. The connector to create.

.google.cloud.managedkafka.v1.Connector connector = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Connector

The connector.

getConnectorId()

public abstract String getConnectorId()

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? to comply with RFC 1035.

This value is structured like: my-connector-id.

string connector_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The connectorId.

getConnectorIdBytes()

public abstract ByteString getConnectorIdBytes()

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? to comply with RFC 1035.

This value is structured like: my-connector-id.

string connector_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for connectorId.

getConnectorOrBuilder()

public abstract ConnectorOrBuilder getConnectorOrBuilder()

Required. The connector to create.

.google.cloud.managedkafka.v1.Connector connector = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ConnectorOrBuilder

getParent()

public abstract String getParent()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasConnector()

public abstract boolean hasConnector()

Required. The connector to create.

.google.cloud.managedkafka.v1.Connector connector = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the connector field is set.