Stackdriver Logging V2 Client - Class UpdateCmekSettingsRequest (1.27.1)

Reference documentation and code samples for the Stackdriver Logging V2 Client class UpdateCmekSettingsRequest.

The parameters to UpdateCmekSettings.

See Enabling CMEK for Log Router for more information.

Generated from protobuf message google.logging.v2.UpdateCmekSettingsRequest

Namespace

Google \ Cloud \ Logging \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name for the CMEK settings to update. "projects/[PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders/[FOLDER_ID]/cmekSettings" For example: "organizations/12345/cmekSettings" Note: CMEK for the Log Router can currently only be configured for Google Cloud organizations. Once configured, it applies to all projects and folders in the Google Cloud organization.

↳ cmek_settings Google\Cloud\Logging\V2\CmekSettings

Required. The CMEK settings to update. See Enabling CMEK for Log Router for more information.

↳ update_mask Google\Protobuf\FieldMask

Optional. Field mask identifying which fields from cmek_settings should be updated. A field will be overwritten if and only if it is in the update mask. Output only fields cannot be updated. See FieldMask for more information. For example: "updateMask=kmsKeyName"

getName

Required. The resource name for the CMEK settings to update.

"projects/[PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders/[FOLDER_ID]/cmekSettings" For example: "organizations/12345/cmekSettings" Note: CMEK for the Log Router can currently only be configured for Google Cloud organizations. Once configured, it applies to all projects and folders in the Google Cloud organization.

Returns
TypeDescription
string

setName

Required. The resource name for the CMEK settings to update.

"projects/[PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders/[FOLDER_ID]/cmekSettings" For example: "organizations/12345/cmekSettings" Note: CMEK for the Log Router can currently only be configured for Google Cloud organizations. Once configured, it applies to all projects and folders in the Google Cloud organization.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCmekSettings

Required. The CMEK settings to update.

See Enabling CMEK for Log Router for more information.

Returns
TypeDescription
Google\Cloud\Logging\V2\CmekSettings|null

hasCmekSettings

clearCmekSettings

setCmekSettings

Required. The CMEK settings to update.

See Enabling CMEK for Log Router for more information.

Parameter
NameDescription
var Google\Cloud\Logging\V2\CmekSettings
Returns
TypeDescription
$this

getUpdateMask

Optional. Field mask identifying which fields from cmek_settings should be updated. A field will be overwritten if and only if it is in the update mask. Output only fields cannot be updated.

See FieldMask for more information. For example: "updateMask=kmsKeyName"

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. Field mask identifying which fields from cmek_settings should be updated. A field will be overwritten if and only if it is in the update mask. Output only fields cannot be updated.

See FieldMask for more information. For example: "updateMask=kmsKeyName"

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this