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

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

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






MetricStructuredName (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class MetricStructuredName

    • Constructor Detail

      • MetricStructuredName

        public MetricStructuredName()
    • Method Detail

      • getContext

        public Map<String,String> getContext()
        Zero or more labeled fields which identify the part of the job this metric is associated with, such as the name of a step or collection. For example, built-in counters associated with steps will have context['step'] = . Counters associated with PCollections in the SDK will have context['pcollection'] = .
        Returns:
        value or null for none
      • setContext

        public MetricStructuredName setContext(Map<String,String> context)
        Zero or more labeled fields which identify the part of the job this metric is associated with, such as the name of a step or collection. For example, built-in counters associated with steps will have context['step'] = . Counters associated with PCollections in the SDK will have context['pcollection'] = .
        Parameters:
        context - context or null for none
      • getName

        public String getName()
        Worker-defined metric name.
        Returns:
        value or null for none
      • setName

        public MetricStructuredName setName(String name)
        Worker-defined metric name.
        Parameters:
        name - name or null for none
      • getOrigin

        public String getOrigin()
        Origin (namespace) of metric name. May be blank for user-define metrics; will be "dataflow" for metrics defined by the Dataflow service or SDK.
        Returns:
        value or null for none
      • setOrigin

        public MetricStructuredName setOrigin(String origin)
        Origin (namespace) of metric name. May be blank for user-define metrics; will be "dataflow" for metrics defined by the Dataflow service or SDK.
        Parameters:
        origin - origin or null for none
      • clone

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