Interface PrivacyMetric.NumericalStatsConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FieldId getField()
      Field to compute numerical stats on.
      FieldIdOrBuilder getFieldOrBuilder()
      Field to compute numerical stats on.
      boolean hasField()
      Field to compute numerical 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 numerical stats on. Supported types are
         integer, float, date, datetime, timestamp, time.
         
        .google.privacy.dlp.v2.FieldId field = 1;
        Returns:
        Whether the field field is set.
      • getField

        FieldId getField()
         Field to compute numerical stats on. Supported types are
         integer, float, date, datetime, timestamp, time.
         
        .google.privacy.dlp.v2.FieldId field = 1;
        Returns:
        The field.
      • getFieldOrBuilder

        FieldIdOrBuilder getFieldOrBuilder()
         Field to compute numerical stats on. Supported types are
         integer, float, date, datetime, timestamp, time.
         
        .google.privacy.dlp.v2.FieldId field = 1;