Class KmsWrappedCryptoKey.Builder (3.51.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 3.51.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  KmsWrappedCryptoKey . Builder   extends   GeneratedMessageV3 . Builder<KmsWrappedCryptoKey . Builder >  implements   KmsWrappedCryptoKeyOrBuilder  
   
   Include to use an existing data crypto key wrapped by KMS.
 The wrapped key must be a 128-, 192-, or 256-bit key.
 Authorization requires the following IAM permissions when sending a request
 to perform a crypto transformation using a KMS-wrapped crypto key:
 dlp.kms.encrypt
 For more information, see Creating a wrapped key .
 Note: When you use Cloud KMS for cryptographic operations,
 charges apply .
 Protobuf type google.privacy.dlp.v2.KmsWrappedCryptoKey
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   KmsWrappedCryptoKey . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  build() 
  
    
public   KmsWrappedCryptoKey   build ()  
   
  
   
  buildPartial() 
  
    
public   KmsWrappedCryptoKey   buildPartial ()  
   
  
   
  clear() 
  
    
public   KmsWrappedCryptoKey . Builder   clear ()  
   
  
  Overrides 
  
   
  clearCryptoKeyName() 
  
    
public   KmsWrappedCryptoKey . Builder   clearCryptoKeyName ()  
   
   Required. The resource name of the KMS CryptoKey to use for unwrapping.
 string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   KmsWrappedCryptoKey . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  
  
  Overrides 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   KmsWrappedCryptoKey . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  
  
  Overrides 
  
   
  clearWrappedKey() 
  
    
public   KmsWrappedCryptoKey . Builder   clearWrappedKey ()  
   
   Required. The wrapped data crypto key.
 bytes wrapped_key = 1 [(.google.api.field_behavior) = REQUIRED];
 
  
   
  clone() 
  
    
public   KmsWrappedCryptoKey . Builder   clone ()  
   
  
  Overrides 
  
   
  getCryptoKeyName() 
  
    
public   String   getCryptoKeyName ()  
   
   Required. The resource name of the KMS CryptoKey to use for unwrapping.
 string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The cryptoKeyName.
 
       
     
  
   
  getCryptoKeyNameBytes() 
  
    
public   ByteString   getCryptoKeyNameBytes ()  
   
   Required. The resource name of the KMS CryptoKey to use for unwrapping.
 string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for cryptoKeyName.
 
       
     
  
   
  getDefaultInstanceForType() 
  
    
public   KmsWrappedCryptoKey   getDefaultInstanceForType ()  
   
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  
  Overrides 
  
   
  getWrappedKey() 
  
    
public   ByteString   getWrappedKey ()  
   
   Required. The wrapped data crypto key.
 bytes wrapped_key = 1 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The wrappedKey.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  mergeFrom(KmsWrappedCryptoKey other) 
  
    
public   KmsWrappedCryptoKey . Builder   mergeFrom ( KmsWrappedCryptoKey   other )  
   
  
  
   
  
  
    
public   KmsWrappedCryptoKey . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  Overrides 
  
  
   
  mergeFrom(Message other) 
  
    
public   KmsWrappedCryptoKey . Builder   mergeFrom ( Message   other )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        other 
        Message  
       
     
  
  
  Overrides 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   KmsWrappedCryptoKey . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  setCryptoKeyName(String value) 
  
    
public   KmsWrappedCryptoKey . Builder   setCryptoKeyName ( String   value )  
   
   Required. The resource name of the KMS CryptoKey to use for unwrapping.
 string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        String The cryptoKeyName to set.
 
       
     
  
  
   
  setCryptoKeyNameBytes(ByteString value) 
  
    
public   KmsWrappedCryptoKey . Builder   setCryptoKeyNameBytes ( ByteString   value )  
   
   Required. The resource name of the KMS CryptoKey to use for unwrapping.
 string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        ByteString The bytes for cryptoKeyName to set.
 
       
     
  
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   KmsWrappedCryptoKey . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   KmsWrappedCryptoKey . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   KmsWrappedCryptoKey . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  setWrappedKey(ByteString value) 
  
    
public   KmsWrappedCryptoKey . Builder   setWrappedKey ( ByteString   value )  
   
   Required. The wrapped data crypto key.
 bytes wrapped_key = 1 [(.google.api.field_behavior) = REQUIRED];
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        ByteString The wrappedKey to set.
 
       
     
  
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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 2025-10-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]