Reference documentation and code samples for the Stackdriver Logging V2 Client class UpdateSettingsRequest.
The parameters to UpdateSettings .
See Enabling CMEK for Log Router for more information.
Generated from protobuf message google.logging.v2.UpdateSettingsRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" For example: "organizations/12345/settings"
Note: Settings 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.
↳ settings
Google\Cloud\Logging\V2\Settings
Required. The settings to update. See Enabling CMEK for Log Router for more information.
↳ update_mask
Google\Protobuf\FieldMask
Optional. Field mask identifying which fields from 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 settings to update.
"organizations/[ORGANIZATION_ID]/settings"
For example: "organizations/12345/settings"
Note: Settings 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.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
string
setName
Required. The resource name for the settings to update.
"organizations/[ORGANIZATION_ID]/settings"
For example: "organizations/12345/settings"
Note: Settings 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.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getSettings
Required. The settings to update.
See Enabling CMEK for Log Router for more information.
Generated from protobuf field .google.logging.v2.Settings settings = 2 [(.google.api.field_behavior) = REQUIRED];
hasSettings
clearSettings
setSettings
Required. The settings to update.
See Enabling CMEK for Log Router for more information.
Generated from protobuf field .google.logging.v2.Settings settings = 2 [(.google.api.field_behavior) = REQUIRED];
$this
getUpdateMask
Optional. Field mask identifying which fields from 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"
Generated from protobuf field .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];
Google\Protobuf\FieldMask|null
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Field mask identifying which fields from 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"
Generated from protobuf field .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];
var
Google\Protobuf\FieldMask
$this