Reference documentation and code samples for the Google Cloud Apigee Registry V1 Client class Config.
Available configurations to provision an Instance.
Generated from protobuf message google.cloud.apigeeregistry.v1.Instance.Config
Namespace
Google \ Cloud \ ApigeeRegistry \ V1 \ InstanceMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ location
string
Output only. The GCP location where the Instance resides.
↳ cmek_key_name
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 InstanceConfig.location.
getLocation
Output only. The GCP location where the Instance resides.
string
setLocation
Output only. The GCP location where the Instance resides.
var
string
$this
getCmekKeyName
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 InstanceConfig.location.
string
setCmekKeyName
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 InstanceConfig.location.
var
string
$this