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

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

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






CounterMetadata (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class CounterMetadata

    • Constructor Detail

      • CounterMetadata

        public CounterMetadata()
    • Method Detail

      • getDescription

        public String getDescription()
        Human-readable description of the counter semantics.
        Returns:
        value or null for none
      • setDescription

        public CounterMetadata setDescription(String description)
        Human-readable description of the counter semantics.
        Parameters:
        description - description or null for none
      • getKind

        public String getKind()
        Counter aggregation kind.
        Returns:
        value or null for none
      • setKind

        public CounterMetadata setKind(String kind)
        Counter aggregation kind.
        Parameters:
        kind - kind or null for none
      • getOtherUnits

        public String getOtherUnits()
        A string referring to the unit type.
        Returns:
        value or null for none
      • setOtherUnits

        public CounterMetadata setOtherUnits(String otherUnits)
        A string referring to the unit type.
        Parameters:
        otherUnits - otherUnits or null for none
      • getStandardUnits

        public String getStandardUnits()
        System defined Units, see above enum.
        Returns:
        value or null for none
      • setStandardUnits

        public CounterMetadata setStandardUnits(String standardUnits)
        System defined Units, see above enum.
        Parameters:
        standardUnits - standardUnits or null for none
      • clone

        public CounterMetadata 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