public static final class UpdateEncryptionConfigRequest.Builder extends GeneratedMessageV3.Builder<UpdateEncryptionConfigRequest.Builder> implements UpdateEncryptionConfigRequestOrBuilder
Update EncryptionConfig Request
Protobuf type google.cloud.dataplex.v1.UpdateEncryptionConfigRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateEncryptionConfigRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateEncryptionConfigRequest build()
buildPartial()
public UpdateEncryptionConfigRequest buildPartial()
clear()
public UpdateEncryptionConfigRequest.Builder clear()
Overrides
clearEncryptionConfig()
public UpdateEncryptionConfigRequest.Builder clearEncryptionConfig()
Required. The EncryptionConfig to update.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public UpdateEncryptionConfigRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateEncryptionConfigRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearUpdateMask()
public UpdateEncryptionConfigRequest.Builder clearUpdateMask()
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];
clone()
public UpdateEncryptionConfigRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public UpdateEncryptionConfigRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEncryptionConfig()
public EncryptionConfig getEncryptionConfig()
Required. The EncryptionConfig to update.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 1 [(.google.api.field_behavior) = REQUIRED];
getEncryptionConfigBuilder()
public EncryptionConfig.Builder getEncryptionConfigBuilder()
Required. The EncryptionConfig to update.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 1 [(.google.api.field_behavior) = REQUIRED];
getEncryptionConfigOrBuilder()
public EncryptionConfigOrBuilder getEncryptionConfigOrBuilder()
Required. The EncryptionConfig to update.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
public 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.
|
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
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];
getUpdateMaskOrBuilder()
public 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];
hasEncryptionConfig()
public 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 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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeEncryptionConfig(EncryptionConfig value)
public UpdateEncryptionConfigRequest.Builder mergeEncryptionConfig(EncryptionConfig value)
Required. The EncryptionConfig to update.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 1 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(UpdateEncryptionConfigRequest other)
public UpdateEncryptionConfigRequest.Builder mergeFrom(UpdateEncryptionConfigRequest other)
public UpdateEncryptionConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateEncryptionConfigRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateEncryptionConfigRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeUpdateMask(FieldMask value)
public UpdateEncryptionConfigRequest.Builder mergeUpdateMask(FieldMask value)
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];
setEncryptionConfig(EncryptionConfig value)
public UpdateEncryptionConfigRequest.Builder setEncryptionConfig(EncryptionConfig value)
Required. The EncryptionConfig to update.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 1 [(.google.api.field_behavior) = REQUIRED];
setEncryptionConfig(EncryptionConfig.Builder builderForValue)
public UpdateEncryptionConfigRequest.Builder setEncryptionConfig(EncryptionConfig.Builder builderForValue)
Required. The EncryptionConfig to update.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 1 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateEncryptionConfigRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateEncryptionConfigRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateEncryptionConfigRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateMask(FieldMask value)
public UpdateEncryptionConfigRequest.Builder setUpdateMask(FieldMask value)
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];
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateEncryptionConfigRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
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];
Parameter |
Name |
Description |
builderForValue |
Builder
|