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

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

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






HotKeyDetection (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class HotKeyDetection

    • Constructor Detail

      • HotKeyDetection

        public HotKeyDetection()
    • Method Detail

      • getHotKeyAge

        public String getHotKeyAge()
        The age of the hot key measured from when it was first detected.
        Returns:
        value or null for none
      • setHotKeyAge

        public HotKeyDetection setHotKeyAge(String hotKeyAge)
        The age of the hot key measured from when it was first detected.
        Parameters:
        hotKeyAge - hotKeyAge or null for none
      • getSystemName

        public String getSystemName()
        System-defined name of the step containing this hot key. Unique across the workflow.
        Returns:
        value or null for none
      • setSystemName

        public HotKeyDetection setSystemName(String systemName)
        System-defined name of the step containing this hot key. Unique across the workflow.
        Parameters:
        systemName - systemName or null for none
      • getUserStepName

        public String getUserStepName()
        User-provided name of the step that contains this hot key.
        Returns:
        value or null for none
      • setUserStepName

        public HotKeyDetection setUserStepName(String userStepName)
        User-provided name of the step that contains this hot key.
        Parameters:
        userStepName - userStepName or null for none
      • clone

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