Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class UpdateCmekConfigRequest.
Request message for UpdateCmekConfig method.
rpc.
Generated from protobuf message google.cloud.discoveryengine.v1.UpdateCmekConfigRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ config |
CmekConfig
Required. The CmekConfig resource. |
↳ set_default |
bool
Set the following CmekConfig as the default to be used for child resources if one is not specified. |
getConfig
Required. The CmekConfig resource.
Returns | |
---|---|
Type | Description |
CmekConfig|null |
hasConfig
clearConfig
setConfig
Required. The CmekConfig resource.
Parameter | |
---|---|
Name | Description |
var |
CmekConfig
|
Returns | |
---|---|
Type | Description |
$this |
getSetDefault
Set the following CmekConfig as the default to be used for child resources if one is not specified.
Returns | |
---|---|
Type | Description |
bool |
setSetDefault
Set the following CmekConfig as the default to be used for child resources if one is not specified.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
config |
CmekConfig
Required. The CmekConfig resource. |
Returns | |
---|---|
Type | Description |
UpdateCmekConfigRequest |