Reference documentation and code samples for the Google Cloud Container V1 Client class LoggingConfig.
LoggingConfig is cluster logging configuration.
Generated from protobuf message google.container.v1.LoggingConfig
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ component_config |
Google\Cloud\Container\V1\LoggingComponentConfig
Logging components configuration |
getComponentConfig
Logging components configuration
Generated from protobuf field .google.container.v1.LoggingComponentConfig component_config = 1;
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Container\V1\LoggingComponentConfig|null |
|
hasComponentConfig
clearComponentConfig
setComponentConfig
Logging components configuration
Generated from protobuf field .google.container.v1.LoggingComponentConfig component_config = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Container\V1\LoggingComponentConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|