Interface MonitoringConfigOrBuilder (2.4.1)

public interface MonitoringConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComponentConfig()

public abstract MonitoringComponentConfig getComponentConfig()

Monitoring components configuration

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

Returns
TypeDescription
MonitoringComponentConfig

The componentConfig.

getComponentConfigOrBuilder()

public abstract MonitoringComponentConfigOrBuilder getComponentConfigOrBuilder()

Monitoring components configuration

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

Returns
TypeDescription
MonitoringComponentConfigOrBuilder

getManagedPrometheusConfig()

public abstract ManagedPrometheusConfig getManagedPrometheusConfig()

Enable Google Cloud Managed Service for Prometheus in the cluster.

.google.container.v1beta1.ManagedPrometheusConfig managed_prometheus_config = 2;

Returns
TypeDescription
ManagedPrometheusConfig

The managedPrometheusConfig.

getManagedPrometheusConfigOrBuilder()

public abstract ManagedPrometheusConfigOrBuilder getManagedPrometheusConfigOrBuilder()

Enable Google Cloud Managed Service for Prometheus in the cluster.

.google.container.v1beta1.ManagedPrometheusConfig managed_prometheus_config = 2;

Returns
TypeDescription
ManagedPrometheusConfigOrBuilder

hasComponentConfig()

public abstract boolean hasComponentConfig()

Monitoring components configuration

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

Returns
TypeDescription
boolean

Whether the componentConfig field is set.

hasManagedPrometheusConfig()

public abstract boolean hasManagedPrometheusConfig()

Enable Google Cloud Managed Service for Prometheus in the cluster.

.google.container.v1beta1.ManagedPrometheusConfig managed_prometheus_config = 2;

Returns
TypeDescription
boolean

Whether the managedPrometheusConfig field is set.