Interface EncryptionInfoOrBuilder (0.1.0)

public interface EncryptionInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAwsWrappedKeyInfo()

public abstract AwsWrappedKeyInfo getAwsWrappedKeyInfo()

Amazon Web Services wrapped key information.

.google.ads.datamanager.v1.AwsWrappedKeyInfo aws_wrapped_key_info = 2;

Returns
Type Description
AwsWrappedKeyInfo

The awsWrappedKeyInfo.

getAwsWrappedKeyInfoOrBuilder()

public abstract AwsWrappedKeyInfoOrBuilder getAwsWrappedKeyInfoOrBuilder()

Amazon Web Services wrapped key information.

.google.ads.datamanager.v1.AwsWrappedKeyInfo aws_wrapped_key_info = 2;

Returns
Type Description
AwsWrappedKeyInfoOrBuilder

getGcpWrappedKeyInfo()

public abstract GcpWrappedKeyInfo getGcpWrappedKeyInfo()

Google Cloud Platform wrapped key information.

.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;

Returns
Type Description
GcpWrappedKeyInfo

The gcpWrappedKeyInfo.

getGcpWrappedKeyInfoOrBuilder()

public abstract GcpWrappedKeyInfoOrBuilder getGcpWrappedKeyInfoOrBuilder()

Google Cloud Platform wrapped key information.

.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;

Returns
Type Description
GcpWrappedKeyInfoOrBuilder

getWrappedKeyCase()

public abstract EncryptionInfo.WrappedKeyCase getWrappedKeyCase()
Returns
Type Description
EncryptionInfo.WrappedKeyCase

hasAwsWrappedKeyInfo()

public abstract 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 abstract 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.