Reference documentation and code samples for the Google Cloud Container V1 Client class LoggingVariantConfig.
LoggingVariantConfig specifies the behaviour of the logging component.
Generated from protobuf message google.container.v1.LoggingVariantConfig
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ variant |
int
Logging variant deployed on nodes. |
getVariant
Logging variant deployed on nodes.
Generated from protobuf field .google.container.v1.LoggingVariantConfig.Variant variant = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
setVariant
Logging variant deployed on nodes.
Generated from protobuf field .google.container.v1.LoggingVariantConfig.Variant variant = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|