Interface ExplorerAutoOptimizerSettingOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getOptIn()
      Indicates whether the optimizer is turned on.
      boolean hasOptIn()
      Indicates whether the optimizer is turned on.
      • 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

      • hasOptIn

        boolean hasOptIn()
         Indicates whether the optimizer is turned on.
         
        optional bool opt_in = 2;
        Returns:
        Whether the optIn field is set.
      • getOptIn

        boolean getOptIn()
         Indicates whether the optimizer is turned on.
         
        optional bool opt_in = 2;
        Returns:
        The optIn.