public interface UpdateConnectionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConnection()
public abstract Connection getConnection()
Required. The connection with new values for the relevant fields.
.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 with new values for the relevant fields.
.google.privacy.dlp.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ConnectionOrBuilder |
getName()
public abstract String getName()
Required. Resource name in the format:
projects/{project}/locations/{location}/connections/{connection}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. Resource name in the format:
projects/{project}/locations/{location}/connections/{connection}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Optional. Mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasConnection()
public abstract boolean hasConnection()
Required. The connection with new values for the relevant fields.
.google.privacy.dlp.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the connection field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Optional. Mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |