Interface MonitoringConfigOrBuilder (0.38.0)

public interface MonitoringConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getManagedPrometheusConfig()

public abstract ManagedPrometheusConfig getManagedPrometheusConfig()

Enable Google Cloud Managed Service for Prometheus in the cluster.

.google.cloud.gkemulticloud.v1.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.cloud.gkemulticloud.v1.ManagedPrometheusConfig managed_prometheus_config = 2;

Returns
TypeDescription
ManagedPrometheusConfigOrBuilder

hasManagedPrometheusConfig()

public abstract boolean hasManagedPrometheusConfig()

Enable Google Cloud Managed Service for Prometheus in the cluster.

.google.cloud.gkemulticloud.v1.ManagedPrometheusConfig managed_prometheus_config = 2;

Returns
TypeDescription
boolean

Whether the managedPrometheusConfig field is set.