Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::CreateIdentityMappingStoreRequest (v2.3.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::CreateIdentityMappingStoreRequest.

Request message for IdentityMappingStoreService.CreateIdentityMappingStore

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cmek_config_name

def cmek_config_name() -> ::String
Returns
  • (::String) — Resource name of the CmekConfig to use for protecting this Identity Mapping Store.

    Note: The following fields are mutually exclusive: cmek_config_name, disable_cmek. If a field in that set is populated, all other fields in the set will automatically be cleared.

#cmek_config_name=

def cmek_config_name=(value) -> ::String
Parameter
  • value (::String) — Resource name of the CmekConfig to use for protecting this Identity Mapping Store.

    Note: The following fields are mutually exclusive: cmek_config_name, disable_cmek. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — Resource name of the CmekConfig to use for protecting this Identity Mapping Store.

    Note: The following fields are mutually exclusive: cmek_config_name, disable_cmek. If a field in that set is populated, all other fields in the set will automatically be cleared.

#disable_cmek

def disable_cmek() -> ::Boolean
Returns
  • (::Boolean) — Identity Mapping Store without CMEK protections. If a default CmekConfig is set for the project, setting this field will override the default CmekConfig as well.

    Note: The following fields are mutually exclusive: disable_cmek, cmek_config_name. If a field in that set is populated, all other fields in the set will automatically be cleared.

#disable_cmek=

def disable_cmek=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Identity Mapping Store without CMEK protections. If a default CmekConfig is set for the project, setting this field will override the default CmekConfig as well.

    Note: The following fields are mutually exclusive: disable_cmek, cmek_config_name. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Boolean) — Identity Mapping Store without CMEK protections. If a default CmekConfig is set for the project, setting this field will override the default CmekConfig as well.

    Note: The following fields are mutually exclusive: disable_cmek, cmek_config_name. If a field in that set is populated, all other fields in the set will automatically be cleared.

#identity_mapping_store

def identity_mapping_store() -> ::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore
Returns

#identity_mapping_store=

def identity_mapping_store=(value) -> ::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore
Parameter
Returns

#identity_mapping_store_id

def identity_mapping_store_id() -> ::String
Returns
  • (::String) — Required. The ID of the Identity Mapping Store to create.

    The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters.

#identity_mapping_store_id=

def identity_mapping_store_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID of the Identity Mapping Store to create.

    The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters.

Returns
  • (::String) — Required. The ID of the Identity Mapping Store to create.

    The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent collection resource name, such as projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent collection resource name, such as projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The parent collection resource name, such as projects/{project}/locations/{location}.