Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class LoggingComponentConfig.
Parameters that describe the Logging component configuration in a cluster.
Generated from protobuf message google.cloud.gkemulticloud.v1.LoggingComponentConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_components |
array
The components to be enabled. |
getEnableComponents
The components to be enabled.
Generated from protobuf field repeated .google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component enable_components = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEnableComponents
The components to be enabled.
Generated from protobuf field repeated .google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component enable_components = 1;
Parameter | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |