Send feedback
Class EncryptionInfo.Builder (0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class EncryptionInfo . Builder extends GeneratedMessage . Builder<EncryptionInfo . Builder > implements EncryptionInfoOrBuilder
Encryption information for the data being ingested.
Protobuf type google.ads.datamanager.v1.EncryptionInfo
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
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;
clearGcpWrappedKeyInfo()
public EncryptionInfo . Builder clearGcpWrappedKeyInfo ()
Google Cloud Platform wrapped key information.
.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;
clearWrappedKey()
public EncryptionInfo . Builder clearWrappedKey ()
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 GeneratedMessage . 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;
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;
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;
Send feedback
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 2026-02-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-02-27 UTC."],[],[]]