public interface CreateConnectorRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnector()
public abstract Connector getConnector()Required. Resource to create.
.google.cloud.vpcaccess.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 this connector.
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 this connector.
string connector_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the connector field is set. |