Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DataCollectionOptionsDbSystem.
Data collection options for DbSystem.
Generated from protobuf message google.cloud.oracledatabase.v1.DataCollectionOptionsDbSystem
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ is_diagnostics_events_enabled |
bool
Optional. Indicates whether to enable data collection for diagnostics. |
↳ is_incident_logs_enabled |
bool
Optional. Indicates whether to enable incident logs and trace collection. |
getIsDiagnosticsEventsEnabled
Optional. Indicates whether to enable data collection for diagnostics.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setIsDiagnosticsEventsEnabled
Optional. Indicates whether to enable data collection for diagnostics.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIsIncidentLogsEnabled
Optional. Indicates whether to enable incident logs and trace collection.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setIsIncidentLogsEnabled
Optional. Indicates whether to enable incident logs and trace collection.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|