Class PrivacyMetric.CategoricalStatsConfig.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.CategoricalStatsConfig.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.CategoricalStatsConfig.Builder>
      • getDefaultInstanceForType

        public PrivacyMetric.CategoricalStatsConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public PrivacyMetric.CategoricalStatsConfig build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public PrivacyMetric.CategoricalStatsConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PrivacyMetric.CategoricalStatsConfig.Builder>
      • hasField

        public 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;
        Specified by:
        hasField in interface PrivacyMetric.CategoricalStatsConfigOrBuilder
        Returns:
        Whether the field field is set.
      • getField

        public 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;
        Specified by:
        getField in interface PrivacyMetric.CategoricalStatsConfigOrBuilder
        Returns:
        The field.
      • setField

        public PrivacyMetric.CategoricalStatsConfig.Builder setField​(FieldId value)
         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;
      • setField

        public PrivacyMetric.CategoricalStatsConfig.Builder setField​(FieldId.Builder builderForValue)
         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;
      • mergeField

        public PrivacyMetric.CategoricalStatsConfig.Builder mergeField​(FieldId value)
         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;
      • clearField

        public PrivacyMetric.CategoricalStatsConfig.Builder clearField()
         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;
      • getFieldBuilder

        public FieldId.Builder getFieldBuilder()
         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;
      • getFieldOrBuilder

        public 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;
        Specified by:
        getFieldOrBuilder in interface PrivacyMetric.CategoricalStatsConfigOrBuilder