Class EncryptionInfo.Builder (0.1.0)
public static final class EncryptionInfo.Builder extends GeneratedMessageV3.Builder<EncryptionInfo.Builder> implements EncryptionInfoOrBuilder
Encryption information for the data being ingested.
Protobuf type google.ads.datamanager.v1.EncryptionInfo
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 EncryptionInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public EncryptionInfo build()
buildPartial()
public EncryptionInfo buildPartial()
clear()
public EncryptionInfo.Builder clear()
Overrides
clearAwsWrappedKeyInfo()
public EncryptionInfo.Builder clearAwsWrappedKeyInfo()
Amazon Web Services wrapped key information.
.google.ads.datamanager.v1.AwsWrappedKeyInfo aws_wrapped_key_info = 2;
clearField(Descriptors.FieldDescriptor field)
public EncryptionInfo.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGcpWrappedKeyInfo()
public EncryptionInfo.Builder clearGcpWrappedKeyInfo()
Google Cloud Platform wrapped key information.
.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public EncryptionInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearWrappedKey()
public EncryptionInfo.Builder clearWrappedKey()
clone()
public EncryptionInfo.Builder clone()
Overrides
getAwsWrappedKeyInfo()
public AwsWrappedKeyInfo getAwsWrappedKeyInfo()
Amazon Web Services wrapped key information.
.google.ads.datamanager.v1.AwsWrappedKeyInfo aws_wrapped_key_info = 2;
getAwsWrappedKeyInfoBuilder()
public AwsWrappedKeyInfo.Builder getAwsWrappedKeyInfoBuilder()
Amazon Web Services wrapped key information.
.google.ads.datamanager.v1.AwsWrappedKeyInfo aws_wrapped_key_info = 2;
getAwsWrappedKeyInfoOrBuilder()
public AwsWrappedKeyInfoOrBuilder getAwsWrappedKeyInfoOrBuilder()
Amazon Web Services wrapped key information.
.google.ads.datamanager.v1.AwsWrappedKeyInfo aws_wrapped_key_info = 2;
getDefaultInstanceForType()
public EncryptionInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGcpWrappedKeyInfo()
public GcpWrappedKeyInfo getGcpWrappedKeyInfo()
Google Cloud Platform wrapped key information.
.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;
getGcpWrappedKeyInfoBuilder()
public GcpWrappedKeyInfo.Builder getGcpWrappedKeyInfoBuilder()
Google Cloud Platform wrapped key information.
.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;
getGcpWrappedKeyInfoOrBuilder()
public GcpWrappedKeyInfoOrBuilder getGcpWrappedKeyInfoOrBuilder()
Google Cloud Platform wrapped key information.
.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;
getWrappedKeyCase()
public EncryptionInfo.WrappedKeyCase getWrappedKeyCase()
hasAwsWrappedKeyInfo()
public boolean hasAwsWrappedKeyInfo()
Amazon Web Services wrapped key information.
.google.ads.datamanager.v1.AwsWrappedKeyInfo aws_wrapped_key_info = 2;
| Returns |
| Type |
Description |
boolean |
Whether the awsWrappedKeyInfo field is set.
|
hasGcpWrappedKeyInfo()
public boolean hasGcpWrappedKeyInfo()
Google Cloud Platform wrapped key information.
.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;
| Returns |
| Type |
Description |
boolean |
Whether the gcpWrappedKeyInfo field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeAwsWrappedKeyInfo(AwsWrappedKeyInfo value)
public EncryptionInfo.Builder mergeAwsWrappedKeyInfo(AwsWrappedKeyInfo value)
Amazon Web Services wrapped key information.
.google.ads.datamanager.v1.AwsWrappedKeyInfo aws_wrapped_key_info = 2;
mergeFrom(EncryptionInfo other)
public EncryptionInfo.Builder mergeFrom(EncryptionInfo other)
public EncryptionInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public EncryptionInfo.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeGcpWrappedKeyInfo(GcpWrappedKeyInfo value)
public EncryptionInfo.Builder mergeGcpWrappedKeyInfo(GcpWrappedKeyInfo value)
Google Cloud Platform wrapped key information.
.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EncryptionInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAwsWrappedKeyInfo(AwsWrappedKeyInfo value)
public EncryptionInfo.Builder setAwsWrappedKeyInfo(AwsWrappedKeyInfo value)
Amazon Web Services wrapped key information.
.google.ads.datamanager.v1.AwsWrappedKeyInfo aws_wrapped_key_info = 2;
setAwsWrappedKeyInfo(AwsWrappedKeyInfo.Builder builderForValue)
public EncryptionInfo.Builder setAwsWrappedKeyInfo(AwsWrappedKeyInfo.Builder builderForValue)
Amazon Web Services wrapped key information.
.google.ads.datamanager.v1.AwsWrappedKeyInfo aws_wrapped_key_info = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public EncryptionInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGcpWrappedKeyInfo(GcpWrappedKeyInfo value)
public EncryptionInfo.Builder setGcpWrappedKeyInfo(GcpWrappedKeyInfo value)
Google Cloud Platform wrapped key information.
.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;
setGcpWrappedKeyInfo(GcpWrappedKeyInfo.Builder builderForValue)
public EncryptionInfo.Builder setGcpWrappedKeyInfo(GcpWrappedKeyInfo.Builder builderForValue)
Google Cloud Platform wrapped key information.
.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EncryptionInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final EncryptionInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-19 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-19 UTC."],[],[]]