Interface LoggingConfigOrBuilder

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

    public interface LoggingConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LoggingComponentConfig getComponentConfig()
      The configuration of the logging components;
      LoggingComponentConfigOrBuilder getComponentConfigOrBuilder()
      The configuration of the logging components;
      boolean hasComponentConfig()
      The configuration of the logging components;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasComponentConfig

        boolean hasComponentConfig()
         The configuration of the logging components;
         
        .google.cloud.gkemulticloud.v1.LoggingComponentConfig component_config = 1;
        Returns:
        Whether the componentConfig field is set.
      • getComponentConfig

        LoggingComponentConfig getComponentConfig()
         The configuration of the logging components;
         
        .google.cloud.gkemulticloud.v1.LoggingComponentConfig component_config = 1;
        Returns:
        The componentConfig.
      • getComponentConfigOrBuilder

        LoggingComponentConfigOrBuilder getComponentConfigOrBuilder()
         The configuration of the logging components;
         
        .google.cloud.gkemulticloud.v1.LoggingComponentConfig component_config = 1;