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) — Required. 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.
#cmek_key_name=
def cmek_key_name=(value) -> ::String
Parameter
-
value (::String) — Required. 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.
Returns
-
(::String) — Required. 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.