Class IdentityMappingStore (0.72.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.72.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  IdentityMappingStore   extends   GeneratedMessageV3   implements   IdentityMappingStoreOrBuilder  
   Identity Mapping Store which contains Identity Mapping Entries.
 Protobuf type google.cloud.discoveryengine.v1.IdentityMappingStore
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  CMEK_CONFIG_FIELD_NUMBER 
  
    
public   static   final   int   CMEK_CONFIG_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  KMS_KEY_NAME_FIELD_NUMBER 
  
    
public   static   final   int   KMS_KEY_NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NAME_FIELD_NUMBER 
  
    
public   static   final   int   NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   IdentityMappingStore   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   IdentityMappingStore . Builder   newBuilder ()  
  
  newBuilder(IdentityMappingStore prototype) 
  
    
public   static   IdentityMappingStore . Builder   newBuilder ( IdentityMappingStore   prototype )  
  
  
  
    
public   static   IdentityMappingStore   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   IdentityMappingStore   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   IdentityMappingStore   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IdentityMappingStore   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   IdentityMappingStore   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IdentityMappingStore   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   IdentityMappingStore   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   IdentityMappingStore   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   IdentityMappingStore   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   IdentityMappingStore   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   IdentityMappingStore   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IdentityMappingStore   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<IdentityMappingStore>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getCmekConfig() 
  
    
public   CmekConfig   getCmekConfig ()  
   Output only. CMEK-related information for the Identity Mapping Store.
 
 .google.cloud.discoveryengine.v1.CmekConfig cmek_config = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        CmekConfig The cmekConfig.
 
     
  
  getCmekConfigOrBuilder() 
  
    
public   CmekConfigOrBuilder   getCmekConfigOrBuilder ()  
   Output only. CMEK-related information for the Identity Mapping Store.
 
 .google.cloud.discoveryengine.v1.CmekConfig cmek_config = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getDefaultInstanceForType() 
  
    
public   IdentityMappingStore   getDefaultInstanceForType ()  
  
  getKmsKeyName() 
  
    
public   String   getKmsKeyName ()  
   Input only. The KMS key to be used to protect this Identity Mapping Store
 at creation time.
 Must be set for requests that need to comply with CMEK Org Policy
 protections.
 If this field is set and processed successfully, the Identity Mapping Store
 will be protected by the KMS key, as indicated in the cmek_config field.
 string kms_key_name = 3 [(.google.api.field_behavior) = INPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The kmsKeyName.
 
     
  
  getKmsKeyNameBytes() 
  
    
public   ByteString   getKmsKeyNameBytes ()  
   Input only. The KMS key to be used to protect this Identity Mapping Store
 at creation time.
 Must be set for requests that need to comply with CMEK Org Policy
 protections.
 If this field is set and processed successfully, the Identity Mapping Store
 will be protected by the KMS key, as indicated in the cmek_config field.
 string kms_key_name = 3 [(.google.api.field_behavior) = INPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for kmsKeyName.
 
     
  
  getName() 
  
   Immutable. The full resource name of the identity mapping store.
 Format:
 projects/{project}/locations/{location}/identityMappingStores/{identity_mapping_store}.
 This field must be a UTF-8 encoded string with a length limit of 1024
 characters.
 string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
    
      
        Returns  
      
        Type Description  
      
        String The name.
 
     
  
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   Immutable. The full resource name of the identity mapping store.
 Format:
 projects/{project}/locations/{location}/identityMappingStores/{identity_mapping_store}.
 This field must be a UTF-8 encoded string with a length limit of 1024
 characters.
 string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for name.
 
     
  
  getParserForType() 
  
    
public   Parser<IdentityMappingStore>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hasCmekConfig() 
  
    
public   boolean   hasCmekConfig ()  
   Output only. CMEK-related information for the Identity Mapping Store.
 
 .google.cloud.discoveryengine.v1.CmekConfig cmek_config = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the cmekConfig field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   IdentityMappingStore . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   IdentityMappingStore . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   IdentityMappingStore . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-29 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-29 UTC."],[],[]]