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

target.apidocs.com.google.api.services.dataflow.model.DataSamplingConfig.html Maven / Gradle / Ivy

There is a newer version: v1b4-rev7-1.20.0
Show newest version






DataSamplingConfig (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class DataSamplingConfig

    • Constructor Detail

      • DataSamplingConfig

        public DataSamplingConfig()
    • Method Detail

      • getBehaviors

        public List<String> getBehaviors()
        List of given sampling behaviors to enable. For example, specifying behaviors = [ALWAYS_ON] samples in-flight elements but does not sample exceptions. Can be used to specify multiple behaviors like, behaviors = [ALWAYS_ON, EXCEPTIONS] for specifying periodic sampling and exception sampling. If DISABLED is in the list, then sampling will be disabled and ignore the other given behaviors. Ordering does not matter.
        Returns:
        value or null for none
      • setBehaviors

        public DataSamplingConfig setBehaviors(List<String> behaviors)
        List of given sampling behaviors to enable. For example, specifying behaviors = [ALWAYS_ON] samples in-flight elements but does not sample exceptions. Can be used to specify multiple behaviors like, behaviors = [ALWAYS_ON, EXCEPTIONS] for specifying periodic sampling and exception sampling. If DISABLED is in the list, then sampling will be disabled and ignore the other given behaviors. Ordering does not matter.
        Parameters:
        behaviors - behaviors or null for none
      • clone

        public DataSamplingConfig clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy