Interface MonitoringConfigOrBuilder (2.23.0)

public interface MonitoringConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComponentConfig()

public abstract MonitoringComponentConfig getComponentConfig()

Monitoring components configuration

.google.container.v1.MonitoringComponentConfig component_config = 1;

Returns
Type Description
MonitoringComponentConfig

The componentConfig.

getComponentConfigOrBuilder()

public abstract MonitoringComponentConfigOrBuilder getComponentConfigOrBuilder()

Monitoring components configuration

.google.container.v1.MonitoringComponentConfig component_config = 1;

Returns
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;

Returns
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;

Returns
Type Description
ManagedPrometheusConfigOrBuilder

hasComponentConfig()

public abstract boolean hasComponentConfig()

Monitoring components configuration

.google.container.v1.MonitoringComponentConfig component_config = 1;

Returns
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;

Returns
Type Description
boolean

Whether the managedPrometheusConfig field is set.