public static final class CreateEncryptionConfigRequest.Builder extends GeneratedMessageV3.Builder<CreateEncryptionConfigRequest.Builder> implements CreateEncryptionConfigRequestOrBuilder
Create EncryptionConfig Request
Protobuf type google.cloud.dataplex.v1.CreateEncryptionConfigRequest
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 CreateEncryptionConfigRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CreateEncryptionConfigRequest build()
buildPartial()
public CreateEncryptionConfigRequest buildPartial()
clear()
public CreateEncryptionConfigRequest.Builder clear()
Overrides
clearEncryptionConfig()
public CreateEncryptionConfigRequest.Builder clearEncryptionConfig()
Required. The EncryptionConfig to create.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 3 [(.google.api.field_behavior) = REQUIRED];
clearEncryptionConfigId()
public CreateEncryptionConfigRequest.Builder clearEncryptionConfigId()
Required. The ID of the
EncryptionConfig to create.
Currently, only a value of "default" is supported.
string encryption_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public CreateEncryptionConfigRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateEncryptionConfigRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearParent()
public CreateEncryptionConfigRequest.Builder clearParent()
Required. The location at which the EncryptionConfig is to be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clone()
public CreateEncryptionConfigRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public CreateEncryptionConfigRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEncryptionConfig()
public EncryptionConfig getEncryptionConfig()
Required. The EncryptionConfig to create.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 3 [(.google.api.field_behavior) = REQUIRED];
getEncryptionConfigBuilder()
public EncryptionConfig.Builder getEncryptionConfigBuilder()
Required. The EncryptionConfig to create.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 3 [(.google.api.field_behavior) = REQUIRED];
getEncryptionConfigId()
public String getEncryptionConfigId()
Required. The ID of the
EncryptionConfig to create.
Currently, only a value of "default" is supported.
string encryption_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The encryptionConfigId.
|
getEncryptionConfigIdBytes()
public ByteString getEncryptionConfigIdBytes()
Required. The ID of the
EncryptionConfig to create.
Currently, only a value of "default" is supported.
string encryption_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for encryptionConfigId.
|
getEncryptionConfigOrBuilder()
public EncryptionConfigOrBuilder getEncryptionConfigOrBuilder()
Required. The EncryptionConfig to create.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 3 [(.google.api.field_behavior) = REQUIRED];
getParent()
public String getParent()
Required. The location at which the EncryptionConfig is to be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The location at which the EncryptionConfig is to be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
hasEncryptionConfig()
public boolean hasEncryptionConfig()
Required. The EncryptionConfig to create.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the encryptionConfig field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeEncryptionConfig(EncryptionConfig value)
public CreateEncryptionConfigRequest.Builder mergeEncryptionConfig(EncryptionConfig value)
Required. The EncryptionConfig to create.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 3 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(CreateEncryptionConfigRequest other)
public CreateEncryptionConfigRequest.Builder mergeFrom(CreateEncryptionConfigRequest other)
public CreateEncryptionConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CreateEncryptionConfigRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateEncryptionConfigRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEncryptionConfig(EncryptionConfig value)
public CreateEncryptionConfigRequest.Builder setEncryptionConfig(EncryptionConfig value)
Required. The EncryptionConfig to create.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 3 [(.google.api.field_behavior) = REQUIRED];
setEncryptionConfig(EncryptionConfig.Builder builderForValue)
public CreateEncryptionConfigRequest.Builder setEncryptionConfig(EncryptionConfig.Builder builderForValue)
Required. The EncryptionConfig to create.
.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 3 [(.google.api.field_behavior) = REQUIRED];
setEncryptionConfigId(String value)
public CreateEncryptionConfigRequest.Builder setEncryptionConfigId(String value)
Required. The ID of the
EncryptionConfig to create.
Currently, only a value of "default" is supported.
string encryption_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
String
The encryptionConfigId to set.
|
setEncryptionConfigIdBytes(ByteString value)
public CreateEncryptionConfigRequest.Builder setEncryptionConfigIdBytes(ByteString value)
Required. The ID of the
EncryptionConfig to create.
Currently, only a value of "default" is supported.
string encryption_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
ByteString
The bytes for encryptionConfigId to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public CreateEncryptionConfigRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setParent(String value)
public CreateEncryptionConfigRequest.Builder setParent(String value)
Required. The location at which the EncryptionConfig is to be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The parent to set.
|
setParentBytes(ByteString value)
public CreateEncryptionConfigRequest.Builder setParentBytes(ByteString value)
Required. The location at which the EncryptionConfig is to be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateEncryptionConfigRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateEncryptionConfigRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides