Class GcpWrappedKeyInfo (0.1.0)

public final class GcpWrappedKeyInfo extends GeneratedMessageV3 implements GcpWrappedKeyInfoOrBuilder

Information about the Google Cloud Platform wrapped key.

Protobuf type google.ads.datamanager.v1.GcpWrappedKeyInfo

Static Fields

ENCRYPTED_DEK_FIELD_NUMBER

public static final int ENCRYPTED_DEK_FIELD_NUMBER
Field Value
Type Description
int

KEK_URI_FIELD_NUMBER

public static final int KEK_URI_FIELD_NUMBER
Field Value
Type Description
int

KEY_TYPE_FIELD_NUMBER

public static final int KEY_TYPE_FIELD_NUMBER
Field Value
Type Description
int

WIP_PROVIDER_FIELD_NUMBER

public static final int WIP_PROVIDER_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GcpWrappedKeyInfo getDefaultInstance()
Returns
Type Description
GcpWrappedKeyInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GcpWrappedKeyInfo.Builder newBuilder()
Returns
Type Description
GcpWrappedKeyInfo.Builder

newBuilder(GcpWrappedKeyInfo prototype)

public static GcpWrappedKeyInfo.Builder newBuilder(GcpWrappedKeyInfo prototype)
Parameter
Name Description
prototype GcpWrappedKeyInfo
Returns
Type Description
GcpWrappedKeyInfo.Builder

parseDelimitedFrom(InputStream input)

public static GcpWrappedKeyInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GcpWrappedKeyInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GcpWrappedKeyInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GcpWrappedKeyInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GcpWrappedKeyInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GcpWrappedKeyInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GcpWrappedKeyInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GcpWrappedKeyInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GcpWrappedKeyInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GcpWrappedKeyInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GcpWrappedKeyInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GcpWrappedKeyInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GcpWrappedKeyInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GcpWrappedKeyInfo> parser()
Returns
Type Description
Parser<GcpWrappedKeyInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GcpWrappedKeyInfo getDefaultInstanceForType()
Returns
Type Description
GcpWrappedKeyInfo

getEncryptedDek()

public String getEncryptedDek()

Required. The base64 encoded encrypted data encryption key.

string encrypted_dek = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The encryptedDek.

getEncryptedDekBytes()

public ByteString getEncryptedDekBytes()

Required. The base64 encoded encrypted data encryption key.

string encrypted_dek = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for encryptedDek.

getKekUri()

public String getKekUri()

Required. Google Cloud Platform Cloud Key Management Service resource ID. Should be in the format of "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}".

string kek_uri = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The kekUri.

getKekUriBytes()

public ByteString getKekUriBytes()

Required. Google Cloud Platform Cloud Key Management Service resource ID. Should be in the format of "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}".

string kek_uri = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for kekUri.

getKeyType()

public GcpWrappedKeyInfo.KeyType getKeyType()

Required. The type of algorithm used to encrypt the data.

.google.ads.datamanager.v1.GcpWrappedKeyInfo.KeyType key_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GcpWrappedKeyInfo.KeyType

The keyType.

getKeyTypeValue()

public int getKeyTypeValue()

Required. The type of algorithm used to encrypt the data.

.google.ads.datamanager.v1.GcpWrappedKeyInfo.KeyType key_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for keyType.

getParserForType()

public Parser<GcpWrappedKeyInfo> getParserForType()
Returns
Type Description
Parser<GcpWrappedKeyInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getWipProvider()

public String getWipProvider()

Required. The Workload Identity pool provider required to use KEK.

string wip_provider = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The wipProvider.

getWipProviderBytes()

public ByteString getWipProviderBytes()

Required. The Workload Identity pool provider required to use KEK.

string wip_provider = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for wipProvider.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GcpWrappedKeyInfo.Builder newBuilderForType()
Returns
Type Description
GcpWrappedKeyInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GcpWrappedKeyInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GcpWrappedKeyInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public GcpWrappedKeyInfo.Builder toBuilder()
Returns
Type Description
GcpWrappedKeyInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException