public final class EncryptionInfo extends GeneratedMessage implements EncryptionInfoOrBuilderEncryption information for the data being ingested.
Protobuf type google.ads.datamanager.v1.EncryptionInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > EncryptionInfoImplements
EncryptionInfoOrBuilderStatic Fields
AWS_WRAPPED_KEY_INFO_FIELD_NUMBER
public static final int AWS_WRAPPED_KEY_INFO_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
GCP_WRAPPED_KEY_INFO_FIELD_NUMBER
public static final int GCP_WRAPPED_KEY_INFO_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static EncryptionInfo getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static EncryptionInfo.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
EncryptionInfo.Builder |
|
newBuilder(EncryptionInfo prototype)
public static EncryptionInfo.Builder newBuilder(EncryptionInfo prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
EncryptionInfo |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo.Builder |
|
parseDelimitedFrom(InputStream input)
public static EncryptionInfo parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EncryptionInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static EncryptionInfo parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EncryptionInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static EncryptionInfo parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EncryptionInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static EncryptionInfo parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EncryptionInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static EncryptionInfo parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EncryptionInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static EncryptionInfo parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EncryptionInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<EncryptionInfo> parser()| Returns | |
|---|---|
| Type | Description |
Parser<EncryptionInfo> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAwsWrappedKeyInfo()
public 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 AwsWrappedKeyInfoOrBuilder getAwsWrappedKeyInfoOrBuilder()Amazon Web Services wrapped key information.
.google.ads.datamanager.v1.AwsWrappedKeyInfo aws_wrapped_key_info = 2;
| Returns | |
|---|---|
| Type | Description |
AwsWrappedKeyInfoOrBuilder |
|
getDefaultInstanceForType()
public EncryptionInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EncryptionInfo |
|
getGcpWrappedKeyInfo()
public 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 GcpWrappedKeyInfoOrBuilder getGcpWrappedKeyInfoOrBuilder()Google Cloud Platform wrapped key information.
.google.ads.datamanager.v1.GcpWrappedKeyInfo gcp_wrapped_key_info = 1;
| Returns | |
|---|---|
| Type | Description |
GcpWrappedKeyInfoOrBuilder |
|
getParserForType()
public Parser<EncryptionInfo> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<EncryptionInfo> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getWrappedKeyCase()
public EncryptionInfo.WrappedKeyCase getWrappedKeyCase()| Returns | |
|---|---|
| Type | Description |
EncryptionInfo.WrappedKeyCase |
|
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. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public EncryptionInfo.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
EncryptionInfo.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected EncryptionInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
EncryptionInfo.Builder |
|
toBuilder()
public EncryptionInfo.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
EncryptionInfo.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|