public interface MonitoringConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCloudMonitoringConfig()
public abstract CloudMonitoringConfig getCloudMonitoringConfig()
Optionally enable GKE metrics. Only for Attached Clusters.
.google.cloud.gkemulticloud.v1.CloudMonitoringConfig cloud_monitoring_config = 4;
Returns | |
---|---|
Type | Description |
CloudMonitoringConfig |
The cloudMonitoringConfig. |
getCloudMonitoringConfigOrBuilder()
public abstract CloudMonitoringConfigOrBuilder getCloudMonitoringConfigOrBuilder()
Optionally enable GKE metrics. Only for Attached Clusters.
.google.cloud.gkemulticloud.v1.CloudMonitoringConfig cloud_monitoring_config = 4;
Returns | |
---|---|
Type | Description |
CloudMonitoringConfigOrBuilder |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ManagedPrometheusConfigOrBuilder |
hasCloudMonitoringConfig()
public abstract boolean hasCloudMonitoringConfig()
Optionally enable GKE metrics. Only for Attached Clusters.
.google.cloud.gkemulticloud.v1.CloudMonitoringConfig cloud_monitoring_config = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the cloudMonitoringConfig field is set. |
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 | |
---|---|
Type | Description |
boolean |
Whether the managedPrometheusConfig field is set. |