| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfig |
LoggingConfig.clone() |
LoggingConfig |
ClusterUpdate.getDesiredLoggingConfig()
The desired logging configuration.
|
LoggingConfig |
Cluster.getLoggingConfig()
Logging configuration for the cluster.
|
LoggingConfig |
LoggingConfig.set(String fieldName,
Object value) |
LoggingConfig |
LoggingConfig.setComponentConfig(LoggingComponentConfig componentConfig)
Logging components configuration
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredLoggingConfig(LoggingConfig desiredLoggingConfig)
The desired logging configuration.
|
Cluster |
Cluster.setLoggingConfig(LoggingConfig loggingConfig)
Logging configuration for the cluster.
|
Copyright © 2011–2025 Google. All rights reserved.