All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.AggregationThresholdPolicy.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






AggregationThresholdPolicy (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class AggregationThresholdPolicy

    • Constructor Detail

      • AggregationThresholdPolicy

        public AggregationThresholdPolicy()
    • Method Detail

      • getPrivacyUnitColumns

        public List<String> getPrivacyUnitColumns()
        Optional. The privacy unit column(s) associated with this policy. For now, only one column per data source object (table, view) is allowed as a privacy unit column. Representing as a repeated field in metadata for extensibility to multiple columns in future. Duplicates and Repeated struct fields are not allowed. For nested fields, use dot notation ("outer.inner")
        Returns:
        value or null for none
      • setPrivacyUnitColumns

        public AggregationThresholdPolicy setPrivacyUnitColumns(List<String> privacyUnitColumns)
        Optional. The privacy unit column(s) associated with this policy. For now, only one column per data source object (table, view) is allowed as a privacy unit column. Representing as a repeated field in metadata for extensibility to multiple columns in future. Duplicates and Repeated struct fields are not allowed. For nested fields, use dot notation ("outer.inner")
        Parameters:
        privacyUnitColumns - privacyUnitColumns or null for none
      • getThreshold

        public Long getThreshold()
        Optional. The threshold for the "aggregation threshold" policy.
        Returns:
        value or null for none
      • setThreshold

        public AggregationThresholdPolicy setThreshold(Long threshold)
        Optional. The threshold for the "aggregation threshold" policy.
        Parameters:
        threshold - threshold or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy