Reference documentation and code samples for the Google Cloud Ces V1 Client class CloudLoggingSettings.
Settings to describe the Cloud Logging behaviors for the app.
Generated from protobuf message google.cloud.ces.v1.CloudLoggingSettings
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_cloud_logging |
bool
Optional. Whether to enable Cloud Logging for the sessions. |
getEnableCloudLogging
Optional. Whether to enable Cloud Logging for the sessions.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableCloudLogging
Optional. Whether to enable Cloud Logging for the sessions.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|