API hub V1 API - Class Google::Cloud::ApiHub::V1::ApiHubInstance::Config (v0.6.0)

Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::ApiHubInstance::Config.

Available configurations to provision an ApiHub Instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cmek_key_name

def cmek_key_name() -> ::String
Returns
  • (::String) — Optional. The Customer Managed Encryption Key (CMEK) used for data encryption. The CMEK name should follow the format of projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+), where the location must match the instance location. If the CMEK is not provided, a GMEK will be created for the instance.

#cmek_key_name=

def cmek_key_name=(value) -> ::String
Parameter
  • value (::String) — Optional. The Customer Managed Encryption Key (CMEK) used for data encryption. The CMEK name should follow the format of projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+), where the location must match the instance location. If the CMEK is not provided, a GMEK will be created for the instance.
Returns
  • (::String) — Optional. The Customer Managed Encryption Key (CMEK) used for data encryption. The CMEK name should follow the format of projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+), where the location must match the instance location. If the CMEK is not provided, a GMEK will be created for the instance.

#disable_search

def disable_search() -> ::Boolean
Returns
  • (::Boolean) — Optional. If true, the search will be disabled for the instance. The default value is false.

#disable_search=

def disable_search=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If true, the search will be disabled for the instance. The default value is false.
Returns
  • (::Boolean) — Optional. If true, the search will be disabled for the instance. The default value is false.

#encryption_type

def encryption_type() -> ::Google::Cloud::ApiHub::V1::ApiHubInstance::Config::EncryptionType
Returns

#encryption_type=

def encryption_type=(value) -> ::Google::Cloud::ApiHub::V1::ApiHubInstance::Config::EncryptionType
Parameter
Returns

#vertex_location

def vertex_location() -> ::String
Returns
  • (::String) — Optional. The name of the Vertex AI location where the data store is stored.

#vertex_location=

def vertex_location=(value) -> ::String
Parameter
  • value (::String) — Optional. The name of the Vertex AI location where the data store is stored.
Returns
  • (::String) — Optional. The name of the Vertex AI location where the data store is stored.