public interface UpdateEncryptionConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEncryptionConfig()
public abstract EncryptionConfig getEncryptionConfig()Required. The EncryptionConfig to update.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EncryptionConfig |
The encryptionConfig. |
getEncryptionConfigOrBuilder()
public abstract EncryptionConfigOrBuilder getEncryptionConfigOrBuilder()Required. The EncryptionConfig to update.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EncryptionConfigOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. Mask of fields to update. The service treats an omitted field mask as an implied field mask equivalent to all fields that are populated (have a non-empty value).
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. Mask of fields to update. The service treats an omitted field mask as an implied field mask equivalent to all fields that are populated (have a non-empty value).
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasEncryptionConfig()
public abstract boolean hasEncryptionConfig()Required. The EncryptionConfig to update.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the encryptionConfig field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. Mask of fields to update. The service treats an omitted field mask as an implied field mask equivalent to all fields that are populated (have a non-empty value).
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |