public interface MonitoringConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getComponentConfig()
public abstract MonitoringComponentConfig getComponentConfig()Monitoring components configuration
.google.container.v1.MonitoringComponentConfig component_config = 1;
| Type | Description |
| MonitoringComponentConfig | The componentConfig. |
getComponentConfigOrBuilder()
public abstract MonitoringComponentConfigOrBuilder getComponentConfigOrBuilder()Monitoring components configuration
.google.container.v1.MonitoringComponentConfig component_config = 1;
| Type | Description |
| MonitoringComponentConfigOrBuilder |
getManagedPrometheusConfig()
public abstract ManagedPrometheusConfig getManagedPrometheusConfig()Enable Google Cloud Managed Service for Prometheus in the cluster.
.google.container.v1.ManagedPrometheusConfig managed_prometheus_config = 2;
| Type | Description |
| ManagedPrometheusConfig | The managedPrometheusConfig. |
getManagedPrometheusConfigOrBuilder()
public abstract ManagedPrometheusConfigOrBuilder getManagedPrometheusConfigOrBuilder()Enable Google Cloud Managed Service for Prometheus in the cluster.
.google.container.v1.ManagedPrometheusConfig managed_prometheus_config = 2;
| Type | Description |
| ManagedPrometheusConfigOrBuilder |
hasComponentConfig()
public abstract boolean hasComponentConfig()Monitoring components configuration
.google.container.v1.MonitoringComponentConfig component_config = 1;
| Type | Description |
| boolean | Whether the componentConfig field is set. |
hasManagedPrometheusConfig()
public abstract boolean hasManagedPrometheusConfig()Enable Google Cloud Managed Service for Prometheus in the cluster.
.google.container.v1.ManagedPrometheusConfig managed_prometheus_config = 2;
| Type | Description |
| boolean | Whether the managedPrometheusConfig field is set. |