Interface LogConfigDataAccessOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLogMode()
      This is deprecated and has no effect.
      com.google.protobuf.ByteString getLogModeBytes()
      This is deprecated and has no effect.
      boolean hasLogMode()
      This is deprecated and has no effect.
      • 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

      • hasLogMode

        boolean hasLogMode()
         This is deprecated and has no effect. Do not use.
         Check the LogMode enum for the list of possible values.
         
        optional string log_mode = 402897342;
        Returns:
        Whether the logMode field is set.
      • getLogMode

        String getLogMode()
         This is deprecated and has no effect. Do not use.
         Check the LogMode enum for the list of possible values.
         
        optional string log_mode = 402897342;
        Returns:
        The logMode.
      • getLogModeBytes

        com.google.protobuf.ByteString getLogModeBytes()
         This is deprecated and has no effect. Do not use.
         Check the LogMode enum for the list of possible values.
         
        optional string log_mode = 402897342;
        Returns:
        The bytes for logMode.