Interface PrivacyMetric.CategoricalStatsConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FieldId getField()
      Field to compute categorical stats on.
      FieldIdOrBuilder getFieldOrBuilder()
      Field to compute categorical stats on.
      boolean hasField()
      Field to compute categorical stats 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

      • hasField

        boolean hasField()
         Field to compute categorical stats on. All column types are
         supported except for arrays and structs. However, it may be more
         informative to use NumericalStats when the field type is supported,
         depending on the data.
         
        .google.privacy.dlp.v2.FieldId field = 1;
        Returns:
        Whether the field field is set.
      • getField

        FieldId getField()
         Field to compute categorical stats on. All column types are
         supported except for arrays and structs. However, it may be more
         informative to use NumericalStats when the field type is supported,
         depending on the data.
         
        .google.privacy.dlp.v2.FieldId field = 1;
        Returns:
        The field.
      • getFieldOrBuilder

        FieldIdOrBuilder getFieldOrBuilder()
         Field to compute categorical stats on. All column types are
         supported except for arrays and structs. However, it may be more
         informative to use NumericalStats when the field type is supported,
         depending on the data.
         
        .google.privacy.dlp.v2.FieldId field = 1;