public interface CreateConnectionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnection()
public abstract Connection getConnection()Required. The connection resource.
.google.privacy.dlp.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Connection |
The connection. |
getConnectionOrBuilder()
public abstract ConnectionOrBuilder getConnectionOrBuilder()Required. The connection resource.
.google.privacy.dlp.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ConnectionOrBuilder |
|
getParent()
public abstract String getParent() Required. Parent resource name in the format:
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. Parent resource name in the format:
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasConnection()
public abstract boolean hasConnection()Required. The connection resource.
.google.privacy.dlp.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the connection field is set. |