Interface EncryptionInfoOrBuilder (0.16.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

getCoordinatorKeyInfo()

public abstract CoordinatorKeyInfo getCoordinatorKeyInfo()

Key information for the chosen coordinator key.

This is not supported for the IngestEvents, IngestAudienceMembers, and RemoveAudienceMembers methods.

.google.ads.datamanager.v1.CoordinatorKeyInfo coordinator_key_info = 3;

Returns
Type Description
CoordinatorKeyInfo

The coordinatorKeyInfo.

getCoordinatorKeyInfoOrBuilder()

public abstract CoordinatorKeyInfoOrBuilder getCoordinatorKeyInfoOrBuilder()

Key information for the chosen coordinator key.

This is not supported for the IngestEvents, IngestAudienceMembers, and RemoveAudienceMembers methods.

.google.ads.datamanager.v1.CoordinatorKeyInfo coordinator_key_info = 3;

Returns
Type Description
CoordinatorKeyInfoOrBuilder

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.

hasCoordinatorKeyInfo()

public abstract boolean hasCoordinatorKeyInfo()

Key information for the chosen coordinator key.

This is not supported for the IngestEvents, IngestAudienceMembers, and RemoveAudienceMembers methods.

.google.ads.datamanager.v1.CoordinatorKeyInfo coordinator_key_info = 3;

Returns
Type Description
boolean

Whether the coordinatorKeyInfo 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.