Interface CreateConnectorRequestOrBuilder (2.13.0)

public interface CreateConnectorRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnector()

public abstract Connector getConnector()

Required. Resource to create.

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

Returns
TypeDescription
Connector

The connector.

getConnectorId()

public abstract String getConnectorId()

Required. The ID to use for this connector.

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

Returns
TypeDescription
String

The connectorId.

getConnectorIdBytes()

public abstract ByteString getConnectorIdBytes()

Required. The ID to use for this connector.

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

Returns
TypeDescription
ByteString

The bytes for connectorId.

getConnectorOrBuilder()

public abstract ConnectorOrBuilder getConnectorOrBuilder()

Required. Resource to create.

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

Returns
TypeDescription
ConnectorOrBuilder

getParent()

public abstract String getParent()

Required. The project and location in which the configuration should be created, specified in the format projects/*/locations/*.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The project and location in which the configuration should be created, specified in the format projects/*/locations/*.

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasConnector()

public abstract boolean hasConnector()

Required. Resource to create.

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

Returns
TypeDescription
boolean

Whether the connector field is set.