Google Cloud Container V1 Client - Class LoggingVariantConfig (1.9.1)

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
NameDescription
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
TypeDescription
int

setVariant

Logging variant deployed on nodes.

Generated from protobuf field .google.container.v1.LoggingVariantConfig.Variant variant = 1;

Parameter
NameDescription
var int
Returns
TypeDescription
$this