Interface MonitoringComponentConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MonitoringComponentConfig, MonitoringComponentConfig.Builder

    public interface MonitoringComponentConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getEnableComponentsList

        List<MonitoringComponentConfig.Component> getEnableComponentsList()
         Select components to collect metrics. An empty set would disable all
         monitoring.
         
        repeated .google.container.v1.MonitoringComponentConfig.Component enable_components = 1;
        Returns:
        A list containing the enableComponents.
      • getEnableComponentsCount

        int getEnableComponentsCount()
         Select components to collect metrics. An empty set would disable all
         monitoring.
         
        repeated .google.container.v1.MonitoringComponentConfig.Component enable_components = 1;
        Returns:
        The count of enableComponents.
      • getEnableComponents

        MonitoringComponentConfig.Component getEnableComponents​(int index)
         Select components to collect metrics. An empty set would disable all
         monitoring.
         
        repeated .google.container.v1.MonitoringComponentConfig.Component enable_components = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The enableComponents at the given index.
      • getEnableComponentsValueList

        List<Integer> getEnableComponentsValueList()
         Select components to collect metrics. An empty set would disable all
         monitoring.
         
        repeated .google.container.v1.MonitoringComponentConfig.Component enable_components = 1;
        Returns:
        A list containing the enum numeric values on the wire for enableComponents.
      • getEnableComponentsValue

        int getEnableComponentsValue​(int index)
         Select components to collect metrics. An empty set would disable all
         monitoring.
         
        repeated .google.container.v1.MonitoringComponentConfig.Component enable_components = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of enableComponents at the given index.